-
多线程程序,多线程应用程序很容易发生。互斥对象…
多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multithreaded applications easily occur. Mutex object on how to use mutex object to the multi-thread synchronization. How to use object named mutex to ensure only one application program running examples. Application multithreaded network chat room preparation procedures.
- 2022-01-26 05:26:47下载
- 积分: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
-
所用程序实现了多个多
本程序利用多线程实现多项任务,并附带说明文挡-the procedures used to achieve a number of multi-threaded tasks, and annotated text block
- 2022-03-19 05:52:56下载
- 积分:1
-
我们的操作系统实验的论文,内容好多,可以看看,
我们的操作系统实验的论文,内容好多,可以看看,-papar of os experiment,just try it
- 2022-08-22 16:24:34下载
- 积分:1
-
windows用delphi监视进程运行
windows用delphi监视进程运行-windows monitors the advancement with delphi to move
- 2022-05-07 06:10:44下载
- 积分:1
-
实现进程互斥的源代码,并有演示
实现进程互斥的源代码,并有演示- The realization advancement incompatible source code, and has
demonstrates
- 2022-03-19 11:03:09下载
- 积分:1
-
VC 中进行进程线程控制 有兴趣的同志可以看看哪
VC 中进行进程线程控制 有兴趣的同志可以看看哪-VC for process control threads are interested can find out where comrades!
- 2022-02-12 05:25:47下载
- 积分:1
-
端口到进程实现的源代码 实现进程与端口的映射
端口到进程实现的源代码 实现进程与端口的映射 -port to the process of realization of the source code for achieving process and port mapping
- 2023-03-16 10:20:04下载
- 积分:1
-
Windows NT2000下的进程列举
Windows NT2000下的进程列举-Windows NT2000 listed under the process of
- 2022-03-13 15:37:36下载
- 积分:1
-
For multi
进行多线程编程的好例子,这是多线程的简单例子。-For multi-threaded programming a good example of this is a simple example of multi-threading.
- 2022-03-19 09:39:42下载
- 积分:1