搜索资源列表
xcopt2
- 操作系统可称颂设计的程序,页面置换OPT算法,vc++编写-OS praise design procedures, replacement pages OPT algorithm, vc prepared
OS实验一
- 模拟实现三种页面置换算法:OPT,LRU,FIFO。-Simulation three pages replacement algorithm : OPT, LRU, FIFO.
OS课题设计
- 任务 设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 (1)先进先出的算法(FIFO) (2)最近最少使用算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (5)最近最不经常使用算法(NUR) 命中率=(1 – 页面失效次数)/页地址流长度-mission design a virtual memory storage area and the work area and to use the following algorithm to visit
ccgl
- 存储管理请求分页置换算法 用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。熟悉文件的基本操作(读、写)。-Replacement algorithm for storage management, demand paging used FIFO FIFO, the most recent long-lost the use of LRU, the best OPT replacement algorithm. Are familiar with the basic file o
os
- 分页管理的算法的比较,实现基本的存储管理-FIFO,LRR,LFR,OPT,LUR
os
- 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation req
os
- 操作系统课程设计内存调度LRU,FIFO,OPT算法的页面置换-Curriculum design scheduling operating system memory LRU, FIFO, OPT page replacement algorithm
os
- 请求页式管理缺页中断模拟设计--FIFO、OPT-The requested page-style management page fault analog design- FIFO, OPT
os
- 采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响; 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟; -By page type allocation of storage solutions, were calculated by the hit rate of different algorithms to com
OSPro3
- os实验:页式存储管理。 OPT算法、FIFO算法、LRU算法,及命中率计算-os experiment: page storage management. OPT algorithm, the FIFO algorithm, the LRU algorithm, and the hit rate calculation
OS-Page-replacement-algorithm
- 操作系统课程设计报告-页面置换算法模拟系统,模拟了进先出的算法(FIFO),最佳淘汰算法(OPT),最近最久未使用算法(LRU),最少访问页面算法(LFU),并含有DOS界面的菜单选择模块-OS Page replacement algorithm
OS-Memory
- 操作系统中的内存置换算法实现,程序中对三种内存置换算法进行了分析,他们分别是:FIFO、LRU、OPT三种算法,并在程序最后列出了三种算法的堆栈调用情况。-Operating system' s memory replacement algorithm, three types of memory replacement algorithm analysis program, they are: FIFO, LRU, OPT three algorithms and listed at t
页面置换算法
- OPT LRU FIFO页面置换算法(page switch algorithm)