文件名称:shijianpian
介绍说明--下载内容均来自于网络,请自行研究使用
时间片轮转算法struct
{
int name //进程标识符
int status //进程状态
int ax,bx,cx,dx //进程现场信息,通用寄存器内容
int pc //进程现场信息,程序计数器内容
int psw //进程现场信息,程序状态字内容
int next //下一个进程控制块的位置
}pcbarea[n]-Round Robin time slice struct (int name// process identifier int status// process state int ax, bx, cx, dx// process the scene information, the contents of general register int pc// process the scene information, the contents of program counter int psw// process the scene information, the program status word contents int next// next position of the process control block) pcbarea [n]
{
int name //进程标识符
int status //进程状态
int ax,bx,cx,dx //进程现场信息,通用寄存器内容
int pc //进程现场信息,程序计数器内容
int psw //进程现场信息,程序状态字内容
int next //下一个进程控制块的位置
}pcbarea[n]-Round Robin time slice struct (int name// process identifier int status// process state int ax, bx, cx, dx// process the scene information, the contents of general register int pc// process the scene information, the contents of program counter int psw// process the scene information, the program status word contents int next// next position of the process control block) pcbarea [n]
(系统自动生成,下载前可以参看下载内容)
下载文件列表
shijianpian.txt