搜索资源列表
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!
cipandiaodu
- 磁盘调度算法的实现,包括先来先服务、电梯法、最短路径优先法 -Disk scheduling algorithm, including the first-come, first serve, lift method, Shortest Path First Act
badroadcheck
- 支持IDE、SCSI硬盘。支持目前市面上所有硬盘品牌,本软件使用独特算法对硬盘进行快速、不破坏任何数据的检测,40G的7200转硬盘在雷鸟Xp1600 上实测速度为16分钟。最主要的是本软件支持任何测试 例:1 -99 、30 -80 、99 -1等。最大化的减少硬盘检测时间。所有坏道在本软件下都暴露无疑。-Support for IDE, SCSI hard drives. Support all hard disk brands currently on the market, this s
Aod
- > 支持2000 xp 2003 vista win7 > 不在磁盘上产生任何临时文件 > 超优化的算法,在保护的情况下,操作硬盘,跟没有保护的情况下,速度一样, 不伤硬盘 > 模拟硬件还原卡工作原理,稳定快速 > 密码保护,用户登录后可以任意配置还原选项 > 支持只保护系统盘,和全盘保护, 支持多硬盘 > 保护MBR,加入防机器狗模块,用户可以手头关闭拦截第三方驱动的功能,比如用来完一些带驱动保护的游戏(以后改成白名单) &
test
- 图形界面实现磁盘调度算法,一共有四种调度算法,分别为:FCFS,SSTF,SCAN,CSCAN-Graphical interface to achieve disk scheduling algorithm, a total of four scheduling algorithms, namely: FCFS, SSTF, SCAN, CSCAN
1
- 磁盘调度模拟程序,观察磁臂寻道时的移动过程,再采用不同的寻道算法,比较不同。*先来先服务调度算法 *最短寻道优先调度算法 *扫描算法 *循环扫描算法 -Disk scheduling simulation program, observe the magnetic Seeker arm movement when the process of re-seeking algorithms using different, more different.* First come fi
cipandiaodu
- 操作系统中的磁盘调度算法,可以运行,VC6.0工具编写-Operating system disk scheduling algorithm, can run
caozuoxitongdiantidiaodusuanfa
- 操作系统中的磁盘调度算法,为电梯调度算法,包含实验报告和算法-Operating system disk scheduling, scheduling algorithm for the elevator, including lab reports and algorithms
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
block_allocating
- 使用VC++模拟文件在磁盘上存储的管理方式,以链表的方式分别测试了最先合适空间算法和最优空间算法,从分配空间后的结果上能直观看出这两种算法的差异。-VC++ simulation files with the disk storage management approach to the way the list were the first proper test of the algorithm and optimal space algorithm of space, the result
RBFPC
- C语言写的RBF算法,希望对学习经验模式分解,想自己写代码的人有用。-RBF algorithm, written in C language, people want to write their own code useful learning experience mode decomposition.
cipandiaodusuanfa
- 这个程序主要实现对磁盘进行调度的算法,有先来先服务,最短寻道优先,扫描,单向扫描和循环五种算法的实现。-This program to disk scheduling algorithm, first come first serve, Seeking shortest priority scanning, check scanning and circulation of five algorithms to achieve.
cipandiaodu
- 磁盘调度算法,采用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
ll
- 1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。 2. 实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。 3. 设定开始磁道号寻道范围,依据起始扫描磁道号和最大磁道号数,随机产生要进行寻道的磁道号序列。 4. 选择磁盘调度算法,显示该算法的磁道访问顺序,计算出移动的磁道总数和平均寻道总数。 -1. This experiment is a simulation of the operating syst
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