搜索资源列表
HardDise
- 一个有关磁盘调度的程序! -on a disk scheduling procedures! One of the disk-scheduling procedures!
1a43chd
- 关于模拟实现磁盘调度算法中的循环扫描算法-on simulation disk scheduling algorithm scanning the cycle
os
- 操作系统的四大功能的模拟,分别进行进程管理、处理机调度(作业调度)、存储管理(页面调度)以及设备管理(磁盘调度)-The four functions of the operating system simulation, separately for the process management, processor scheduling [job scheduling], memory management [paging], and equipment management [disk s
Pro
- Sample programs for implementing the Operating system concepts in UNIX [ disk scheduling, creating fork, CPU Scheduling, etc.,]
Disk-scheduling
- 磁盘调度算法,几个基本的磁盘调度算法,包括FCFS,SSTF,SCAN,CSCAN等,本程序采用c#完成,有需要的可以下-Disk scheduling algorithm, a few basic disk scheduling algorithms, including FCFS, SSTF, SCAN, CSCAN and so on, using c# to complete this procedure, there is a need that can be under the
disk
- 磁盘是高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出工作,在现代计算机系统中往往同时会有若干个要求访问磁盘的输入输出要求。系统可采用一种策略,尽可能按最佳次序执行访问磁盘的请求。由于磁盘访问时间主要受寻道时间T的影响,为此需要采用合适的寻道算法,以降低寻道时间。本实验要求学生模拟设计一个磁盘调度程序,观察调度程序的动态运行过程。通过实验让学生理解和掌握磁盘调度的职能。-Disk is the high-speed, large capacity,
keshe
- 操作系统的课程设计实现银行家算法,进程调度算法和磁盘调度算法-Operating system design and implementation of courses bankers algorithm, the process of scheduling and disk scheduling algorithm
OS2010
- 可视化磁盘调度,实现四种方法fcfs,sstf,scan,cscan-Visual disk scheduling, achieving four methods fcfs, sstf, scan, cscan
operating_system_experiment_and_sourcecode
- 这个是我学习操作系统时做的实验,主要是磁盘调度算法的实现,其中还包括老师实验要求和目的。不保证完全正确,大家参考下还是很有价值的-This is my operating system to learn to do experiments, mainly disk scheduling algorithm, which also includes the teacher test requirements and objectives. Does not guarantee completely
Prac5
- disk scheduling algorithm
caozuoxitong
- 自己编写的一个关于用程序模拟处理机调度,主存空间的调度与分配,磁盘的调度与分配的实现。应该对初学操作系统的人会很有用。-I have written a simulation on the application processor scheduling, main memory space of the scheduling and allocation, disk scheduling and allocation of implementation. Operating system sh
disk
- 本程序设计用于模拟实现包括FCFS、SSTF、电梯、scan算法在内的磁盘调度算法,计算出各种算法的磁头移动道数供用户参考比较。-This program is designed for analog realization, including FCFS, SSTF, the elevator, scan the disk scheduling algorithms, including, heads of various algorithms to calculate the number
suanfa
- 实现操作系统中的磁盘调度功能,方便大家参考。-To achieve the operating system disk scheduling function to facilitate reference.
88
- 磁盘调度算法,有最短寻道时间优先调度算法和扫描算法 。-Disk scheduling, priority scheduling algorithm with the shortest seek time and scanning algorithms.
cipandiaodusuanfa
- 这是一个磁盘调度算法,包括FCFS、SCAN,是我的操作系统课程设计。-This is a disk scheduling algorithms, including FCFS, SCAN, is my operating system, curriculum design.
test
- 一个模拟操作系统磁盘调度算法的小程序,对学习很有帮助-A small program to simulate the operating system disk scheduling algorithm helpful in learning
test
- 磁盘调度算法的实现,模拟寻道优先算法,先进先出算法,一个简单的磁盘调度程序-Disk scheduling algorithm implemented analog seek first algorithm, first-in-first-out algorithm, a simple disk scheduler
OS_EX5-1
- 模拟磁盘调度算法,fifo,scan,c-scan,c-look-Simulated disk scheduling algorithm
aa
- 操作系统,磁盘调度算法。包括最短寻道时间,以及快速扫描算法-Operating system, disk scheduling algorithms. Including the shortest seek time, and fast scanning algorithms
disk-scheduling-algorithms
- a program that implements the following disk-scheduling algorithms: FCFS, SSTF, SCAN, C-SCAN, Look and C-Look