文件名称:subject_5

  • 所属分类:
  • 操作系统开发
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2016-05-21
  • 文件大小:
  • 1kb
  • 下载次数:
  • 2次
  • 提 供 者:
  • 刘**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

编写一个磁盘调度程序,模拟操作系统对磁盘的调度。

 可以随机输入磁道请求序列,当前磁头位置和磁头移动方向,支持先来先服务、最短寻道时间优先、扫描、循环扫描调度算法,能够输出磁头移动经过的磁道序列。

输入:



磁盘调度算法



    当前磁头位置



    磁头移动方向



    磁道请求序列(磁道1,磁道2,磁道3,...)



    其中:



    (1) 调度算法选项为:



1 先来先服务



2 最短寻道时间优先



3 扫描法(SCAN)



4 循环扫描法(C-SCAN)



    (2) 磁头移动方向选项为:



        1 向磁头号增大方向移动



        0 向磁头号减小方向移动



输出:



磁头移动经过的磁道序列(磁道1,磁道2,磁道3)



磁头移动经过的总磁道数-Write a disk scheduling program to simulate the operating system scheduler to disk. You can track random input sequence of requests, head position and head movement direction of the current, first-come first-serve support, the shortest seek time priority, scanning, cyclic scan scheduling algorithm, capable of outputting head is moved through a sequence of tracks. Input: disk scheduling algorithm which is currently the head position of the head moving direction of the track sequence of requests (Track 1, Track 2, Track 3, ...) in which: (1) scheduling algorithm options are: 1  first come, first served 2 - shortest seek preferred 3  scanning (sCAN) 4  cyclic scan method (C-sCAN) (2) head movement direction options: 1  to head number increasing direction 0  mobile mobile number decreasing direction is output to the head: the head is moved through a sequence of tracks (track 1, track 2, track 3) the total number of tracks head movement through
(系统自动生成,下载前可以参看下载内容)

下载文件列表





subject_5.cpp

相关说明

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

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org