文件名称:disk
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 229kb
- 下载次数:
- 0次
- 提 供 者:
- z**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
磁盘是高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出工作,在现代计算机系统中往往同时会有若干个要求访问磁盘的输入输出要求。系统可采用一种策略,尽可能按最佳次序执行访问磁盘的请求。由于磁盘访问时间主要受寻道时间T的影响,为此需要采用合适的寻道算法,以降低寻道时间。本实验要求学生模拟设计一个磁盘调度程序,观察调度程序的动态运行过程。通过实验让学生理解和掌握磁盘调度的职能。-Disk is the high-speed, large capacity, rotating, direct access storage device. As a secondary computer system memory, to carry out heavy work input and output in modern computer systems often also have a number of requests to access the disk input and output requirements. System can use a strategy, as far as possible the best order of implementation of the disk access requests. As the disk access time is mainly affected by the impact of seek time T, which requires use of appropriate seeking algorithms to reduce the seek time. This experiment requires students to design a disk scheduling simulation program, observe the dynamic process scheduler. Experiments for students to understand and grasp the disk scheduling functions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
磁盘调度\磁盘调度.dsw
........\磁盘调度.ncb
........\磁盘调度.plg
........\磁盘调度.opt
........\磁盘调度.dsp
........\main.ncb
........\main.plg
........\node.h
........\FCFS.H
........\sstf.h
........\main.cpp
........\scan.h
........\Debug\vc60.idb
........\.....\vc60.pdb
........\.....\main.pdb
........\.....\main.ilk
........\.....\main.exe
........\.....\main.obj
........\main.opt
........\main.dsp
........\main.dsw
........\Debug
磁盘调度
........\磁盘调度.ncb
........\磁盘调度.plg
........\磁盘调度.opt
........\磁盘调度.dsp
........\main.ncb
........\main.plg
........\node.h
........\FCFS.H
........\sstf.h
........\main.cpp
........\scan.h
........\Debug\vc60.idb
........\.....\vc60.pdb
........\.....\main.pdb
........\.....\main.ilk
........\.....\main.exe
........\.....\main.obj
........\main.opt
........\main.dsp
........\main.dsw
........\Debug
磁盘调度