搜索资源列表
lru
- lru算法的实现-LRU algorithm implementation
Lru
- 页面置换算法模拟 包括先来先服务 以及最近最久未使用
ava模拟操作系统的lru虚拟内存换页算法
- java模拟操作系统的lru虚拟内存换页算法-java simulation of the operating system virtual memory paging algorithm lru
OperatingSystemPageReplacementAlgorithm
- 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 algo
TestReplacement
- lru页面置换算法 随机序列 java源代码-LRU page replacement algorithm for random sequence java source code
LRUTest
- 用java实现操作系统中的lru算法-Java operating system used to achieve the LRU algorithm
LRU
- java语言编写的,模拟LRU内存调换算法的程序-java language, simulated LRU memory replacement algorithm procedure
cache
- 实现LRU算法的Cache源代码,可以用来支持整个系统中某种对象数量的个数限制,同时,通过LRU算法保证使用频度高的对象尽可能的驻留内存。 该算法可以用来支持J2EE系统性能提升,同时又可以控制内存安全使用。-LRU algorithm implementation Cache source code, can be used to support the system as a whole number of objects in a certain number of restricti
Pagingrequestanalogstoragemanagementsystemtoachiev
- 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因。 -P
FIFOandLRU(java)
- 这是一个用java实现的模拟操作系统的进程调度的FIFO算法和LRU算法。程序默认设置的系统分配给进程的页面数为3个、-This is a simulation using java operating system to achieve the process of the FIFO scheduling algorithm and LRU algorithm. Procedures for the allocation of the default settings of the syste
LRU
- 这是一个用java实现的 操作系统的 LRU算法-LRU
LRU
- Java代码实现操作系统课程的LRU算法-Java code to achieve the LRU algorithm
Structure
- 计算机系统实验,内容有哈夫曼编码,通道的处理,流水线处理以及LRU算法的实现-Experimental computer systems, the contents of Huffman coding, channel processing, pipeline processing, and LRU Algorithm
Page-replacement-algorithm
- 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
flash
- 操作系统演示flash,包括lru算法,处理机调度,多进程演示,进程管理,最优置换等-failed to translate
secache
- php编写的文件型缓存解决方案 纯php实现, 无须任何扩展,支持php4 / 5 使用lru算法自动清理过期内容 可以安全用于多进程并发 最大支持1G缓存文件 -php write file-cache solution Pure php implementation, without any extensions, support for the php4/5 Lru algorithm to automatically clean up outdated co
LRU
- LRU最近最少使用算法,经典的页面置换算法-LRU least recently used algorithm, a classic page replacement algorithm
Memory-manage
- 该源码是操作系统实验中的内存管理问题,可以实现FIFO和LRU算法,同时可以分配内存及作业管理-The source is the experimental operating system memory management problem, you can achieve FIFO and LRU algorithm, and can allocate memory and Operations Management
PageReplace
- 操作系统虚页替换算法模拟,模拟了两种LRU算法和SCR算法,能够展示页面替换序列并保存到文件中-Simulation of virtual page replacement algorithm for operating system
LRU
- 基于JAVA的LRU(Least Recently Used 近期最少使用算法)算法实现(Implementation of LRU algorithm based on JAVA)