摘要: #include<stdio.h>#include<stdlib.h>#include<string.h>#define MAX 100 typedef struct pcb{char name[4];//进程名int starttime;//到达系统时间int needtime;//运行时间int 阅读全文
posted @ 2016-04-20 14:49 21黄玺恒 阅读(410) 评论(0) 推荐(0)