文件名称:shijianpianlunzhuansuanfa
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- j**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
操作系统 时间片轮转算法
struct PCBNode
{
int processID //进程ID
STATUS status //进程状态
int priorityNum //优先数
int reqTime //总的需要运行时间
int remainTime //剩下需要运行时间
int arriveTime //进入就绪队列时间
int startTime //开始运行时间
int finishTime //结束运行时间
int totalTime //周转时间
float weightTotalTime //带权周转时间
}-Rotate the operating system time slice algorithm struct PCBNode {int processID // Process ID STATUS status // process status int priorityNum // priority number int reqTime // total time required to run int remainTime // need to run the rest of the time int arriveTime // enter the ready queue time int startTime // running time int finishTime // end of the run time int totalTime // turnaround time float weightTotalTime //} with the right turnaround time
struct PCBNode
{
int processID //进程ID
STATUS status //进程状态
int priorityNum //优先数
int reqTime //总的需要运行时间
int remainTime //剩下需要运行时间
int arriveTime //进入就绪队列时间
int startTime //开始运行时间
int finishTime //结束运行时间
int totalTime //周转时间
float weightTotalTime //带权周转时间
}-Rotate the operating system time slice algorithm struct PCBNode {int processID // Process ID STATUS status // process status int priorityNum // priority number int reqTime // total time required to run int remainTime // need to run the rest of the time int arriveTime // enter the ready queue time int startTime // running time int finishTime // end of the run time int totalTime // turnaround time float weightTotalTime //} with the right turnaround time
(系统自动生成,下载前可以参看下载内容)
下载文件列表
shijianpianlunzhuansuanfa.cpp