-
windows任务管理器vc源码,用 PSAPI 写的,只是又添加了一些小功能,包括CPU占用率显示,托盘显示等...
windows任务管理器vc源码,用 PSAPI 写的,只是又添加了一些小功能,包括CPU占用率显示,托盘显示等-windows task manager vc source code, using PSAPI written, but also added some small features, including CPU usage display, pallet display, etc.
- 2023-05-21 10:45:05下载
- 积分:1
-
Visual C++课程设计案例精编(第二版)
提供的一个系统进程管理器...
Visual C++课程设计案例精编(第二版)
提供的一个系统进程管理器-Visual C curriculum design case precision series (2nd edition) provides a system for process management
- 2022-02-26 17:59:24下载
- 积分:1
-
用VC写的一个可以关闭系统的程序,直接把电源也关掉了,运行该程序前要小心把未保存的东西先保存!...
用VC写的一个可以关闭系统的程序,直接把电源也关掉了,运行该程序前要小心把未保存的东西先保存!-VC can write a closed system procedures, directly to switch off the power supply is also running the program prior to the careful preservation of not keeping things first!
- 2022-03-02 06:10:21下载
- 积分:1
-
VCHOME资料库,多线程技术篇,个人感觉不错,对windows下多线程编程很有帮助...
VCHOME资料库,多线程技术篇,个人感觉不错,对windows下多线程编程很有帮助-VCHOME database, multi-threading technology articles, personal feeling of doubt, multi-threaded programming under windows very helpful
- 2022-05-04 22:53:06下载
- 积分:1
-
经典教材“Win32多线程程序设计”(候捷译)的配套程序源代码,都已经编译运行过,十分适合多线程编程学习。...
经典教材“Win32多线程程序设计”(候捷译)的配套程序源代码,都已经编译运行过,十分适合多线程编程学习。-Classic textbook
- 2022-01-21 05:16:19下载
- 积分:1
-
包含DEMO(ThreadPoolDemo.rar),源代码 thread_pool.rar(只有一个HPP文件)及经过裁减的Boost1.32库;之后以用Bo
包含DEMO(ThreadPoolDemo.rar),源代码 thread_pool.rar(只有一个HPP文件)及经过裁减的Boost1.32库;之后以用Boost是因为ThreadPool中用到了 Boost库的线程组件。-Contains the DEMO (ThreadPoolDemo.rar), the source code thread_pool.rar (there is only one HPP files) and after reduction of Boost1.32 database after using Boost is because the ThreadPool used the Boost thread library components.
- 2022-03-19 16:31:51下载
- 积分:1
-
NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHA...
NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szText, szFormat, szModule) MessageBox(NULL, szText, _T("远程线程"), MB_OK MB_ICONINFORMATION) return 0 }-NT environment to achieve the hidden process added : ThreadMain put in the code to be thrown in this supplement : DWORD ThreadMain (HINSTANCE hInst) (TCHAR szModule [256], szText [512], [256] szFormat LoadString (hInst, IDS_FORMAT, szFormat, sizeof (szFormat)/sizeof (TCHAR)) GetModuleFileName (NULL, szModule, 256) _stprintf (szText, szFormat, szModule) MessageBox (NULL, szText, found ( "Remote threads"), MB_OK MB_ICONINFORMATION) return 0 )
- 2022-02-01 13:00:17下载
- 积分:1
-
一个清华的老教授写的如何在dos下实现windows界面的一个程序源代码...
一个清华的老教授写的如何在dos下实现windows界面的一个程序源代码-an old professor of Qinghua wrote how dos under windows interface of a program"s source code
- 2022-03-05 11:21:19下载
- 积分:1
-
WindowsNT9XXP following process management source code. Rar
WindowsNT9XXP下面的进程管理源代码.rar-WindowsNT9XXP following process management source code. Rar
- 2022-03-17 11:54:12下载
- 积分:1
-
一个windows的exe进程dump程序。
一个windows的exe进程dump程序。-windows of a dump exe process procedures.
- 2022-05-29 07:11:18下载
- 积分:1