FCFS(先到先服務)算法 C++實現

1 FCFS簡介     後續補上...  2 源代碼 #include <iostream> #include <string> using namespace std; //進程結構體 struct process { string name;//進程名 int arriveTime;//到達時間 int runTime;//進程運行時間 int startTime;//進程開始運
相關文章
相關標籤/搜索