实验二 (2)优先数调度
摘要:
#include<stdio.h>#define Time int#define M 100typedef struct process{ char name[M];//进程名 int priority;//优先数 int reachtime;//到达时间 int needtime;//需要时间 i 阅读全文
posted @ 2016-04-29 09:25 01-李嘉秀 阅读(278) 评论(0) 推荐(0) 编辑