搜索资源列表
cache4j_0.4_src
- cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。-cache4j is a simple API and achieving rapid Java Object Cache. Its features include : in memory for caching,
Experiment2
- 用JAVA实现的操作系统中的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
LRU_Graphic_version
- 一个java实现的用于模拟LRU文法分析的程序-Achieved a java grammar used to simulate the LRU analysis procedures
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
user_guide.html
- Memory Simulation implementing LRU Replacement Policy User Guide This document is a user guide for the MOSS Memory Management Simulator. It explains how to use the simulator and describes the display and the various input files used by and output f
aging
- Aging algorithm in java to implement the paging algorithm in java which is modification of LRU with R-bit
Page-replacement-algorithm
- 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
virtual-memory
- 用java编程模拟虚拟存储器功能,可以模拟演示FIFO页面置换算法:LRU页面置换算法:以及最佳页面置换算法 的运行过程 程序采用了多线程技术,使得运行过程更人性化-Java programming with simulated virtual memory function, can simulate the FIFO page replacement algorithm demo: LRU page replacement algorithm: the best page replac
memory
- java语言,图形界面方式模拟内存调度:电梯调度,LRU等-failed to translate
LRU-Adaptive-Compression
- LRU Scheduling Algorithm with adaptive compression Implementation in Java.-LRU Scheduling Algorithm with adaptive compression Implementation in Java.
Pageos2
- 可以实现三种不同调页算法,OPT,FIFO,LRU,是可视化界面,用java语言描写的-We can achieve three different paging algorithm, OPT, FIFO, LRU, a visual interface, using java language descr iption
LRU
- 基于JAVA的LRU(Least Recently Used 近期最少使用算法)算法实现(Implementation of LRU algorithm based on JAVA)