Welcome![Sign In][Sign Up]
Location:
Search - lru fifo optimal

Search list

[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: 3242 | Author: asdf | Hits:

[Windows Developtaotaisuanfa

Description: 使用Microsoft Visual C++ 6.0编写最佳(Optimal)淘汰算法、先进先出(FIFO)淘汰算法、最近最久未使用(LRU)淘汰算法的源代码-using Microsoft Visual C 6.0 to prepare the best (Optimal) eliminated algorithm, FIFO (FIFO) eliminated algorithm, the most recent time on the use (LRU) algorithm out of the source code
Platform: | Size: 2896 | 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:

[Windows Developtaotaisuanfa

Description: 使用Microsoft Visual C++ 6.0编写最佳(Optimal)淘汰算法、先进先出(FIFO)淘汰算法、最近最久未使用(LRU)淘汰算法的源代码-using Microsoft Visual C 6.0 to prepare the best (Optimal) eliminated algorithm, FIFO (FIFO) eliminated algorithm, the most recent time on the use (LRU) algorithm out of the source code
Platform: | Size: 3072 | Author: 王杰 | Hits:

[OS Developzhihuan

Description: 操作系统实验 页面置换 fifo LRU 最优页面调度算法opT-Experimental operating system fifo LRU page replacement algorithm for optimal scheduling page opt
Platform: | Size: 1024 | Author: bill | 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:

[Windows Developvc783453772452

Description: C++代码写的有关页面置换算法的程序 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟-C++ code written on the page replacement algorithm OPT program algorithm (the optimal replacement algorithm), LRU algorithm (Least Recently), FIFO algorithm (First IN First Out) of the simulation
Platform: | Size: 1911808 | Author: lee | Hits:

[Windows DevelopPageChange

Description: 页面置换算法演示及其性能测试系统: 1最佳适应(Optimal) 2先进先出(FIFO) 3最近最久未使用(LRU) 4最少使用(LFU) 5内存页面数配置 6输入测试- the system of Page replace arithmetic demo and to testing of the capability
Platform: | Size: 14336 | Author: zhhuo | Hits:

[OS Developos6

Description: 模拟内存换页算法,包括FIFO(先进先出first in first out),OPT(动态分配optimal),LRU(最近不使用latest use recently),LFR(最近最低频率lowest frequency recently),NUR(最近不使用no used recently)-Analog memory paging algorithms, including FIFO (first in first out first in first out), OPT (dynamic allocation optimal), LRU (recently does not use latest use recently), LFR (the lowest frequency of the recent lowest frequency recently), NUR (do not use the recent no used recently)
Platform: | Size: 1024 | Author: linqingyang | Hits:

[JSP/JavaOperatingSystemPageReplacementAlgorithm

Description: Java操作系统页面置换算法: (1)进先出的算法(FIFO) (2)最近最少使用的算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (注:由本人改成改进型Clock算法) (5)最近最不经常使用算法(NUR) -Java operating system, page replacement algorithm: (1) into the first out method (FIFO) (2) least recently used algorithm (LRU) (3) optimal replacement algorithm (OPT) (4) at least visit the page algorithm (LFU) ( Note: I changed improved by the Clock algorithm) (5) recently least frequently used algorithm (NUR)
Platform: | Size: 343040 | Author: 李锐歆 | Hits:

[Otheros

Description: 采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响; 实现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 compare the merits of algorithms, taking into account the actual page size and memory capacity of the hit rate achieve OPT algorithm (the optimal replacement algorithm), LRU algorithm ( Least Recently), FIFO algorithm (First IN First Out) of the simulation
Platform: | Size: 4096 | Author: kkk | Hits:

[Mathimatics-Numerical algorithmsyemian

Description: 页面置换算法包括:最佳(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
Platform: | Size: 2048 | Author: dlq | 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:

[OS Developos_page_replacement_algorithm

Description: 操作系统 页面置换算法 包扩随机置换算法、先进先出、最佳、LRU等6种置换算法的实现-Operating system Page replacement algorithm,LRU,FIFO,Optimal Etc.
Platform: | Size: 2725888 | Author: 林俊文 | Hits:

[OS DevelopFIFO-Optimal-LRU

Description: 实现了页面置换的FIFO算法,LRU算法。-The FIFO page replacement algorithm, LRU algorithm.
Platform: | Size: 509952 | Author: Dwxiao | Hits:

[OS Developos

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

[OtherPageReplacement

Description: 用c语言实现的页面置换算法,具体包括最佳替换算法,随机替换算法,FIFO算法,LRU算法和Clock算法。引用串的生成是尽量模拟真实的程序局部性而设计的。-a C program implements page replacement algorithm:include optimal algorithm, random algorithm, FIFO algorithm, LRU algorithm and Clock algorithm. The generation of reference string is based on the spatial locality of program.
Platform: | Size: 337920 | Author: 廖宇豪 | Hits:

[Windows Developos_page

Description: 页面置换算法。实现最佳(Optimal)置换算法、先进先出(FIFO)置换算法、最近最久未使用(LRU)置换算法、简单Clock置换算法-Page replacement algorithm. Optimal (Optimal) replacement algorithm, FIFO (FIFO) replacement algorithm, the most recent time used (LRU) replacement algorithm, a simple replacement algorithm Clock
Platform: | Size: 316416 | Author: 春春 | Hits:

[OS Developfifo

Description: 页面置换算法 支持:FIFO,LRU,clock算法,最佳置换算法-Page replacement algorithm supports: FIFO, LRU, clock algorithm, the optimal replacement algorithm
Platform: | Size: 2048 | Author: joe | Hits:
« 12 »

CodeBus www.codebus.net