操做系统实验2-做业调度1.0

1 #include<stdio.h> 2 struct jcb 3 { 4 char name[10]; /* 做业名 */ 5 char status; /* 做业状态 */ 6 7 int arrtime; /* 到达时间 */ 8 int s
相关文章
相关标签/搜索