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