-
Visual C++源程序代码第四章 文件篇。
Visual C++源程序代码第四章 文件篇。-Visual C++ Source code Part 4 Files
- 2022-02-15 09:14:29下载
- 积分:1
-
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
-
Examples written in Qt, you can use the mouse directly on the above drawing, fro...
用Qt写的例子,可以用鼠标直接在上面画画,不时会自动删除画什么的
- 2023-04-07 06:00:04下载
- 积分:1
-
masm集成开发环境...提供可视化的操作界面
masm集成开发环境...提供可视化的操作界面-Integrated Development Environment ... masm Visualized provide interface ..
- 2022-03-18 11:04:48下载
- 积分:1
-
A mini
一个小小的通讯录C程序 ,用于管理通讯录,挺好用的-A mini-address list program basesd on C. it can be used for the management of address lists,It is pretty good!
- 2022-05-12 13:12:33下载
- 积分:1
-
可移植播放器,drict show视频播放器 开发。
可移植播放器,drict show视频播放器 开发。-Portable players, drict show video player development.
- 2022-05-30 22:20:14下载
- 积分:1
-
4 operator (without brackets),
四则运算(不带括号),-4 operator (without brackets),
- 2022-07-28 09:27:12下载
- 积分:1
-
vb operation excelwenwen pieces to the database
vb操作excelwen 件到数据库-vb operation excelwenwen pieces to the database
- 2022-06-11 17:47:57下载
- 积分:1
-
一种计算N维矩阵的aigenvalue新算法,aigenvalue…
n维矩阵的特征值的一种新求法,可实现特征值特征向量的求值-a new algorithm to calculate the aigenvalue of N dimensions matrix, aigenvalue and aigenvector can be worked out.
- 2023-05-14 17:55:03下载
- 积分:1
-
探测远程Windows主机NetBios信息程序vc
探测远程Windows主机NetBios信息程序vc-detect remote Windows mainframe NetBios information procedures vc
- 2022-02-20 11:56:57下载
- 积分:1