搜索资源列表
LRUzhihuansuanfa
- LRU页面置换算法,我们学校老师分配的任务,大家可以做参考!
OSkeshe
- 操作系统课社 1.理解内存页面调度的机理。 2.掌握几种理论页面置换算法的实现方法。 3.了解HASH表数据结构的使用。 4.通过课程设计比较各种调度算法的优劣。 5.熟悉页面置换算法及其实现,引入计算机系统性能评价方法的概念。页面置换算法是虚拟存储管理实现的关键,通过本次课程设计理解内存页面调度的机制,在模拟实现FIFO、LRU页面置换算法的基础上,比较两种置换算法的效率及优缺点,从而了解虚拟存储实现的过程。
页面置换算法三种)
- 掌握内存管理的页面淘汰算法 输入可用内存页面数和一个作业访问逻辑页号的序列,分别给存FIFO、LRU算法的缺页中断率(注:算法原理实现,不要求实际页面)。-master memory management algorithm pages out of the importation of a few pages available memory and a logic operation visit pages of the sequence, kept FIFO, the LRU algori
pusula
- 对页面置换算法的模拟分析,包括FIFO,LRU,OPT,LFU,NUR-right pages replacement algorithm simulation analysis, including FIFO, the LRU, OPT, LFU, NUR
yemian
- mfc界面,模拟操作系统采用 OPT、FIFO 和LRU 算法进行页面置换的过程。-mfc interface, simulation of the operating system by OPT, FIFO and LRU algorithm for page replacement process.
page-replacement
- 包括了Clock,,FIFO,LRU,OPT,随机替换五种页面置换算法-Including the Clock, the FIFO, LRU, OPT, randomly replace the five page replacement algorithm
Analog-page-storage-system2
- 模拟页式存储系统,模拟内存的页式管理中FIFO、LRU、LFU、OPT置换算法的实现。-The realization of FIFO, LRU, LFU and OPT replacement algorithms in the page management of analog memory is simulated by the page type storage system.