CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - scheduling algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - scheduling algorithm - List
[
Disk Tools
]
os.c
DL : 0
进程调度算法源代码-process scheduling algorithm source code
Date
: 2008-10-13
Size
: 2.25kb
User
:
政治
[
Disk Tools
]
实验四实验内容
DL : 0
操作系统中的磁盘调度算法-operating system disk scheduling algorithm
Date
: 2008-10-13
Size
: 24.33kb
User
:
李文涛
[
Disk Tools
]
试验一实验报告
DL : 0
操作系统中的线程调度算法-operating system threads Scheduling Algorithm
Date
: 2008-10-13
Size
: 15.66kb
User
:
李文涛
[
Disk Tools
]
os.c
DL : 0
进程调度算法源代码-process scheduling algorithm source code
Date
: 2025-12-26
Size
: 2kb
User
:
政治
[
Disk Tools
]
实验四实验内容
DL : 0
操作系统中的磁盘调度算法-operating system disk scheduling algorithm
Date
: 2025-12-26
Size
: 24kb
User
:
李文涛
[
Disk Tools
]
试验一实验报告
DL : 0
操作系统中的线程调度算法-operating system threads Scheduling Algorithm
Date
: 2025-12-26
Size
: 15kb
User
:
李文涛
[
Disk Tools
]
cipandiaodu
DL : 0
操作系统的所有磁盘调度算法源程序代码,需要的就下载吧!-All the disk operating system scheduling algorithm source code, need to download it!
Date
: 2025-12-26
Size
: 1kb
User
:
kon
[
Disk Tools
]
8
DL : 0
磁盘调度算法,实现了各种算法,如FIFO-Disk scheduling algorithm to achieve a variety of algorithms, such as FIFO
Date
: 2025-12-26
Size
: 2kb
User
:
huang
[
Disk Tools
]
dianti
DL : 0
磁盘调度算法,用的电梯调度的算法实现,再vc下可以运行!-Disk scheduling algorithm, using the elevator scheduling algorithm, and then can run under vc!
Date
: 2025-12-26
Size
: 1kb
User
:
操智雄
[
Disk Tools
]
dianti01
DL : 0
电梯调度算法实现磁盘的调度的源代码!需要仔细看啊!-Elevator scheduling disk scheduling algorithm source code! The need for a closer look at ah!
Date
: 2025-12-26
Size
: 1kb
User
:
操智雄
[
Disk Tools
]
cipandiaodu
DL : 0
磁盘调度算法的实现,包括先来先服务、电梯法、最短路径优先法 -Disk scheduling algorithm, including the first-come, first serve, lift method, Shortest Path First Act
Date
: 2025-12-26
Size
: 3kb
User
:
liuwei
[
Disk Tools
]
moni
DL : 0
根据磁盘调度的4种算法进行模拟磁盘调度过程-According to the four kinds of disk scheduling disk scheduling algorithm to simulate the process of
Date
: 2025-12-26
Size
: 8kb
User
:
heizi
[
Disk Tools
]
test
DL : 0
图形界面实现磁盘调度算法,一共有四种调度算法,分别为:FCFS,SSTF,SCAN,CSCAN-Graphical interface to achieve disk scheduling algorithm, a total of four scheduling algorithms, namely: FCFS, SSTF, SCAN, CSCAN
Date
: 2025-12-26
Size
: 45kb
User
:
ouxinsu
[
Disk Tools
]
disk
DL : 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 function.
Date
: 2025-12-26
Size
: 3.1mb
User
:
秦璞
[
Disk Tools
]
1
DL : 0
磁盘调度模拟程序,观察磁臂寻道时的移动过程,再采用不同的寻道算法,比较不同。*先来先服务调度算法 *最短寻道优先调度算法 *扫描算法 *循环扫描算法 -Disk scheduling simulation program, observe the magnetic Seeker arm movement when the process of re-seeking algorithms using different, more different.* First come first served priority scheduling algorithm* shortest Seeker scan algorithm scheduling algorithm** loop scanning algorithm
Date
: 2025-12-26
Size
: 2kb
User
:
刘烨
[
Disk Tools
]
cipandiaodu
DL : 0
操作系统中的磁盘调度算法,可以运行,VC6.0工具编写-Operating system disk scheduling algorithm, can run
Date
: 2025-12-26
Size
: 1.82mb
User
:
任丽芸
[
Disk Tools
]
caozuoxitongdiantidiaodusuanfa
DL : 0
操作系统中的磁盘调度算法,为电梯调度算法,包含实验报告和算法-Operating system disk scheduling, scheduling algorithm for the elevator, including lab reports and algorithms
Date
: 2025-12-26
Size
: 5kb
User
:
yangyang
[
Disk Tools
]
cipandiaodusuanfa
DL : 0
这个程序主要实现对磁盘进行调度的算法,有先来先服务,最短寻道优先,扫描,单向扫描和循环五种算法的实现。-This program to disk scheduling algorithm, first come first serve, Seeking shortest priority scanning, check scanning and circulation of five algorithms to achieve.
Date
: 2025-12-26
Size
: 1kb
User
:
宋江
[
Disk Tools
]
cipandiaodu
DL : 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
Date
: 2025-12-26
Size
: 45kb
User
:
yaj
[
Disk Tools
]
ll
DL : 0
1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。 2. 实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。 3. 设定开始磁道号寻道范围,依据起始扫描磁道号和最大磁道号数,随机产生要进行寻道的磁道号序列。 4. 选择磁盘调度算法,显示该算法的磁道访问顺序,计算出移动的磁道总数和平均寻道总数。 -1. This experiment is a simulation of the operating system disk seek ways, using different sequential disk access scheduling algorithm to design a disk. 2. Disk scheduling algorithms are FCFS, SSTF, SCAN, CSCAN and NStepSCAN algorithm. 3. Set the starting track number seek range, according to track number and start scanning the maximum number of track number, track number randomly generated sequence to be Seeker. 4. Select the disk scheduling algorithm, display track access order of the algorithm to calculate the total number of tracks and the total average seek to move.
Date
: 2025-12-26
Size
: 2kb
User
:
路东方
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.