摘要: #include<stdio.h>#include<stdlib.h>#define N 100 typedef struct process{ int num; int time; int start; int end; int begin; int freetime; int arrivetim 阅读全文
posted @ 2016-06-14 12:00 03郭丽红 阅读(250) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<stdlib.h>#define N 100 typedef struct process{ int num; int time; int start; int end; int begin; int freetime; int arrivetim 阅读全文
posted @ 2016-06-14 11:54 03郭丽红 阅读(1232) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<stdlib.h>#define N 100 typedef struct process{ int num; int time; int start; int end; int begin; int freetime; int arrivetim 阅读全文
posted @ 2016-06-14 11:52 03郭丽红 阅读(864) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<stdlib.h>#define N 100 typedef struct process{ int time; //需要时间 char name; int end; int freetime; //剩余剩余时间 int arrivetime; / 阅读全文
posted @ 2016-06-14 11:48 03郭丽红 阅读(199) 评论(0) 推荐(0) 编辑