资源列表
Thread-Synchronization
- VC++6.0中实现线程同步,分别采用互斥对象、临界区对象、事件对象以及信号量对象来实现对线程的同步操作,代码经过项目的检验。-VC++ 6.0 to implement thread synchronization, respectively mutex object, the critical section object, event objects, and semaphores objects to implement thread synchronization, the code
AfxBeginThread
- 采用AfxBeginThread创建工作线程。采用素数的判断来演示,涉及到多参数的传递,消息的响应和信息的实时显示等。-Using AfxBeginThread to create a working thread. The judgment of the prime number is used to demonstrate the multi parameters, the response of the message and the real-time display of the in
MyShareMemory
- 本程序提供了共享内存操作类,使用该类可以方便的完成共享内存的各项操作: 1. 创建、读写共享内存; 2. 支持互斥处理。-This program provides a shared memory operations, the use of such can easily complete the operation of shared memory: 1. Create, read and write shared memory 2. Support exclusive d
ThreadPro
- 里面详细介绍了线程的使用,以及各线程之间的优先算法,VC下可直接运行,适合初学者。-Which detailed the use of threads, and each thread between the first algorithm, the VC can be run directly, suitable for beginners.
CardDvcDriver
- qt模拟Windows消息机制PostThreadMessage发射信号,到线程中处理。-Qt simulation Windows PostThreadMessage transmitting message mechanism, handle to the thread.
multitreadsrc1
- MFC实现多线程系列1/4,很经典!值得学习。-MFC multi-threaded series 1/4, very classic! worth learning.
multitreadsrc2
- MFC多线程系列2/4,非常经典,值得学习。-MFC multi-threaded series 2/4, very classic, it is worth learning.
multitreadsrc3
- MFC多线程系列3/4,非常经典,值得学习。-MFC multithreaded series 2/4, very classic, it is worth learning.
multitreadsrc4
- MFC multithreaded series 4/4, very classic, it is worth learning.
YunDm_lib
- 大漠插件辅助支持库.用本支持库创建的dm对象才可以被易和黑月使用,并且可以静态库编译。-Desert plug-assisted support libraries. Dm object with the present support library created can be used easily and Black Moon, and the library can be statically compiled.
demo_version
- 东软实习项目——银行排队系统,实现取号、叫号及经理查询功能-Neusoft Internship Program- Bank queuing system, take a number, called number and query manager
VBgetallPrcoeessWinTitle
- VB获取Windows系统当前的所有进程,并枚举出窗口标题,得到desktop的句柄,得到desktop的第一个子窗体,循环所有的窗体。在所用到的方法中,有一个枚举所有进程的函数,这个函数可帮你快速找到当前运行的所有进程,你也可轻松的就将其应用到其它的应用程序中。-Capture all process , and windows Title , handle and so .
