资源列表
GlobleVarThread
- 使用全局结构进行线程间的通信,VC++精选编程源码,很好的参考资料。-Use the global structure of the communication between threads, VC++ select programming source code, a good reference.
MessageThread
- 使用自定义消息进行线程间的通信,VC++精选编程源码,很好的参考资料。-Inter thread communication using a custom message, VC++ select programming source code, a good reference.
EventThread
- 使用事件对象进行线程间的通信,VC++精选编程源码,很好的参考资料。-Use the event object inter thread communication, VC++ programming source code, a good reference.
EventThreadSyn
- 使用CEvent对象实现线程同步,VC++精选编程源码,很好的参考资料。-To synchronize threads using the CEvent object, VC++ select programming source code, a good reference.
CriticalSecitonThreadSyn
- 使用临界区对象(CriticalSeciton)实现线程同步,VC++精选编程源码,很好的参考资料。-The use of the critical section object (CriticalSeciton) to synchronize threads, VC++ select programming source code, a good reference.
MutexThreadSyn
- 使用互斥对象(Mutex)实现线程同步,VC++精选编程源码,很好的参考资料。-Use a mutex object (Mutex) to synchronize threads, VC++ select programming source code, a good reference.
SemaphoreThreadSyn
- 使用信号量(Semaphore)实现线程的同步,VC++精选编程源码,很好的参考资料。-Using signal volume (Semaphore) implement thread synchronization, VC++ select programming source code, a good reference.
SearchFile
- 使用多线程进行文件搜索,VC++精选编程源码,很好的参考资料。-The use of multi-threaded file search, VC++ programming source code, a good reference.
GetProcesses
- 获取当前系统的所有进程,VC++精选编程源码,很好的参考资料。-All the process of acquiring the current system, VC++ programming source code, a good reference.
OnlyOneInst
- 实现应用程序在系统中只能运行一个实例,VC++精选编程源码,很好的参考资料。-The application in the system can only run one instance, VC++ programming source code, a good reference.
EnumWindowsProc
- 获取所有打开窗口程序的句柄、类名及标题,VC++精选编程源码,很好的参考资料。-Get all the open windows program handles, the class name and title, VC++ select programming source code, a good reference.
CreateDestroyProcess
- 创建和终止进程,VC++精选编程源码,很好的参考资料。-The creation and termination of processes, VC++ select programming source code, a good reference.
