搜索资源列表
ThreadPool
- 一个可以用VC的多线程管理的线程池类,类似Java类库的线程池。内有一个Demo程序,帮助初学者理解和使用该封装好的类。-A VC can be multi-threaded managed thread pool class, similar to the Java class library for the thread pool. There is a Demo program to help beginners to understand and use the packaged cla
threadpool.src.tar
- 跨平台的线程池。在windows的VC下或unix/linux下都能运行。-Cross-platform thread pool. run under both the VC in the windows or unix/linux.
threadpool
- VC下线程池组,可以对运行的线程进行同步控制-VC group under the thread pool can run thread synchronization control
MyThreadPool
- 用VC上自己写的一个线程池,实现了一个自定义的CriticalSection,一个安全且可自动解除的锁,一个自定义的线程类,它封装了一个线程核心对象,最后实现了线程池类,用来管理线程对象。 且利用事件核心对象,实现了线程核心对象对消息列表的同步访问。下载即可运行,是整个工程文件-a threadpool, implemented by define a self-defining CriticalSection, a safy lock class,and a thread class whic
ThreadPool
- 用vc++写的一个简单的线程池的代码,简单参考- A simple thread pool code wrote with vc
threadpool
- VC++环境下线程池技术的经典例子。从事多线程技术开发者的必备模板。-VC++ environment, a classic example of thread pool technology. Engaged in multi-threading technology developers must-template.
VCThreadPool3
- Windows下的线程池管理程序源代码,经典的线程池代码-ThreadPool