CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发

文件名称:pcb

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    1.03kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

设计一个有N个进程并发的进程调度程序,采用时间片轮转算法。



Ø 每一个进程用一个进程控制块PCB表示。PCB包含信息有:进程名name,进程号id,进程状态state,进程所需运行时间need_time,进程运行时间run_time。



Ø 进程所需的运行时间人为指定。进程运行时间以时间片为单位进行计算。(程序中以按任意键表示运行一次CPU时间片)



Ø 每个进程的状态有就绪W,运行R,和完成F(撤销进程)。



Ø 就绪的进程获得CPU后只能运行一个时间片,运行完运行时间run_time+1。



Ø 如果运行一个时间片后,进程的run_time等于need_time(即已经达到所需运行时间),则撤销该进程并提示,如果还未达到,则将其放到队尾,进入就绪状态等待下一次时间片分配。每一次调度程序都打印一次运行情况,包括:运行的进程,就绪队列的进程,已经所有进程的PCB(不包括已经撤销的进程)。

-The N processes concurrent process scheduler design a round-robin algorithm.



Ø a process with a process control block PCB. The PCB contains information: the process name name, process ID id, process status "state" process required running time need_time process run time run_time.



Ø process required for the running time of artificially specified. Process run time to the time slice as a unit to be calculated. Running a CPU time slice to press any key (program)



Ready W, Ø the status of each process running R, and completion of the F (revoked process).



The Ø -ready process to get CPU can run only one time slice, after running running time run_time+1.



Ø If you run a time slice is equal need_time run_time process (that has reached the required run-time), the revocation of the process and prompts If you have not yet reached, then put it to the end of the queue to enter the ready state waiting for the next time slice allocation. Every scheduler
(系统自动生成,下载前可以参看下载内容)

下载文件列表

pcb.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com