搜索资源列表
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
dianti01
- 电梯调度算法实现磁盘的调度的源代码!需要仔细看啊!-Elevator scheduling disk scheduling algorithm source code! The need for a closer look at ah!
filldisk-1.01.tar
- filldisk is an utility to optimize filling a media (cd/dvd/others with big files while wasting the minimum amount of space on it. It is an integer binary programming application using a customized branch and bound algorithm which focuses on yes/no
huffmann.tar
- This is a C and C++ implementation of Huffman s compression algorithm.
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
ll
- 1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。 2. 实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。 3. 设定开始磁道号寻道范围,依据起始扫描磁道号和最大磁道号数,随机产生要进行寻道的磁道号序列。 4. 选择磁盘调度算法,显示该算法的磁道访问顺序,计算出移动的磁道总数和平均寻道总数。 -1. This experiment is a simulation of the operating syst
LRU2
- 本文是本科期间缩写的一个LRU算法,基于c++语言,实现比较简单-This article is a abbreviated undergraduate during the LRU algorithm, based on c++ language, relatively simple to achieve