-
获取进程模块的信息
获取进程模块的信息-access to the information process module
- 2022-01-31 20:35:58下载
- 积分:1
-
一个用多线程拷贝文件的小例子
一个用多线程拷贝文件的小例子-use a multithreaded copy files small examples
- 2022-06-12 14:47:02下载
- 积分: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
-
十字路口的红绿灯管制问题,实现多进程并发控制。车数,车速可调...
十字路口的红绿灯管制问题,实现多进程并发控制。车数,车速可调-crossroads traffic light control, multi-process concurrency control. Several vehicles, adjustable speed
- 2023-05-17 08:45:03下载
- 积分:1
-
鼠标输入编程演示程序
鼠标输入编程演示程序-mouse input programming Demonstration Program
- 2022-02-13 14:15:47下载
- 积分:1
-
WIN2K和WIN2K3下实现快速退出系统的代码总结。Visual C++集成环境下开发的...
WIN2K和WIN2K3下实现快速退出系统的代码总结。Visual C++集成环境下开发的-WIN2K and Win2K3 realize rapid exit the system under the code summary. Visual C++ Integrated development environment
- 2023-01-13 20:55:04下载
- 积分:1
-
Hanoi塔演示程序,Hanoi塔是一个不错的 游戏
Hanoi塔演示程序,Hanoi塔是一个不错的 游戏-Hanoi tower demo program, Hanoi Tower is a good game
- 2022-07-14 19:35:24下载
- 积分:1
-
线程本地存储(TLS)的一个类,可以实现多线程对共享资源的同步....
线程本地存储(TLS)的一个类,可以实现多线程对共享资源的同步.-Thread Local Storage (TLS) of a class, you can achieve the multi-threaded synchronization of shared resources.
- 2022-03-06 13:11:34下载
- 积分:1
-
This is another one of the operating system or the process of scheduling algorit...
这是另外一个计关于操作系统 的进程调度的算法 ,也是用c来模拟的,希望大家多指教,-This is another one of the operating system or the process of scheduling algorithm is used to simulate c, we hope more exhibitions,
- 2022-04-17 17:02:40下载
- 积分:1
-
这是一个用JAVA多线程编写得显示当前系统时间的小窗口程序,包括年,月,日,时,分,秒...
这是一个用JAVA多线程编写得显示当前系统时间的小窗口程序,包括年,月,日,时,分,秒-This is a multi-threaded with JAVA prepared in the current system revealed a small time window procedures, including the year, month, day and hour, minute and second
- 2022-04-14 13:56:54下载
- 积分:1