文件名称:productor-consumer
-
所属分类:
- 标签属性:
- 上传时间:2013-04-06
-
文件大小:4.2kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
生产者消费者问题
一个大小为3的缓冲区,初始为空
2个生产者
– 随机等待一段时间,往缓冲区添加数据,
– 若缓冲区已满,等待消费者取走数据后再添加
– 重复6次
3个消费者
– 随机等待一段时间,从缓冲区读取数据
– 若缓冲区为空,等待生产者添加数据后再读取
– 重复4次
说明:
显示每次添加和读取数据的时间及缓冲区的状态
生产者和消费者用进程模拟。
包括windows和linux下的程序代码
-The size of the producer-consumer problem 3 buffer, the initial empty two producers- to wait for a random period of time, to add data to the buffer- if the buffer is full, wait for the consumer and then the data is removed to add- repeated six times in three consumers- to wait for a random period of time, to read data from the buffer- if the buffer is empty, waiting for the producers to add data and then read- repeated four times Descr iption: display every time you add and read data time and buffer state producers and consumers with process simulation. Including program code under windows and linux
一个大小为3的缓冲区,初始为空
2个生产者
– 随机等待一段时间,往缓冲区添加数据,
– 若缓冲区已满,等待消费者取走数据后再添加
– 重复6次
3个消费者
– 随机等待一段时间,从缓冲区读取数据
– 若缓冲区为空,等待生产者添加数据后再读取
– 重复4次
说明:
显示每次添加和读取数据的时间及缓冲区的状态
生产者和消费者用进程模拟。
包括windows和linux下的程序代码
-The size of the producer-consumer problem 3 buffer, the initial empty two producers- to wait for a random period of time, to add data to the buffer- if the buffer is full, wait for the consumer and then the data is removed to add- repeated six times in three consumers- to wait for a random period of time, to read data from the buffer- if the buffer is empty, waiting for the producers to add data and then read- repeated four times Descr iption: display every time you add and read data time and buffer state producers and consumers with process simulation. Including program code under windows and linux
(系统自动生成,下载前可以参看下载内容)
下载文件列表
consumer.c
main.c
productor.c
windows-3.cpp
main.c
productor.c
windows-3.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.