搜索资源列表
P_C
- 基于windows环境,对多线程间的生产者和消费者模型进行模拟,并尝试解决其中的死锁问题。
103244858producer_customer
- 一个生产者消费者模型。利用读写队列实现。
producerConsumerModel_src
- 当前比较流行的线程生产者和消费者模型,主要采用了信号灯机制。在vc6编译-current more popular threads model of producers and consumers, mainly in the signal mechanism. The compiler vc6
semaphore
- linux下邮箱方式进行进程通信的代码和实验报告,用P.V原语实现通信中的同步问题。运用生产者与消费者模型设计实现一个简单的信箱。-approach to the process under linux mail communications code and test reports, using PV primitives to achieve communication in the synchronization problem. The use of producer and cons
pudn_1
- 此程序是用WTL+ATL编写,开发环境为VS2008。data.dll模拟访问驱动程序获得数据序列(本例中设计为正弦曲线数据,详见DataInfo.h),PC.exe用于模拟生产者消费者模型:一个生产者线程调用DLL获得数据,一个消费者线程获得数据并更新显示数据,主界面线程显示该数据,画出动态数据演变的曲线图。-This procedure is used WTL+ ATL development, development environment for the VS2008. visit da
consume
- 基于操作系统中消费者和生产者的一个简单模型实现字符串数组的处理,一方面不断生成新的随机字符串放入数组中,另一方面从数组中不断提出字符串进行处理(逆序输出)-Based on the operating system to consumers and producers to achieve a simple model of a string array processing, on the one hand continue to generate a new random string in
Producer-Consumer-Model
- 生产者消费者模型,多线程程序,主要涉及互斥、信号量等操作系统知识-Producer consumer model, multi-threaded programs, mainly related to mutual exclusion, semaphores and other operating system knowledge
sx
- 操作系统中进程同步的问题,生产者-消费者模型的代码 在同一个进程地址空间内执行的两个线程。生产者线程生产物品, 然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线 程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物 品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者 线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有 满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出 来。 -Operating systems pr
pp
- 操作系统中的线程项目,模拟生产者消费者问题,烤羊肉串模型-Operating system threads projects, analog producers of consumer issues, kebabs model
jinchengguanli
- 生产者消费者模型模拟进程调度。主要功能有:创建进程、查看内容、修改参数。-Producer-consumer model to simulate process scheduling. Main features are: creation process, review the content, modify the parameters.
squeue
- c++ 通用安全队列,生产者消费者模型,简化开发-c++ quque
producer
- 生产者与消费者模型的实现,使用C语言实现的,已经编译通过-Producers and consumers to realize the model
Qt4Ex
- Qt 实现简单的多线程, 经典的生产者消费者模型(Example of MultiThread by Qt)