-
模拟生产者消费者问题的操作系统实验
资源介绍
操作系统实验模拟生产者消费者问题
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.
- 上一篇: 操作系统模拟:生产者消费者
- 下一篇: 操作系统生产者消费者实验报告