操作系统-生产者与消费者源代码(共6页).doc

上传人:飞****2 文档编号:14351230 上传时间:2022-05-04 格式:DOC 页数:6 大小:24KB
返回 下载 相关 举报
操作系统-生产者与消费者源代码(共6页).doc_第1页
第1页 / 共6页
操作系统-生产者与消费者源代码(共6页).doc_第2页
第2页 / 共6页
点击查看更多>>
资源描述

《操作系统-生产者与消费者源代码(共6页).doc》由会员分享,可在线阅读,更多相关《操作系统-生产者与消费者源代码(共6页).doc(6页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、精选优质文档-倾情为你奉上/*生产者/消费者*/#include#include#includestruct PCB int flag;/1为生产者,2为消费者int numLabel;typedef struct QNodePCB data;/数据域struct QNode* next;/指针域QNode, *QueuePtr;typedef structQueuePtr front;/队头指针QueuePtr rear;/队尾指针LinkQueue;typedef struct LNodeQueuePtr data;struct LNode *next;LNode, *LinkList;v

2、oid QueueInit(LinkQueue &Q)/初始化队列Q.front = Q.rear = (QueuePtr)malloc(sizeof(QNode);Q.front-next = NULL;void LinkListInit(LinkList& L)/初始化链表L = (LinkList)malloc(sizeof(LNode);void EnQueue(LinkQueue &Q, QueuePtr p)/入队p-next = NULL;Q.rear-next = p;Q.rear = p;QueuePtr DeQueue(LinkQueue &Q)/出队QueuePtr p

3、= Q.front-next;Q.front-next = p-next;if(Q.rear = p)Q.rear =Q.front;return p;void outqueue(LinkQueue& Q) QueuePtr p = Q.front-next;Q.front-next = p-next;if(Q.rear = p)Q.rear =Q.front;void LinkListInsert(LinkList &L, QueuePtr e)/进入链表LinkList p = L;LinkList q = (LinkList)malloc(sizeof(LNode);while(p-ne

4、xt)p+;q-data = e;q-next = NULL;p-next = q;void processproc(LinkQueue &Q)/创建进程进入初始队列int processNum = 0;coutprocessNum;for(int i = 0; i processNum; i+)cout输入第i+1pcb.flag;/输入进程的种类pcb.numLabel = i+1;/进程序号赋值QueuePtr p = (QueuePtr)malloc(sizeof(QNode);p-data = pcb;EnQueue(Q, p);bool HasElement(LinkQueue Q

5、)/判断队列是否为空if(Q.front = Q.rear)return 0;elsereturn 1;int ProduceRun(int &full, int BufferSize)/运行生产者进程if(full 0)full-;return 1;return 0;void DisPlay(LinkQueue Q)/打印队列QueuePtr p = Q.front;while(p-next)cout进程next-data.numLabelnext;void main()int BufferSize;/设置缓冲区大小coutBufferSize; int full = 0;/当前缓冲区中的进

6、程数目int temp = 1;LinkList over;/用于收集已经运行结束的进程LinkListInit(over);LinkQueue ReadyQueue;/就绪队列LinkQueue ProducerWaitQueue;/生产者等待队列LinkQueue ConsumerWaitQueue;/消费者等待队列/初始化QueueInit(ReadyQueue);QueueInit(ProducerWaitQueue);QueueInit(ConsumerWaitQueue);while(temp)/死循环processproc(ReadyQueue);/创建进程进入就绪队列bool

7、element=HasElement(ReadyQueue);/判断队列是否为空while(element)/当它不是空的cout进程next-data.numLabelnext-data.flag = 1)/如果它是一个生产者cout生产者endl;if(ProduceRun(full, BufferSize) = 1)/判断缓存区是否还有空间cout进程next-data.numLabel执行完毕endl;LinkListInsert(over, DeQueue(ReadyQueue);/运行结束,进入over链表/*/if(HasElement(ConsumerWaitQueue) Co

8、nsumeRun(full, BufferSize);outqueue(ConsumerWaitQueue); /*/if(HasElement(ProducerWaitQueue)/检查生产者等待队列,激活队列中的进程进入就绪队列EnQueue(ReadyQueue, DeQueue(ProducerWaitQueue);else if(ProduceRun(full, BufferSize) = 0)/就绪队列出一个元素,进入生产者等待队列EnQueue(ProducerWaitQueue, DeQueue(ReadyQueue);else/*/如果它是一个消费者cout消费者endl;i

9、f(ConsumeRun(full, BufferSize) = 1)/判断缓存区是否存在进程LinkListInsert(over, DeQueue(ReadyQueue);/运行结束,进入over链表if(HasElement(ConsumerWaitQueue)/检查消费者等待队列,激活队列中的进程进入就绪队列EnQueue(ReadyQueue, DeQueue(ConsumerWaitQueue); /*/if(HasElement(ProducerWaitQueue) ProduceRun(full, BufferSize);outqueue(ProducerWaitQueue);

10、 /*/else if(ConsumeRun(full, BufferSize) = 0)/若没有进程,则进入消费者等待队列EnQueue(ConsumerWaitQueue, DeQueue(ReadyQueue);/*/*输出就绪队列*/element = HasElement(ReadyQueue);if(HasElement(ReadyQueue)cout就绪队列中有下列进程:endl;DisPlay(ReadyQueue);else cout就绪队列里面没有进程endl;/*/*输出生产者等待队列*/if(HasElement(ProducerWaitQueue)cout生产者等待队列中有下列进程:endl;DisPlay(ProducerWaitQueue);else cout生产者等待队列中没有进程endl;/*/*输出消费者等待队列*/if(HasElement(ConsumerWaitQueue)cout消费者等待队列中有下列进程:endl;DisPlay(ConsumerWaitQueue);else cout消费者等待队列中没有进程endl;getchar();couttemp;专心-专注-专业

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育专区 > 教案示例

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁