搜索资源列表
LRU.rar
- lru page replacement program using c++,lru page replacement program using c++
Pagereplacementalgorithm
- 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
yemianzhihuan
- 在段式虚拟存储器中,虚拟空间中能容纳的程序段数要比主存空间中能存放的相同长度的程序段数要多得多。因此,必然会出现当主存中所有页面都被占用,或者所有主存空间都被占用,而又要从磁盘存储器重调入新页(或新段)的情况。这时,必须从主存储器中淘汰一个不常用的页面(或程序段),以腾出主存空间来存放新调入的页面(或程序段),那么,按照什么样的规则替换主存储器中的页面(或程序段)呢?这就是页面替换算法要解决的问题。 -Piece of virtual memory in the virtual space
FIFOLRUOPT
- 页式管理缺页中断优化FIFO LRU OPT.rar 三种算法-Page-style management page fault FIFO LRU OPT.rar three kinds of optimization algorithms
SimulationofPageReplacementAlgorithms
- 页面置换算法模拟 Simulation of Page Replacement Algorithms-Simulation of Page Replacement Algorithms
pagechange
- 该文件是用来描述页面置换算法的,是经过验证的正确的代码,希望有所帮助。-This file is used to describe the page replacement algorithm is proven correct code, I hope help.
jyc
- 请求页式管理中的置换算法,页面置换算法FIFO算法,LRU算法-Style management in the requested page replacement algorithm, page replacement algorithm FIFO algorithm, LRU algorithm
abc
- 页面置换算法 最早调入内存的页,其不再被使用的可能性比刚调入内存的可能性大。建立一个FIFO队列,收容所有在内存中的页。被置换页面总是在队列头上进行。当一个页面被放入内存时,就把它插在队尾上。-Page replacement algorithm Transferred to the memory of the first page, the possibility of no longer being used into memory than just the possibility
yemian
- 页面置换算法包括:最佳(Optimal)置换算法、先进先出(FIFO)算法、最近最久未使用(LRU)算法 -Page replacement algorithm, including: Best (Optimal) replacement algorithm, first in first out (FIFO) algorithm, most recently from lack of use (LRU) algorithm
VCPP_opt
- VC++使用OPT页面置换算法的程序示例-VC++ OPT page replacement algorithm using the example program
page
- 操作系统原理,实现页面置换的几个基本算法,包括OPT,FIFO,LRU置换算法。-Operating System Principles, page replacement to achieve a few basic algorithms, including OPT, FIFO, LRU replacement algorithm.
1
- 最佳替换算法、先进先出页面替换算法没、最近最少用页面替换算法-Best replacement algorithm, FIFO page replacement algorithm did not, least recently used page replacement algorithm
6
- 页面置换算法理解页面置换算法,实现先进先出(FIFO)置换算法和最久未使用(LRU)置换算法。给出任意的输入流,计算置换次数。-Page replacement algorithms understand page replacement algorithm, first in first out (FIFO) replacement algorithm and least-recently used (LRU) replacement algorithm. Any given input st
ymzhf
- 页面置换算法要实现FIFO、LRU两种不同的置换,定义所需的各种参数,对算法执行的结果,表格方式进行显示 -Page replacement algorithm to achieve the FIFO, LRU two different replacement, needed to define the parameters of the algorithm execution results, table shows the way
Page-replacement-algorithm
- 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。 -Respectively, to achieve optimal replacement algorithm (optimal), First In First Out (FIFO) page replacement algorithm and the most-recently-used recently (LRU) replacement algo
pagereplace
- 页面置换算法演示,程序中含有一些对控制台输出和事件进行控制的API函数.-Demo page replacement algorithm, the program contains some of the console output and the control of the incident API function.
1
- 一个操作系统课程设计,用于实现页面置换算法。-An operating system curriculum design, used to implement page replacement algorithms.
YMZH
- 操作系统课程设计 页面置换算法实现 -Operating systems curriculum design page replacement algorithm
yemiandiaodusuanfa
- 3种页面置换调度算法 先进先出(FIFO) 最近久未使用(LRU) 最佳(OPT)置换算法-Three kinds FIFO page replacement scheduling algorithms (FIFO) recent lack of use (LRU) Best (OPT) replacement algorithm
LRUDemo
- 使用C#实现操作系统中页面置换算法中的LRU算法-Use C# to achieve the operating system page replacement algorithm LRU algorithm