fcfs

#include<stdio.h> #include<stdlib.h> #define N 100 typedef struct process {  int time;  //需要时间     char name;  int end;    int freetime;   //剩余剩余时间  int arrivetime;   //到达时间  int finish;        //完成时间
相关文章
相关标签/搜索