-
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
-
数据挖掘关联分析的最新研究进展和未来趋向 《Frequent pattern mining: current status and future directi...
数据挖掘关联分析的最新研究进展和未来趋向 《Frequent pattern mining: current status and future directions》 由权威科学家韩家炜等著-Correlation Analysis of Data Mining the latest research progress and future trends
- 2023-02-14 06:00:04下载
- 积分:1
-
SDP Search and Record generator
OVERVIEW:
Recognizing the difficulty in c...
SDP Search and Record generator
OVERVIEW:
Recognizing the difficulty in creating an SDP service description and search
from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to
automatically create a service or record. This utility can be run to create
an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute
search based on information stored in a human readable file.-SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service description and search from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to automatically create a service or record. This utility can be run to create an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute search based on information stored in a human readable file.
- 2023-06-03 11:50:02下载
- 积分:1
-
贝叶斯网络的Tommi S.雅科拉
Bayesian Networks by Tommi S. Jaakkola
MIT AI Lab
- 2022-06-12 01:00:24下载
- 积分:1
-
WPF 实现文字的滚动效果
源代码可以实现文字的滚动效果,用户可以在文本框中输入任何文字,程序实现文字滚动效果,点击鼠标可以让文字停止和继续滚动。
- 2022-08-23 07:26:41下载
- 积分:1
-
As you develop your skills in C++, it becomes increasingly important to separate...
As you develop your skills in C++, it becomes increasingly important to separate essential information from hype and glitz, and to find the in-depth content you need in order to grow. The C++ In-Depth Series provides the tools, concepts, techniques, and new approaches to C++ that will give you a critical edge.-As you develop your skills in C++, it becomes increasingly important to separate essential information from hype and glitz, and to find the in-depth content you need in order to grow. The C++ In-Depth Series provides the tools, concepts, techniques, and new approaches to C++ that will give you a critical edge.
- 2023-01-09 23:05:04下载
- 积分:1
-
Programming_In_Lua word document
Programming_In_Lua word document
- 2022-05-24 10:14:56下载
- 积分:1
-
读硬盘参数的源代码
读硬盘参数的源代码-Reading drive parameters of the source code
- 2022-07-01 10:35:21下载
- 积分:1
-
这是一个实现质因数分解的程序,输出这个数的质因数的连乘形式...
这是一个实现质因数分解的程序,输出这个数的质因数的连乘形式-Realize this is a quality factor decomposition process, the output of the quality factor of a few even take the form of
- 2023-02-03 06:50:04下载
- 积分:1
-
vc平台上实现的水果游戏,上下健控制水果的下拉与上弹
vc平台上实现的水果游戏,上下健控制水果的下拉与上弹-vc platform to achieve the fruit games, from top to bottom Kin fruit drop-down control with the previous rounds
- 2022-03-11 18:54:43下载
- 积分:1