Welcome![Sign In][Sign Up]
Location:
Search - page replacement algorithm

Search list

[Disk Toolsymzh

Description: 这是一个页面置换算法的实现,功能描述:输入可用内存页面数和一个作业访问逻辑页号的序列 *给出FIFO、LRU、OPT算法的缺页中断率 *本程序中设初始页框里的页号与实际页号都不同-This is a page replacement algorithm to achieve functional description : Importation of a few pages available memory and a logic operation visit, the page is given sequence* FIFO, the LRU, OPT algorithm vacancy rate* Page interrupted the proceedings set up the initial page listing page, and the actual page numbers are different
Platform: | Size: 3072 | Author: 齐大永 | Hits:

[CSharpOS实验一

Description: 模拟实现三种页面置换算法:OPT,LRU,FIFO。-Simulation three pages replacement algorithm : OPT, LRU, FIFO.
Platform: | Size: 53248 | Author: 白马 | Hits:

[CSharp先进先出页面算法程序

Description: 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。-respectively optimal replacement algorithm (optimal), FIFO (FIFO) page replacement algorithm and the most recent time on the use (LRU) replacement algorithm, the algorithm is given na na page number and page rate.
Platform: | Size: 3072 | Author: asdf | Hits:

[OtherPages_Replace

Description: 本人编写的一个操作系统-页面置换算法演示程序。里面有代码和可执行程序-I prepared an operating system-page replacement algorithm Demonstration Program. There are code and executables
Platform: | Size: 45056 | Author: 杨杰 | Hits:

[Windows Developclock-algorithm

Description: 本代码为页面置换算法中的NRU算法,即改进型Clock置换算法。-code for the page replacement algorithm the invariable algorithm, improved Clock replacement algorithm.
Platform: | Size: 2048 | Author: 代怀凯 | Hits:

[OS Developnew

Description: 页面置换算法模拟的简单实现,及相关过程.-page replacement algorithm simulation of a simple realization, and the related process.
Platform: | Size: 1024 | Author: | Hits:

[OtherCLOCK

Description: 这是一个时钟页面替换算法,用于操作系统存储器的页面替换,运行于VC++平台-This is a clock page replacement algorithm for the operating system memory page replacement, running on VC++ Platform
Platform: | Size: 2048 | Author: 陈梅 | Hits:

[OS Developpm

Description: 操作系统请求页式管理置换算法的FIFO、LRU、OPT算法实验源代码-Operating system management request page replacement algorithm for FIFO, LRU, OPT algorithm experimental source code
Platform: | Size: 2048 | Author: 江彪 | Hits:

[OS Developworkplace

Description: 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
Platform: | Size: 508928 | Author: lzh | Hits:

[OS programOptimal

Description: 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page replacement algorithm in the performance testing requirements: system for the distribution of partial replacement of fixed storage allocation strategy, the preparation of simulation program on the following page replacement algorithm performance testing, and the results were analyzed and compared. (1) the best adaptation (Optimal) page replacement algorithm (2) First In First Out (FIFO) page replacement algorithm (3) the most recent use of long (LRU) page replacement algorithm (4) use at least (LFU) page replacement algorithm. Requirements applicable to the keyboard input and automatically generated pages to a random sequence of two data entry methods.
Platform: | Size: 2048 | Author: pauly_917 | Hits:

[Data structsPagereplacementalgorithm

Description: 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the most recently used replacement algorithm for long, simple Clock replacement algorithm and improved Clock replacement algorithm page views by supporting the realization of random sequences of the algorithm testing and performance comparison.
Platform: | Size: 343040 | Author: 张帅 | Hits:

[JSP/JavaPage-replacement-algorithm

Description: 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
Platform: | Size: 43008 | Author: 李明博 | Hits:

[Software EngineeringPage-replacement-algorithm

Description: 1)先进先出页面置换算法(FIFO) 2)最近最久未使用页面置换算法(LRU) 3)最佳置换页面置换算法(OPT)-1) FIFO page replacement algorithm (FIFO) 2) lack of use the most recent page replacement algorithm (LRU) 3) replacement of the best page replacement algorithm (OPT)
Platform: | Size: 20480 | Author: xiaoxiao | Hits:

[OS Developpage-replacement-algorithm

Description: 该程序描述了在操作系统里的页面替换算法,主要是FIFO、OPT、LRU这三种。-This procedure described in the operating system s page replacement algorithm, mainly FIFO, OPT, LRU three.
Platform: | Size: 1024 | Author: 嘉何月 | Hits:

[Mathimatics-Numerical algorithmsPage-replacement-algorithm

Description: 分别实现最佳置换算法(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 algorithm, and gives the algorithm the number of missing pages and missing page rate.
Platform: | Size: 84992 | Author: 唐艰苦 | Hits:

[CSharpPage-replacement-algorithm

Description: 页面置换算法(FIFO,LRU,OPT),带有实现算法的动画界面。-Page replacement algorithm (FIFO, LRU, OPT), with algorithm animation interface.
Platform: | Size: 75776 | Author: zcj | Hits:

[ARM-PowerPC-ColdFire-MIPSPage-replacement-algorithm

Description: 页面置换算法的实现。里面包含了 LRU ,FIFO, 简单CLOCK,改进的CLOCK,OPT,随机算法这几种算法,然后根据情况选择算法。 -Page replacement algorithm. Which contains the LRU, FIFO, simple and CLOCK to improved CLOCK, OPT, random selection algorithm algorithm for these types of algorithms, and then depending on the circumstances.
Platform: | Size: 2048 | Author: 王心 | Hits:

[OS programOS-Page-replacement-algorithm

Description: 操作系统课程设计报告-页面置换算法模拟系统,模拟了进先出的算法(FIFO),最佳淘汰算法(OPT),最近最久未使用算法(LRU),最少访问页面算法(LFU),并含有DOS界面的菜单选择模块-OS Page replacement algorithm
Platform: | Size: 3070976 | Author: 陈明明 | Hits:

[Otherpage-replacement-algorithm

Description: C++编写的页面置换算法,做课程设计的好帮手哦。-C++ written page replacement algorithm, do curriculum design good helper Oh.
Platform: | Size: 1024 | Author: meiyou | Hits:

[Windows DevelopFIFO-page-replacement-algorithm

Description: ×FIFO页面置换算法 例如:进程P有5个页,进程访问页的顺序为:1,2,3,4,1,2,5,1,2,3,4,5;如果在内存中分配给该进程3个页面,则缺页情况 -FIFO page replacement algorithm such as: process P has five pages, the process to access pages in the order: 1,2,3,4,1,2,5,1,2,3,4,5 If the memory allocation to the process three pages, missing page case
Platform: | Size: 8192 | Author: 李亮 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net