资源大小: 7KB
发布时间: 2010-06-01
文件格式: none
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

模拟进程管理#include #include //Can only be used in independent situation;//#define getmem(type) (type*)malloc(sizeof(type)) #define buffersize 5int processnum=0;//the num of processes struct pcb { /* 定义进程控制块PCB */ int flag;//flag=1 denote producer;flag=2 denote consumer; int numlabel; char product; char state; struct pcb* processlink; }*exe=NULL,*over=NULL; typedef struct pcb PCB;PCB* readyhead=NULL,* readytail=NULL;PCB* consumerhead=NULL,* consumertail=NULL;PCB* producerhead=NULL


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。