摘要: #include<stdio.h>#define Time int#define M 100typedef struct process{ char name[M];//进程名 int priority;//优先数 int reachtime;//到达时间 int needtime;//需要时间 i 阅读全文
posted @ 2016-06-19 11:20 21黄玺恒 阅读(713) 评论(0) 推荐(0) 编辑