Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Memory LRU
Search - Memory LRU - List
高速缓存算法类.英文介绍: The Cache class implements a simple caching mechanism with \"least recently used\" (LRU) replacement. It is useful for cases in which you have some memory to spare and you wish to speed up access to frequently used resources, of which not all will fit into available memory. Thus, you know you have room in memory for more than 1 resource, but you don t have room to store all possible resources in memory, so you want to store some of them. The Cache class helps you to manage the storage in memory of some subset of all possible resources and therefore speed up your resource accesses. -cache algorithm category. English presentations : The Cache class implements a simple caching mec mechanism with the "least recently used" (LRU) replac ement. It is useful for cases in which you have so me memory to spare and you wish to speed up access to frequently used resources. not all of which will fit into available memory. Thus, you know you have room in memory for more than a re source. but you don t have room to store all possible RESO ; in memory, so you want to store some of them. The Cache class helps you to manage the storage in memory of some subset of all possible resources and therefore speed up your resource accesses.
Date : 2008-10-13 Size : 8.07kb User : 洋场河

DL : 0
LRU算法,能输出缺页率,内存状态,和输入队列-LRU algorithm, missing pages can be output rate, the memory state, and input queue
Date : 2008-10-13 Size : 1.4kb User : 杨穿横

这是一个内存管理的模拟程序。 采用FIFO,LRU等算法管理内存。 这是我操作系统课程的一个项目。-This is a memory management of the simulation program. Using FIFO, LRU algorithm such as memory management. This is my operating system course of a project.
Date : 2008-10-13 Size : 57.75kb User : cy

实现虚拟存储器能给用户提供一个容量很大的存储空间,采用OPT、FIFO、LRU等页面淘汰算法,模拟操作系统的页面置换过程,并计算出页面缺页率.-virtual memory can provide users with a large capacity of storage space, use of OPT, FIFO, LRU algorithm eliminated, and other pages, the pages simulation operating system replacement process, and calculated the rate of pages na page.
Date : 2008-10-13 Size : 47.1kb User : 陈妙

高速缓存算法类.英文介绍: The Cache class implements a simple caching mechanism with "least recently used" (LRU) replacement. It is useful for cases in which you have some memory to spare and you wish to speed up access to frequently used resources, of which not all will fit into available memory. Thus, you know you have room in memory for more than 1 resource, but you don t have room to store all possible resources in memory, so you want to store some of them. The Cache class helps you to manage the storage in memory of some subset of all possible resources and therefore speed up your resource accesses. -cache algorithm category. English presentations : The Cache class implements a simple caching mec mechanism with the "least recently used" (LRU) replac ement. It is useful for cases in which you have so me memory to spare and you wish to speed up access to frequently used resources. not all of which will fit into available memory. Thus, you know you have room in memory for more than a re source. but you don t have room to store all possible RESO ; in memory, so you want to store some of them. The Cache class helps you to manage the storage in memory of some subset of all possible resources and therefore speed up your resource accesses.
Date : 2025-12-23 Size : 8kb User : 洋场河

DL : 0
LRU算法,能输出缺页率,内存状态,和输入队列-LRU algorithm, missing pages can be output rate, the memory state, and input queue
Date : 2025-12-23 Size : 1kb User : 杨穿横

这是一个内存管理的模拟程序。 采用FIFO,LRU等算法管理内存。 这是我操作系统课程的一个项目。-This is a memory management of the simulation program. Using FIFO, LRU algorithm such as memory management. This is my operating system course of a project.
Date : 2025-12-23 Size : 112kb User : cy

实现虚拟存储器能给用户提供一个容量很大的存储空间,采用OPT、FIFO、LRU等页面淘汰算法,模拟操作系统的页面置换过程,并计算出页面缺页率.-virtual memory can provide users with a large capacity of storage space, use of OPT, FIFO, LRU algorithm eliminated, and other pages, the pages simulation operating system replacement process, and calculated the rate of pages na page.
Date : 2025-12-23 Size : 47kb User : 陈妙

存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (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-23 Size : 2kb User : pauly_917

支持多道程序的进程控制模块的设计与实现,要求完成以下功能: 1,进程控制:创建、撤销、阻塞、唤醒 2,进程调度:CPU调度算法 3,进程同步:信号量的定义、信号量的操作(wait、signal) 4,内存管理:实现页式内存管理、LRU页面置换 5,中断处理:中断响应、中断处理 6,时钟管理:时钟、定时器 7,用图形化方式展示多进程并发执行过程 -Support the process of multi-channel process control module of the Design and Implementation, required to complete the following functions: 1, process control: the creation, revocation, blocking, wake-up 2, the process of scheduling: CPU scheduling algorithm 3, the process of synchronization: the definition of semaphores, semaphore operation (wait, signal) 4, memory management: memory management to achieve page, LRU replacement page 5, interrupt handling: interrupt response, interrupt handling 6, clock management: clock, timer 7, a graphical display with multi-process concurrency the implementation process
Date : 2025-12-23 Size : 1.89mb User : yefeng

DL : 0
存储管理 有 fcfs 和 lru 希望大家共勉-Storage management has fcfs and lru hope we work towards this goal
Date : 2025-12-23 Size : 1kb User : kice

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-23 Size : 53kb User : jasonzjx

简单的用C实现操作系统中的fifo&lru内存页面置换算法-Simple C achieved operating system fifo and lru memory page replacement algorithm
Date : 2025-12-23 Size : 234kb User : LIU

DL : 0
根据操作系统虚拟内存的分页请求管理过程编写的一个程序,包括了Optimal,FIFO,LRU三种算法的详细过程-Depending on the operating system virtual memory paging request management process of writing a program, including a detailed process of Optimal, FIFO, LRU three algorithms
Date : 2025-12-23 Size : 521kb User : JChubby

设计和实现关于内存管理的内存布局初始化及内存申请分配、内存回收等基本功能操作函数,用了最佳替换算法Optional、先进先出(FIFO)页面置换算法、最近久未使用(LRU)置换算法、Clock 算法(也叫Second Chance 算法)-Design and implementation of memory layout application initialization and memory allocation, memory recall about memory management and other basic functions operating functions with optimal replacement algorithm Optional, first in first out (FIFO) page replacement algorithm, recently Recently Used (LRU) replacement algorithm, Clock algorithm (also called Second Chance algorithm)
Date : 2025-12-23 Size : 14kb User : 安容巧
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.