摘要: #include <stdio.h> struct sjf //定义进程的结构体{ char name[10]; //进程名 float arrivetime; //到达时间 float servicetime; //服务时间 float starttime; //开始时间 float finish 阅读全文
posted @ 2017-10-31 22:49 宋建楠 阅读(439) 评论(0) 推荐(0)