OS做业调度C语言实现

SJF、FCFS、FPF算法:算法 #include "stdio.h" #include "stdlib.h" #include "stdio.h" #include "conio.h" #define getjcb(type) (type*)malloc(sizeof(type)) int n = 0, time = 0; float eti, ewi; struct jcb { ch
相关文章
相关标签/搜索