搜索资源列表
-
0下载:
进程调度算法源代码-process scheduling algorithm source code
-
-
0下载:
操作系统中的磁盘调度算法-operating system disk scheduling algorithm
-
-
0下载:
操作系统中的线程调度算法-operating system threads Scheduling Algorithm
-
-
0下载:
磁盘调度算法,用的电梯调度的算法实现,再vc下可以运行!-Disk scheduling algorithm, using the elevator scheduling algorithm, and then can run under vc!
-
-
0下载:
电梯调度算法实现磁盘的调度的源代码!需要仔细看啊!-Elevator scheduling disk scheduling algorithm source code! The need for a closer look at ah!
-
-
0下载:
磁盘调度算法的实现,包括先来先服务、电梯法、最短路径优先法
-Disk scheduling algorithm, including the first-come, first serve, lift method, Shortest Path First Act
-
-
0下载:
根据磁盘调度的4种算法进行模拟磁盘调度过程-According to the four kinds of disk scheduling disk scheduling algorithm to simulate the process of
-
-
0下载:
图形界面实现磁盘调度算法,一共有四种调度算法,分别为:FCFS,SSTF,SCAN,CSCAN-Graphical interface to achieve disk scheduling algorithm, a total of four scheduling algorithms, namely: FCFS, SSTF, SCAN, CSCAN
-
-
0下载:
OS磁盘调度演示程序(有图形演示)
先来先服务的磁盘调度功能
最短寻道时间优先的磁盘调度功能。
电梯算法的磁盘调度功能。
-OS disk scheduling demo first come first served the shortest seek time disk scheduling priority function of the disk scheduling functions. Elevator disk scheduling algorithm functi
-
-
0下载:
磁盘调度模拟程序,观察磁臂寻道时的移动过程,再采用不同的寻道算法,比较不同。*先来先服务调度算法
*最短寻道优先调度算法
*扫描算法
*循环扫描算法
-Disk scheduling simulation program, observe the magnetic Seeker arm movement when the process of re-seeking algorithms using different, more different.* First come fi
-
-
0下载:
操作系统中的磁盘调度算法,可以运行,VC6.0工具编写-Operating system disk scheduling algorithm, can run
-
-
0下载:
操作系统中的磁盘调度算法,为电梯调度算法,包含实验报告和算法-Operating system disk scheduling, scheduling algorithm for the elevator, including lab reports and algorithms
-
-
0下载:
编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度:
要求设计主界面以灵活选择某算法,且以下算法都要实现
1、先来先服务算法(FCFS)
2、最短寻道时间优先算法(SSTF)
3、扫描算法(SCAN)
4、循环扫描算法(CSCAN)
-Programmed to achieve the following disk scheduling algorithms, and calculate the average seek length of each algorit
-
-
0下载:
这个程序主要实现对磁盘进行调度的算法,有先来先服务,最短寻道优先,扫描,单向扫描和循环五种算法的实现。-This program to disk scheduling algorithm, first come first serve, Seeking shortest priority scanning, check scanning and circulation of five algorithms to achieve.
-
-
0下载:
磁盘调度算法,采用MFC界面,FCFS(先来先服务):SSTF(最短寻道时间优先):SCAN 电梯调度算法 CSCAN循环扫描算法-Disk scheduling algorithm, using MFC interface, FCFS (first come first served): SSTF (shortest seek time priority): SCAN elevator scheduling algorithm CSCAN loop scanning algorithm
-
-
0下载:
1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。
2. 实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。
3. 设定开始磁道号寻道范围,依据起始扫描磁道号和最大磁道号数,随机产生要进行寻道的磁道号序列。
4. 选择磁盘调度算法,显示该算法的磁道访问顺序,计算出移动的磁道总数和平均寻道总数。
-1. This experiment is a simulation of the operating syst
-
-
0下载:
模拟实现磁盘调度算法:最短寻道时间优先(SSTF)和扫描(SCAN)算法。-Simulation disk scheduling algorithms: shortest seek priority (SSTF) and scanning (SCAN) algorithm.
-