-
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
-
i want to something in this intnet that i need it very much!
i want to somethin...
tlc549 AD转换程序
i want to something in this intnet that i need it very much!-i want to something in this intnet that i need it very much!
i want to something in this intnet that i need it very much!
- 2022-02-26 21:27:36下载
- 积分:1
-
database based on the background of VB applications
基于后台数据库的VB应用程序-database based on the background of VB applications
- 2023-06-04 19:05:03下载
- 积分:1
-
窗口内的带滚动条的窗口控件+源码,可以用来排除界面上控件没地方放的尴尬...
窗口内的带滚动条的窗口控件+源码,可以用来排除界面上控件没地方放的尴尬 -the window with a rolling window of the Control+ source code can be used to exclude interface controls no place to put the embarrassing
- 2022-10-09 11:35:03下载
- 积分:1
-
source FTP client
FTP客户端源码-source FTP client
- 2022-04-23 20:55:26下载
- 积分:1
-
自己使用vb编的一个计算各种滤波器参数的程序
自己使用vb编的一个计算各种滤波器参数的程序-its own use vb series of the calculation of a variety of filter parameters of the process
- 2022-04-27 10:47:49下载
- 积分:1
-
vb中多个控件的应用和后台数据库的连接
vb中多个控件的应用和后台数据库的连接-vb control multiple applications and background database connectivity
- 2022-03-22 09:41:10下载
- 积分:1
-
Maze procedure, with the stack, the realization of two
迷宫程序,用堆栈,实现二维数组,迷宫是一个固定的行,也可以从文件中读取
- 2022-07-10 00:45:25下载
- 积分:1
-
input programming paradigm is the recommended value
输入法编程示例,很值的推荐-input programming paradigm is the recommended value
- 2022-01-25 20:15:58下载
- 积分:1
-
基于opencv实现图像小波变换
本程序通过滤波器组实现图像的小波变换和逆小波变换,同时也将小波变换用于去噪的两种方法:硬阈值去噪法和软阈值去噪法都写了,在去除图像噪声后能够重建图像达到很好的效果。此外,本程序可以实现多层小波变换,通过参数的设置从而实现。
- 2022-02-11 10:57:59下载
- 积分:1