资源列表
VFindFileDlg_i
- Visual C + +的编程,具有原始代码,这是一一个磁盘文件找到类型的多线程。,可以直接使用。 -Visual C++ programming, source code, which is a disk file to find the type of multi-threaded. Can be used directly.
mh2663Multittu
- 多线程的h263编解码程序源码 ,Viisual C++编译测试 -H263 codec of multi-threaded program source, Viisual C++ compile the test
Thread
- 一个完整的线程池的实例 -Instance of a complete instance of a thread pool thread pool
TestBackGround
- BackGroundworker的案例,用于多线程异步作业-Backgroundworker,can be used for multi-thread application
duoxiancheng
- 多线程的实现,对初学者有帮助,大家可以-The realization of multi-threaded, for beginners to help, we can see
multisocket
- 里面主要介绍的多线程程序开发,里面有详细的线程编程介绍-Which introduces multi-threaded application development, which has a detailed thread programming
208090311
- 线程同步、进程同步及进程间通信技术进行了实现。-Thread synchronization, process synchronization, and interprocess communication technology to achieve.
suanshuyunsuan
- 进程就绪队列的两种实现方法:时间片法和优先数法-Process ready queue implemented in two methods: time-slice method, and the priority number
buffering
- 利用缓冲池和多线程技术,实现生产者和消费者同步的问题。只有缓冲池中有空闲的时候才可以生产产品;只有缓冲池有产品的时候才可以消费。-Pool and multi-threading technology to realize the synchronization problem of the producers and consumers. Buffer pool idle time can produce products pool products when it can be consu
produceAndConsume
- 利用多线程的技术实现生产者和消费者的同步问题。解决了生产一个消费一个的问题,提高了系统的性能。-Multi-threading technology to realize the synchronization problems of producers and consumers. Solve the production of a consumer a problem and improve the performance of the system.
OS
- 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 读者优先的附加限制:如果读者申请进行读操作时已有另一个读者
vcPP-multi-thread
- 这里面有很多关于多线程编程的参考资料,希望对大家有帮助-multi thread
