资源列表
MessageThread
- 一个使用自定义消息进行线程间的通信得例程,来自于Visual C++范例大全-Use a custom message to the communication between threads was routine, and from the Visual C++ examples of Daquan
EventThread
- 一个使用事件对象进行线程间的通信的例程,来自于Visual C++范例大全
EventThreadSyn
- 一个使用CEvent对象实现线程同步的例程,来自于Visual C++范例大全-CEvent an object implementation using the thread synchronization routines, from the Visual C++ examples of Daquan
CriticalSecitonThreadSyn
- 一个使用临界区对象(CriticalSeciton)实现线程同步的例程,来自于Visual C++范例大全-The use of a critical section object (CriticalSeciton) to achieve thread synchronization routines, from the Visual C++ examples of Daquan
injector
- dll injector. inject dll into process with selected pid.
C_SimpleThread
- A better way to manage a theread.
ExecApp
- 執行程式後不需等待程式結束. 於批次檔中使用非常方便-Fork application and leave it alone. Convenience for execute application in batch file.
vcTaskMng
- 任务管理器的完整代码,功能与windows自带管理器基本相同。-Task Manager of the complete code, functions and windows own manager basically the same.
thread
- 简单的多线程实验,多个线程在对话框中画,不过没有使用双缓冲,所以会闪烁-thread
OS
- 进程创建与调用,销毁等功能演示,包含Window内核实验教程电子书,以及系统调用查找电子书和《自己动手写操作系统》-Process creation and call features such as the destruction demo, including Window kernel Experimental Course e-books, as well as system calls to find e-books and the " it-yourself to write
shijianplunzhuan
- 进程调度算法:先来先服务算法、时间片轮转调度算法的实现 -The process of scheduling algorithms: first-come, first-served algorithm, time slice Round Robin Scheduling Algorithm
MyTaskMgrmaneagement
- 类似于windows中的任务管理器,用Visual c++实现,用到了多线程等知识-Similar to the windows in the task manager, using Visual c++ implementation of such knowledge to use a multi-threaded