搜索资源列表
磁盘调度
- 磁盘调度算法,包括先进先出,最短查找,电梯调度及单向扫描-disk scheduling algorithms, including FIFO, shortest identifying, scheduling and one-way lift scan
os.c
- 进程调度算法源代码-process scheduling algorithm source code
DisktestPRO
- 这个代码是基于软盘修复,扫描的源代码,年轻一点的可能都不知道3.5寸软盘是什么东东了。时过境迁软盘淘汰了,但是这个源代码却是有很多东西值得我们学习,首先是动画界面和一些对磁盘扇区读写的算法都很不错,尤其里面的一个关于对话界面动画做的相当棒。还有对进度扇区网格的绘制,读取曲线绘制等做的很好,程序整个代码也不大,但功能却是很强大,基本上对软盘坏道搜索,扇区修复,格式化,快速格式化,坏道数据恢复,备份数据,坏的扇区标识和撤销标识,不通过文件系统擦出数据,测试软驱读写速度等等都做的很专业。源代码可以运行
QUICKSOT
- 快速排序算法的C语言的源程序代码 source code written in C programming language for algorithm of quick sort.
cipandiaodu
- 操作系统的所有磁盘调度算法源程序代码,需要的就下载吧!
磁盘进行调度的算法
- 这个程序主要实现对磁盘进行调度的算法,有先来先服务,最短寻道优先,扫描,单向扫描和循环五种算法的实现。
8
- 磁盘调度算法,实现了各种算法,如FIFO
DiskAcess
- 磁盘调度程序,先来先服务算法和最短寻道时间优先算法
实验四实验内容
- 操作系统中的磁盘调度算法-operating system disk scheduling algorithm
试验一实验报告
- 操作系统中的线程调度算法-operating system threads Scheduling Algorithm
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
simulatingtestofdiskscheduling
- 磁盘调度算法,比较4种常见磁盘寻道算法:先来先服务(FCFS)、最短寻道时间优先(SSTF)、电梯调度(SCAN)和循环扫描算法(CSCAN)-disk scheduling
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
Cambridge.How.to.Think.About.Algorithms.2008
- 剑桥大学出版的一本讲解算法效率的好书,非常基础和实用。-The book which is published by Cambridge,the book is very good。
cipan
- 实现磁盘扫描的功能,主要是操作系统中的四种算法-Achieve the ScanDisk function of
moni
- 根据磁盘调度的4种算法进行模拟磁盘调度过程-According to the four kinds of disk scheduling disk scheduling algorithm to simulate the process of