搜索资源列表
FIFO与LRU 算法实现(java)
- java编的两种算法,word写的,看不懂,大家帮忙-java series of the two algorithms, write the word, fail to understand, we look at the help
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,
java 实现Lru算法
- java 实现Lru算法
ava模拟操作系统的lru虚拟内存换页算法
- java模拟操作系统的lru虚拟内存换页算法-java simulation of the operating system virtual memory paging algorithm lru
TestReplacement
- lru页面置换算法 随机序列 java源代码-LRU page replacement algorithm for random sequence java source code
LRU
- java语言编写的,模拟LRU内存调换算法的程序-java language, simulated LRU memory replacement algorithm procedure
aaa
- FIFO、LRU、OPT的三个简单实现 源码 java -FIFO, LRU, OPT three easy source java implementation
LRU_Graphic_version
- 一个java实现的用于模拟LRU文法分析的程序-Achieved a java grammar used to simulate the LRU analysis procedures
Virtualmemory
- 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
os
- 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation req
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
PageReplace
- FIFO and LRU replcement (huynhnv.cyworld.vn)
Page_Replacement_Algorithm
- Page Replacement Algorithm (FIFO and LRU) Simulator and table generator
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
FIFO
- 操作系统WIndows页面置换算法、先进先出算法、以及FIFO和LRU算法(最新最少使用算法)-OS WIndows page replacement algorithm, FIFO algorithm, and FIFO and LRU algorithms (at least using the latest algorithm)
Page-replacement-algorithm
- 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
LRU-Adaptive-Compression
- LRU Scheduling Algorithm with adaptive compression Implementation in Java.-LRU Scheduling Algorithm with adaptive compression Implementation in Java.
LRU
- 基于JAVA的LRU(Least Recently Used 近期最少使用算法)算法实现(Implementation of LRU algorithm based on JAVA)