搜索资源列表
磁盘进行调度的算法
- 这个程序主要实现对磁盘进行调度的算法,有先来先服务,最短寻道优先,扫描,单向扫描和循环五种算法的实现。
8
- 磁盘调度算法,实现了各种算法,如FIFO
ymzh
- 这是一个页面置换算法的实现,功能描述:输入可用内存页面数和一个作业访问逻辑页号的序列 *给出FIFO、LRU、OPT算法的缺页中断率 *本程序中设初始页框里的页号与实际页号都不同-This is a page replacement algorithm to achieve functional descr iption : Importation of a few pages available memory and a logic operation visit, the page is g
dianti
- 磁盘调度算法,用的电梯调度的算法实现,再vc下可以运行!-Disk scheduling algorithm, using the elevator scheduling algorithm, and then can run under vc!
dianti01
- 电梯调度算法实现磁盘的调度的源代码!需要仔细看啊!-Elevator scheduling disk scheduling algorithm source code! The need for a closer look at ah!
cipandiaodu
- 磁盘调度算法的实现,包括先来先服务、电梯法、最短路径优先法 -Disk scheduling algorithm, including the first-come, first serve, lift method, Shortest Path First Act
hwarray.12.25.21.tar
- 解决磁盘带宽瓶颈问题一个比较好的方案是采用RAID技术。但由于视频数据本身的特点依靠普通的RAID算法技术无法将存储带宽进一步提高,对目前市场上比较成熟的RAID产品的分析和测试性能都不是很强。基于上述原因,针对流媒体服务器视频数据的特点提出了自行定义的一些存储规则,通过一定的手段实现存储输出带宽的极大增长。通过对网上相关资料的分析和专利的查询工作,表明新的RAID-H技术具有独创性,可以很好解决存储带宽的提升。媒体服务器的存储方案是采用自行设计定义的RAID技术实现硬件平台,选用INTEL的I
cipan
- 实现磁盘扫描的功能,主要是操作系统中的四种算法-Achieve the ScanDisk function of
test
- 图形界面实现磁盘调度算法,一共有四种调度算法,分别为:FCFS,SSTF,SCAN,CSCAN-Graphical interface to achieve disk scheduling algorithm, a total of four scheduling algorithms, namely: FCFS, SSTF, SCAN, CSCAN
cipandiaodu
- 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度: 要求设计主界面以灵活选择某算法,且以下算法都要实现 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
fenqucunchuguano
- 应用首次适应算法实现动态分区存储管理。主要思想是通过图形界面来获得用户输入信息。-Applications for the first time to adapt to the dynamic partitioning algorithm storage management. The main idea is to get through the graphical interface, user input information.
cipandiaodusuanfa
- 这个程序主要实现对磁盘进行调度的算法,有先来先服务,最短寻道优先,扫描,单向扫描和循环五种算法的实现。-This program to disk scheduling algorithm, first come first serve, Seeking shortest priority scanning, check scanning and circulation of five algorithms to achieve.
ll
- 1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。 2. 实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。 3. 设定开始磁道号寻道范围,依据起始扫描磁道号和最大磁道号数,随机产生要进行寻道的磁道号序列。 4. 选择磁盘调度算法,显示该算法的磁道访问顺序,计算出移动的磁道总数和平均寻道总数。 -1. This experiment is a simulation of the operating syst
Cpdd
- 模拟实现磁盘调度算法:最短寻道时间优先(SSTF)和扫描(SCAN)算法。-Simulation disk scheduling algorithms: shortest seek priority (SSTF) and scanning (SCAN) algorithm.
music-and-esprit
- music与esprit算法,独立函数编写,可实现doa波达角的计算与估计。 -music and esprit algorithm
LRU2
- 本文是本科期间缩写的一个LRU算法,基于c++语言,实现比较简单-This article is a abbreviated undergraduate during the LRU algorithm, based on c++ language, relatively simple to achieve