摘要: #include<stdio.h> #include<stdio.h> #include<malloc.h> typedef struct ProcessNode{ // 进程结点的基本结构 char name; //进程名 int service_time; //服务时间 int arrive_t 阅读全文
posted @ 2016-05-04 14:54 42李剑昌 阅读(143) 评论(0) 推荐(0) 编辑