CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LRU java

搜索资源列表

  1. FIFO与LRU 算法实现(java)

    0下载:
  2. java编的两种算法,word写的,看不懂,大家帮忙-java series of the two algorithms, write the word, fail to understand, we look at the help
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5458
    • 提供者:刘刚
  1. cache4j_0.4_src

    0下载:
  2. 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,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:51071
    • 提供者:ytr
  1. java 实现Lru算法

    0下载:
  2. java 实现Lru算法
  3. 所属分类:其他小程序

    • 发布日期:2009-05-08
    • 文件大小:1387
    • 提供者:erel@yahoo.cn
  1. ava模拟操作系统的lru虚拟内存换页算法

    0下载:
  2. java模拟操作系统的lru虚拟内存换页算法-java simulation of the operating system virtual memory paging algorithm lru
  3. 所属分类:其它源码

    • 发布日期:2017-03-23
    • 文件大小:2288
    • 提供者:Benmerin
  1. TestReplacement

    0下载:
  2. lru页面置换算法 随机序列 java源代码-LRU page replacement algorithm for random sequence java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1527
    • 提供者:从零开始
  1. LRU

    0下载:
  2. java语言编写的,模拟LRU内存调换算法的程序-java language, simulated LRU memory replacement algorithm procedure
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:869
    • 提供者:lilun
  1. aaa

    0下载:
  2. FIFO、LRU、OPT的三个简单实现 源码 java -FIFO, LRU, OPT three easy source java implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:14924
    • 提供者:yourname
  1. LRU_Graphic_version

    0下载:
  2. 一个java实现的用于模拟LRU文法分析的程序-Achieved a java grammar used to simulate the LRU analysis procedures
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:17058
    • 提供者:xiajing
  1. Virtualmemory

    0下载:
  2. 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1331
    • 提供者:eddycen
  1. os

    0下载:
  2. 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出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
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1068
    • 提供者:bartok
  1. FIFOandLRU(java)

    0下载:
  2. 这是一个用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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:844
    • 提供者:123
  1. LRU

    0下载:
  2. 这是一个用java实现的 操作系统的 LRU算法-LRU
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:735
    • 提供者:王震
  1. LRU

    0下载:
  2. Java代码实现操作系统课程的LRU算法-Java code to achieve the LRU algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1354
    • 提供者:于宝剑
  1. PageReplace

    0下载:
  2. FIFO and LRU replcement (huynhnv.cyworld.vn)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1011
    • 提供者:Mr
  1. Page_Replacement_Algorithm

    0下载:
  2. Page Replacement Algorithm (FIFO and LRU) Simulator and table generator
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:859607
    • 提供者:Danielpinov
  1. user_guide.html

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:5384
    • 提供者:Roufix
  1. FIFO

    0下载:
  2. 操作系统WIndows页面置换算法、先进先出算法、以及FIFO和LRU算法(最新最少使用算法)-OS WIndows page replacement algorithm, FIFO algorithm, and FIFO and LRU algorithms (at least using the latest algorithm)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:134870
    • 提供者:青青
  1. Page-replacement-algorithm

    0下载:
  2. 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:43237
    • 提供者:李明博
  1. LRU-Adaptive-Compression

    0下载:
  2. LRU Scheduling Algorithm with adaptive compression Implementation in Java.-LRU Scheduling Algorithm with adaptive compression Implementation in Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:40628
    • 提供者:vss
  1. LRU

    0下载:
  2. 基于JAVA的LRU(Least Recently Used 近期最少使用算法)算法实现(Implementation of LRU algorithm based on JAVA)
  3. 所属分类:Java编程

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:一把小刀
« 12 »
搜珍网 www.dssz.com