资源列表
InjectorDll
- InjectorDll 线程注入程序第一个参数:运行的目标程序\n第二个参数:你的模块\n2.例如:郭荣华.exe winlogon.exa,C:\\NoShutDLL.dll" 可以把您的模块注入正在运行的进程中-InjectorDll thread into the program the first argument: to run the target program \ n the second argument: your module \ n2. For example: Gu
multi_thread
- 多线程编程,两线程分别写一个.txt文件。与单线程比较-Multi-threaded programming, the two were to write a thread. Txt file. Compared with the single-threaded
MultiThread1
- 一个简单实用的c++多线程编程程序,是个比较好的参考学习程序-a simple and useful programm about c++ multithread programming which you can lean something from it.
threadx_
- 是多线程管理。可以在IE中使用。delphi-Is a multi-thread management. You can use IE.
CThreadProgram
- C 多线程编程指南 学学 挺好的 呵呵 -C yuyan
SocketThrdServer
- 网络编程多线程实现,源于oracle官网-socket thread
thread_test
- 一个MFC 对话框的应用程序,实现两个线程。线程1:不断地往一个全 局的字符串数组(大小为5)中写随机的字符串(数字和字母构成);线程2: 不断的处理字符串数组中的所有字符串,把它们逆序。 -An MFC dialog application, to achieve the two threads. Thread 1: constant string to a global array (size 5) to write a random string (numbers and le
jincheng
- 两个MFC 对话框程序,实现程序间虚拟内存的访问,从而实现进程间的 通信-Two MFC dialog program to realize the virtual memory access between programs in order to achieve inter-process communication
CThreadEx
- 实现 多线程间的对全局变量的互斥访问 达到线程间进行通信的目的-To achieve mutually exclusive access among multiple threads
processconfigure
- 一个简单的进程代码 用于操作系统进程实验-A simple code for the operating system processes the process of experiment
Monitoring
- 用两个目录的监视为例说明多线程的应用,如果用列表保存线程及其所监视的目录,就可以实现任意多个目录的监视。 在创建线程前要指明其所监视的目录和反映变化的显示列表。-Monitoring with the directory as an example of two multi-threaded applications, if the list kept by the monitor thread and the directory, you can achieve any number of
jinchengguanli
- 1.掌握进程的概念,明确进程的含义 2.认识并了解并发执行的实质 3.掌握进程另外的创建方法 4.熟悉进程的睡眠、同步、撤消等进程控制方法 5.进一步认识并发执行的实质 6.分析进程竞争资源的现象,学习解决进程互斥的方法 -1. To grasp the concept of the process, clearly the meaning of the process 2. Know and understand the essence of concurrent e
