Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - fifo lru random
Search - fifo lru random - List
存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (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.
Date : 2025-12-14 Size : 2kb User : pauly_917

DL : 0
根据模拟的页式管理设计,掌握在页式存储管理中最基本的三种页面调度算法FIFO、LRU以及OPT。但在三种算法中均要求在调度程序中产生的页面序列是随机产生的,而不是人为的输入,在执行时只需改变页面的大小及内存容量就可以得到不同的页面序列,另外还需要说明随机的性能和其性能可能对算法的影响,并对随机性要有一定的参数控制能力。此外,计算并输出FIFO、LRU以及OPT算法在不同内存容量下的命中率。-According to the simulation page management design, master page storage management in the most basic of the three pages scheduling algorithm FIFO, LRU and OPT. But in three algorithms are required in the scheduler pages generated sequences are randomly generated, rather than artificial inputs, when executed simply by changing the page size and the amount of memory you can get a different page sequence also need described random performance and its performance may be on the algorithm, and to have a certain randomness parameter control capabilities. In addition, calculate and output FIFO, LRU and OPT algorithms under different memory hit rate.
Date : 2025-12-14 Size : 53kb User : jasonzjx
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.