-
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
-
WPF 示例
很好的应用程序显示了如何显示对象或动画如旋转木马使用微软WPF编程。该程序是用C开发的#。
- 2023-07-05 23:25:04下载
- 积分:1
-
内容包括VC++网络编程的诸多方面,例如因特网编程、串口通信等等。很有参考价值...
内容包括VC++网络编程的诸多方面,例如因特网编程、串口通信等等。很有参考价值-Includes VC++ Many aspects of network programming, such as Internet programming, serial communications and so on. Useful reference
- 2022-04-14 21:59:36下载
- 积分:1
-
初轨确定
测站在地心赤道坐标系下的位置。计算平格林尼治时角接下来求目标在地心赤道坐标系下的方向余弦下面利用高斯法求解r2、v2下面开始改进精度;最后利用求出的r2、v2计算轨道根数
- 2022-02-07 21:36:12下载
- 积分:1
-
离散 HMM c + + Builder
此代码是隐马尔可夫模型的离散观察执行。
- 2022-05-16 20:57:56下载
- 积分:1
-
C#编程发送邮件
C#编程发送邮件-C# programming mail
- 2022-07-07 09:33:55下载
- 积分:1
-
根据鼠标的移动来识别文本,类似于屏幕功能…
根据鼠标移动来来识别文字,类似金山词霸的屏幕取词功能-According to the mouse movement to identify the text, similar to the Screen function PowerWord
- 2022-01-25 14:03:32下载
- 积分:1
-
有用的VC++类,包括动画按钮,超链接,注册表,精确计时器等...
有用的VC++类,包括动画按钮,超链接,注册表,精确计时器等-useful VC++ genus,including the cartoon button, hyperlink, registration table, accurate time-recorder ,etc.
- 2022-04-27 23:32:39下载
- 积分:1
-
Pharmacy management system, can be carried out on the pharmacy inventory managem...
药店管理系统,可以对药店进行库存管理,价格管理,一周期中药店的利润管理-Pharmacy management system, can be carried out on the pharmacy inventory management, price management, mid-week profit pharmacy management
- 2022-04-24 02:45:15下载
- 积分:1
-
用来搜索学生情况的代码 根据学生学号就行了
用来搜索学生情况的代码 根据学生学号就行了-source code for search students information,entering student s ID is enough.
- 2022-06-17 01:59:38下载
- 积分:1