搜索资源列表
producerconsumer
- 此文件用于实现生产者消费者的问题- This document uses in to realize the producer consumer s question
生产者-消费者问题
- 用c语言实现生产者-消费者问题-used language producer-consumer issues
sms_que
- 一个实现可以在进程间或者线程间通信的高效环形队列类,特别适用于那种生产者/消费者模型的应用中-an achievement in inter-process communication between threads or efficient circular queue category, particularly applicable to the kind of producer / consumer model of the application
Producer
- 程序实现了两个生产者和两个消费者的生产者消费者问题(当生产者消费者数目再多时加上几个子进程就可以了)为了防止程序陷入死循环,给生产者限定了生产次数,同时为了方便截图,将次数限定的比较少。下面是我的程序:-Procedures to achieve the two producers and two consumers and producers of consumer issues (when the number of producers of consumers to add a few m
Producer
- Producer Consumer Algorithm Implement by Java
111
- 此程序利用线程模拟进程,用p、v原语操作实现生产者与消费者的问题。-This procedure simulated the process of using thread, with p, v primitive operations to achieve the producer and consumer issues.
ProductAndConsumer
- 计算机网络经典算法:生产者与消费者问题的源代码-classic algorithm of computer network:producer and consumer
LabVIEWzhiliao
- 本Demo演示了NI公司LabVIEW图形化开发环境的并行编程模式。在并行循环之间可以通过队列或者是局部变量传递数据。基于队列的并行循环模式也叫做生产者/消费者模式。-This Demo shows the NI' s LabVIEW graphical development environment for parallel programming model. Between the parallel loop through the queue or a local variable
Producers-consumer-test-procedure
- 很好的一个教程实验——生产者-消费者实验程序-A good tutorial experiment-- producer- consumer experimental procedures
Sem
- 用Win32中的信号量实现生产者-消费者问题-Use Win32 semaphore in the producer- consumer issues
ex4
- 生产者消费者算法 找素数线程每次只放一个素数 显示素数线程每次只显示一个素数-Producer-consumer algorithm
CEX_SecondDlg
- 生产者与消费者,一个生产者与一个消费者,C++做的,做的比较简单-Producers and consumers, a producer and a consumer, C++ to do, to do simple
123
- 简单的生产者消费者问题。应付课程设计足够-Simple producer-consumer problem
yyy103
- 解决生产者,消费者对共享资源的互斥问题,生产者要做改动,消费者要读取。-producer,consumer
PC
- solving the producer consumer problem using threads and semaphores