资源列表
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.
StarOtherPro
- 三种方法实现启动其他的应用程序,VC++精选编程源码,很好的参考资料。-Three methods to realize start other applications, VC++ select programming source code, a good reference.
ClipTextTrans
- 使用剪贴板实现程序间的数据交换,VC++精选编程源码,很好的参考资料。-Use the clipboard to realize data exchange between process, VC++ programming source code, a good reference.
MapFileTrans
- 通过内存映射实现进程间的数据交换,VC++精选编程源码,很好的参考资料。-Through the process of data exchange between the memory mapping, VC++ select programming source code, a good reference.
07548
- 通过消息机制实现进程间的通信,VC++精选编程源码,很好的参考资料。-Through the message mechanism to achieve communication between processes, VC++ select programming source code, a good reference.
