-
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
-
使用Qtcreatot的KCF跟踪代码
使用Qtcreatot的KCF跟踪代码。本人测试了,是可以用的。KCF跟踪,速度很快,但是有一个缺点就是遮挡之后跟踪效果不好。
- 2023-04-28 18:00:12下载
- 积分:1
-
数据库SQL SEVER编程开发,ADO.NET开发平台的数据度库配置及开发。...
数据库SQL SEVER编程开发,ADO.NET开发平台的数据度库配置及开发。-SQL SEVER
- 2022-10-07 21:25:03下载
- 积分:1
-
使用三个状态树注册表来选择一些关键的选择
使用三态树实现多个注册表子键的选择-use three states Tree Registry for a number of key choices
- 2022-11-24 15:15:02下载
- 积分:1
-
dos下多任务C源程序
dos下多任务C源程序-dos multiple tasks C source
- 2022-09-15 05:05:04下载
- 积分:1
-
tree controls advanced version
树形控件高级版本-tree controls advanced version
- 2022-04-23 19:24:45下载
- 积分:1
-
我自己写的小程序,都是数据结构时候的试验,花了心血的,主要包括二叉树的一些遍历算法(都是非递归实现的),Huffman编码,还有多项式的混合运算,包括加减乘除...
我自己写的小程序,都是数据结构时候的试验,花了心血的,主要包括二叉树的一些遍历算法(都是非递归实现的),Huffman编码,还有多项式的混合运算,包括加减乘除-I write small programs, are data structures when the experiment took effort, and mainly includes a number of binary tree traversal algorithm (both non-recursive implementation), Huffman coding, as well as mixed polynomial operations, including the addition and subtraction multiplication and division
- 2022-03-30 08:07:59下载
- 积分:1
-
随机时间的生成,可以用于其他很多应用,使用STL编的
随机时间的生成,可以用于其他很多应用,使用STL编的-time random generation, can be used in many other applications, the use of STL series
- 2022-02-02 19:37:00下载
- 积分:1
-
是一个项目查询系统
是一个项目查询系统-is a project Inquiry System
- 2023-06-29 20:30:02下载
- 积分:1
-
中文分词,只要输入文件位置,就可以文件了…
中文分词,只要输入文件所在位置,就可以将文件里的内容进行分词!-Chinese word segmentation, as long as the input file location, you can file the contents of word!
- 2023-05-15 22:45:06下载
- 积分:1