用JAVA實現先到先服務和短作業優先算法

1、首先先寫一個實體類來表示進程 package demo; public class Progress { //到達時間 public int arriveTime; //運行時間 public int runTime; //完成時間 public int finishTime; //週轉時間 public int totalTime; //帶權週轉時間 public fl
相關文章
相關標籤/搜索