操作系统实验模拟生产者消费者问题
操作系统实验模拟生产者消费者问题 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.
文件列表
.zip
(预估有个13文件)
模拟生产者消费者问题
模拟生产者消费者问题.opt
48KB
模拟生产者消费者问题.dsw
548B
main.c
6KB
模拟生产者消费者问题.ncb
41KB
模拟生产者消费者问题.dsp
4KB
模拟生产者消费者问题.plg
1KB
Debug
模拟生产者消费者问题.pdb
417KB
vc60.idb
33KB
暂无评论