搜索资源列表
jchc
- 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-to producer / consumer model as the basis, in Windows 2000 to create an environment console process, in the process of creating n threads simulation producers and consumers
WorkerConsumer
- 制作一个生产者和消费者模型的程序。 一个线程每3秒产生一个4字母长的随机单词作为生产者 一个线程作为消费者,将得到的4字母长的单词记入到一个单词文件中。
103244858producer_customer
- 一个生产者消费者模型。利用读写队列实现。
生产者消费者模型
- 多线程
pthread
- 利用C语言程序编写的生产者消费者模型实例-With C language programming examples of the producer consumer model
Programs(update)
- 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-To the producer/consumer model as the basis, in the Windows 2000 environment to create a console process, in the process to create a thread simulation n producers and consum
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
Producer-Consumer-Model
- 生产者消费者模型,多线程程序,主要涉及互斥、信号量等操作系统知识-Producer consumer model, multi-threaded programs, mainly related to mutual exclusion, semaphores and other operating system knowledge
ConsoleApplication1
- C#单线程 生产者—消费者”模型的代码示例-Single-threaded C# producer- consumer " model of the code sample
sx
- 操作系统中进程同步的问题,生产者-消费者模型的代码 在同一个进程地址空间内执行的两个线程。生产者线程生产物品, 然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线 程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物 品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者 线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有 满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出 来。 -Operating systems pr
producter_and_consumer
- 生产者消费者模型模拟。有可独立运行的应用程序。MFC界面。-Producer-consumer model simulation. The application can be run independently. MFC interface.
Producer_Consumer
- 多线程,生产者消费者模型。 实现多线程中的生产者消费者模型-Multi-threaded producer-consumer model. Model of producers and consumers in the multi-threaded
Producer-consumer-model
- 生产者消费者模型,用c语言实现模拟内存管理中的生产者和消费者,实现用信号量和锁的使用方法-Model of producers and consumers, producers and consumers in the analog memory management using the c language, the use of semaphores and locks
jinchengguanli
- 生产者消费者模型模拟进程调度。主要功能有:创建进程、查看内容、修改参数。-Producer-consumer model to simulate process scheduling. Main features are: creation process, review the content, modify the parameters.
squeue
- c++ 通用安全队列,生产者消费者模型,简化开发-c++ quque
7117702
- 以生产者消费者模型为依据,在Windows 2000环境下创建一个控制台进程-Based on producer consumer model, create a console process in a Windows 2000 environment
hjswxc
- 以生产者消费者模型为依据,在Windows 2000环境下创建一个控制台进程(Based on producer consumer model, create a console process in a Windows 2000 environment)
Qt4Ex
- Qt 实现简单的多线程, 经典的生产者消费者模型(Example of MultiThread by Qt)
ProducerConsumerData 1
- 数据采集生产者消费者模型,需要的赶紧下载(Data acquisition, producer consumer model, and download)
mykafka
- 利用kafka实现生产者消费者模型,生产者读取文件内容发送到kafka上,消费者消费kafka上的消息存入数据库(Making use of Kafka to realize producer consumers)