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;        //完成時間
相關文章
相關標籤/搜索