-
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
-
动态程序框架例子,一个主程序,将动态库中的界面调到主程序中,有多少个动态库由主程序自动识别。相当于插件功能:)...
动态程序框架例子,一个主程序,将动态库中的界面调到主程序中,有多少个动态库由主程序自动识别。相当于插件功能:)-dynamic procedural framework example, a main program, the dynamic repository transferred to the main program interface, the number of DLL by the main program automatic identification. The equivalent plug-in function :)
- 2022-02-03 06:45:50下载
- 积分:1
-
- 2022-02-06 03:37:30下载
- 积分:1
-
这是一个简单的汉洛塔
这是一个简单的汉洛塔-This is a simple-LUOTA
- 2022-07-21 23:12:50下载
- 积分:1
-
Have you ever wanted to copy a file from your Desktop Computer to your handheld...
Have you ever wanted to copy a file from your Desktop Computer to your handheld Pocket PC? This included any Windows CE version too? Well if so, I will present an easy way to do it here: It s called the Remote Application Programming Interface, or, RAPI in this article. It is touched on in the MSDN but not really explained very well.
- 2022-05-08 05:38:52下载
- 积分:1
-
8皇后与C语言图形
这是一个项目,使与皇后棋盘。把 8 不是女王的女王摧毁其他女王/王后在国际象棋的规则与委员会
- 2022-02-12 11:00:04下载
- 积分:1
-
图书馆管理系统
完整的图书馆管理系统
联合国 library.sql
它在你这个 SQL ServerMSSQLdataLibrary_Data.MDF 中创建库 db 如果您的服务器安装在一些其他位置请更改路径
安装 db 运行后的代码和你准备运行该项目。
或从 debug.zip 文件解压后运行 LibraryManagement exe
Word 文档库可以提到的屏幕截图
- 2022-05-28 19:44:00下载
- 积分:1
-
This book provides students and professional programmers with a concise yet comp...
This book provides students and professional programmers with a concise yet comprehensive view of the role that memory plays in all aspects of programming and program behavior. Assuming only a basic familiarity with C or C++, the author describes the techniques, methods, and tools available to deal with the problems related to memory and its effective use.-This book provides students and professional programmers with a concise yet comprehensive view of the role that memory plays in all aspects of programming and program behavior. Assuming only a basic familiarity with C or C++, the author describes the techniques, methods, and tools available to deal with the problems related to memory and its effective use.
- 2022-12-08 09:20:03下载
- 积分:1
-
一个使用delphi做的winsock 的别人的东西我转发一下
实现了 词法编译器的功能 在编译成序的 过程中,词法编译是第一步 此程序 是实现对词法的检查,纠错,以及最终的编译!~-realized accidence Compiler Compiler function in sequence into the process, the first step is to compile morphology of this procedure is to check the lexical and correlation, and, ultimately, the compiler! ~
- 2023-01-21 12:05:04下载
- 积分:1
-
基于WinCE 5.0 下的MIPS 32 内核的Au1200(AMD)的UART驱动,支持数据流控,经车载平台测试性能稳定,传输数据率高...
基于WinCE 5.0 下的MIPS 32 内核的Au1200(AMD)的UART驱动,支持数据流控,经车载平台测试性能稳定,传输数据率高
- 2022-08-20 23:06:01下载
- 积分:1