文件名称:操作系统实验模拟生产者消费者问题
文件大小:199KB
文件格式:ZIP
更新时间:2017-03-28 13:05:58
操作系统实验 生产者消费者
操作系统实验模拟生产者消费者问题 PROGRAM NAME: PRODUCER_CONSUMER */ /* This program simulates two processes, producer which */ /* continues to produce message and put it into a buffer */ /* [implemented by PIPE], and consumer which continues to get */ /* message from the buffer and use it. */ /* The program also demonstrates the synchronism between */ /* processes and uses of PIPE.
【文件预览】:
模拟生产者消费者问题
----模拟生产者消费者问题.opt(48KB)
----模拟生产者消费者问题.dsw(548B)
----main.c(6KB)
----模拟生产者消费者问题.ncb(41KB)
----模拟生产者消费者问题.dsp(4KB)
----模拟生产者消费者问题.plg(1KB)
----Debug()
--------模拟生产者消费者问题.pdb(417KB)
--------vc60.idb(33KB)
--------main.obj(13KB)
--------模拟生产者消费者问题.pch(181KB)
--------模拟生产者消费者问题.ilk(181KB)
--------vc60.pdb(52KB)
--------模拟生产者消费者问题.exe(164KB)