-
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
-
Domain Search System
域名查询系统,用C++写的,可以调用根库进行查询。-Domain Search System
- 2022-08-02 21:10:19下载
- 积分:1
-
Object oriented database introduction
Object oriented database introduction
- 2022-08-14 10:25:42下载
- 积分:1
-
TCP_IP Double Hot Backup
TCP_IP 下双机热备用-TCP_IP Double Hot Backup
- 2023-02-19 04:05:03下载
- 积分:1
-
ISDA信用违约互换(CDS)的模型(Excel)和(c)
ISDA Credit Default Swap (CDS) Model (Excel and C)
- 2022-01-31 00:55:30下载
- 积分:1
-
Credit calculator, Vice c++ source code and project files will certainly be help...
学分计算器,副c++源码和工程文件,一定会很有帮助!-Credit calculator, Vice c++ source code and project files will certainly be helpful!
- 2022-07-09 06:54:24下载
- 积分:1
-
TI的TMS320LF2407芯片的测试程序
ti tms320lf2407的测试程序-ti tms320lf2407 testing procedures
- 2022-07-27 06:44:31下载
- 积分:1
-
机票预订系统一个真实的网站
机票预订系统 一个真正的web网站-Ticket reservation system a real web site
- 2023-05-15 13:10:03下载
- 积分:1
-
此为监控系统DXSOCK通信模型程序,可用于SOCKET的开发
此为监控系统DXSOCK通信模型程序,可用于SOCKET的开发-this is the minitoring system DXSOCK communication module developed with socket.
- 2022-07-18 02:13:42下载
- 积分:1
-
目的:
试验多核CPU上排序算法的效率,比较单任务和多任务并行排序算法的差距
内容:
快速排序算法...
目的:
试验多核CPU上排序算法的效率,比较单任务和多任务并行排序算法的差距
内容:
快速排序算法
-Objective: To test multi-core CPU on the efficiency of sorting algorithm to compare single-mission and multi-mission of the gap between the parallel sorting algorithms Content: Quick Sort Algorithm
- 2022-02-13 04:05:26下载
- 积分:1