搜索资源列表
student
- 学习使用页面置换算法FIFO和LRU,进一步了解操作系统中页面分配及中断。-learning to use replacement pages FIFO and LRU algorithm, a better understanding of the operating system and the allocation of pages interruption.
sy4-z
- 操作系统五种置换算法 LRU OPT 等
11
- 用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时使用LRU算法进行页面置换的情形-With C language programming simulate a virtual page has a number of processes in a given number of real pages to run, and the page fault occurs, using the LRU algorithm for page replacement c
NET_Memcached
- Memcached通过在内存中开辟一块区域来维持一个大的hash表来加快页面访问速度,虽然和数据库是独立的,但是目前主要用来缓存数据库的数据。允许多个server通过网络形成一个大的hash,用户不必关心数据存放在哪,只调用相关接口就可。存放在内存的数据通过LRU算法进行淘汰出内存。同时可以通过删除和设置失效时间来淘汰存放在内存的数据-Memcached in memory by opening an area to maintain a large hash table to speed up
12
- 操作系统课程设计,课程设计得优,FIFO,LRU,等算法的实现-Operating system program design, program designed to excellent, FIFO, LRU, etc. Algorithm
Page-replacement-algorithm
- 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)
Page-style-management
- (1)产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。 (2)简单起见,页面淘汰算法采用LRU页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 -Page-style management
LRU
- 本代码用C语言模拟操作系统中LRU页面置换算法,有dos输出界面,简单明了。-The code is written in C language simulation operating system LRU page replacement algorithm, a dos output interface, simple and straightforward.
LRU
- lru算法源码,真实可靠,绝对是你想要的-LRU algorithm source code, real and reliable, absolutely you want