-
watchDog可偵測程式是否關閉
可將執行中的程式,關閉,及重開。亦可以透過socket連線,來偵測是否程式已死當。其相關重要功能:重開機功能://重新開機void CWatchDogDlg::setSystemReboot(){msg = "準備關機重開!";::SendMessage(this->GetSafeHwnd(),MSG_STATUS_TOTAL,(WPARAM)&msg,0);CExitWindows m_ExitWindows;//m_ExitWindows.Restart(); m_ExitWindows.ForceReStart();}關閉程式:///關閉程式bool CWatchDogDlg::closeExeProcess(CString processName){processName.MakeLower();HANDLE hSnapShot;PROCESSENTRY32 pEntry;pEntry.dwSize =sizeof(pEntry);BOOL hRes;bool Found = FALSE;//Get the snapshot of the systemhSnapShot=CreateToolhelp32Snapshot (TH32CS_SNAPALL,NULL);//Get firs
- 2022-02-16 07:28:21下载
- 积分:1
-
Registry editor For WINCE which can be use to edit registry
Registry editor For WINCE which can be use to edit registry
- 2022-02-01 19:20:47下载
- 积分:1
-
福彩游戏源代码,以及该游戏关键源代码的注解
福彩游戏源代码,以及该游戏关键源代码的注解-福彩game source code, as well as the key to the game source code comments
- 2023-07-26 01:05:03下载
- 积分:1
-
使用VC搭建界面的冒泡算法
使用VC搭建界面的冒泡算法-use interface structures and bubbling Algorithm
- 2023-01-20 09:35:03下载
- 积分:1
-
教务管理系统
这是一个关于学校的教务管理系统,包含学生、教师、管理员等模块,还包括子模块
- 2022-10-26 13:40:12下载
- 积分:1
-
VB6 codes for finds the USB HID
VB6 codes for finds the USB HID-class device and exchanges data with it.
- 2023-06-25 14:45:03下载
- 积分:1
-
不是本人编写的代码,但是觉得不错,有关信号的快速傅里叶变换的。
不是本人编写的代码,但是觉得不错,有关信号的快速傅里叶变换的。-err
- 2022-06-02 23:48:37下载
- 积分:1
-
个人考勤软件开发示例,很简单的
个人考勤软件开发示例,很简单的-personal attendance software development paradigm, a very simple
- 2022-08-05 13:45:20下载
- 积分:1
-
由XML生成Excel文件
提供XML语言的简单编写方法
由XML生成Excel文件
提供XML语言的简单编写方法
-Excel documents generated by the XML language, XML provides a simple method to prepare
- 2023-01-29 01:55:04下载
- 积分:1
-
游程长度编码
jpeg图像压缩过程中有runlength编码模块。
- 2022-02-10 10:56:37下载
- 积分:1