(本站为飞网专业下载站,域名: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资源、娱乐生活、经济管理、办公文书、游戏资料等。