操作系统fcfs算法和spf算法源代码
1. #include <stdio.h>2. #define MAX 53. typedef int Time;4. typedef struct 5. {6. Time DD;//到达时间7. T