《进程流程》word版
1.进程流程图2.PCB的数据结构struct PCB { int Id;//PCB的ID号 int State;//进程运行状态long Num;//程序计数器 long Priority;//进程