sortProWithArrivalTime(pro, num); //按照进程到达时间进行排序 //定义就绪队列 PCBQueue* queue = (PCBQueue*)malloc(sizeof(PCBQueue)); queueInit(queue); //就绪队列初始化 enterQueue(queue, &pro[0]); //将第一个进程送入就绪队列中 time = pro[0].arrivalTime; //记录第一个进程的到达时间 ...
Papaconstantinou, X., Bertsimas, D.: Relations between the pre-arrival and the post-departure state probabilities and the FCFS waiting time distribution in the Ek /G/s queue. Nav. Res. Logist. 37, 135-149 (1990)Papaconstantinou, X. and Bertsimas, D. (1990) "Relation between the pr...