-
c++ How to Program ( c++大学教程 )(第五版)约200题的习题解答代码。...
c++ How to Program ( c++大学教程 )(第五版)约200题的习题解答代码。-c++ How to Program (c++ University Guide) (fifth edition) of about 200 questions to answer code exercises.
- 2022-02-05 20:43:03下载
- 积分:1
-
example for lm algorithm using minipack
example for lm algorithm using minipack
- 2022-03-21 05:31:06下载
- 积分:1
-
Realize the zoom feature, you can try, maybe you can meet the requirements of Oh...
实现缩放功能,可以试一下,说不定能满足你的要求哦,谢谢大家.-Realize the zoom feature, you can try, maybe you can meet the requirements of Oh, Thank you.
- 2022-04-22 06:38:57下载
- 积分:1
-
排列组合算法的函数,MAXSIZE》12时,运算量太大,PC机将无法计算。...
排列组合算法的函数,MAXSIZE》12时,运算量太大,PC机将无法计算。-Permutation and combination of function algorithm, MAXSIZE
- 2022-08-14 00:38:32下载
- 积分:1
-
Bluetooth link layer connectivity testing code, tools l2ping centralized source
蓝牙链路层连通性的测试代码,
工具集中的l2ping源码-Bluetooth link layer connectivity testing code, tools l2ping centralized source
- 2022-04-11 03:55:19下载
- 积分:1
-
用C来调用另外的可执行文件。通过调用达到执行其他程序的效果。...
用C来调用另外的可执行文件。通过调用达到执行其他程序的效果。- run an exe with C, then you can run other exe program
- 2022-03-20 10:56:00下载
- 积分:1
-
With VC (MFC) Game Cube prepared screw
用VC(MFC)编写的拧魔方游戏源码程序,经本人测试程序可以运行。共编程爱好者交流使用-With VC (MFC) Game Cube prepared screw-source process, as I can run a test procedure. A total exchange of the use of programming enthusiasts
- 2022-06-18 08:01:46下载
- 积分:1
-
Replacer 2.63 Pre
文件替换能手2.63――替换任意文件
www3.telus.net/_/replacer/-Replacer 2.63 Pre-release
www3.telus.net/_/replacer/
- 2022-01-26 17:19:18下载
- 积分: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
-
实现GUI程序与控制台程序的管道通讯~
实现GUI程序与控制台程序的管道通讯~-achieve GUI procedures and the procedures for console communication channels ~
- 2022-09-01 08:00:02下载
- 积分:1