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

搜索资源列表

  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. osp1

    0下载:
  2. 内存管理的四种页面置换算法 FIFO LRU NUR OPT
  3. 所属分类:WEB源码

    • 发布日期:2014-01-16
    • 文件大小:222835
    • 提供者:子小
  1. abe

    0下载:
  2. fifo及lru页面置换算法-fifo and LRU algorithm replacement pages
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1608
    • 提供者:李存勇
  1. OperatingSystemPageReplacementAlgorithm

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

    • 发布日期:2017-03-26
    • 文件大小:342650
    • 提供者:李锐歆
  1. Pagingrequestanalogstoragemanagementsystemtoachiev

    0下载:
  2. 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因。 -P
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7099
    • 提供者:yangyang
  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. mm

    0下载:
  2. 内存管理程序,实现页面调度模拟,采用了FiFo和LRU两种方式-A program use the method of FiFo and LRU to realize page control
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:6133
    • 提供者:liuyun
  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. virtual-memory

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

    • 发布日期:2013-11-01
    • 文件大小:7387
    • 提供者:maksung
  1. ReplacePage

    0下载:
  2. Page Replacement with FIFO LRU LFU
  3. 所属分类:Applet

    • 发布日期:2017-04-11
    • 文件大小:1439
    • 提供者:Kamal
  1. yemianzhihuan

    0下载:
  2. 操作系统课程设计—页面置换算法,有图形界面,FIFO,OPT,LRU三种算法-Courses on operating system design- page replacement algorithm, a graphical interface, FIFO, OPT, LRU three algorithms
  3. 所属分类:Applet

    • 发布日期:2017-12-04
    • 文件大小:9351
    • 提供者:liujungeng
  1. Memory-manage

    0下载:
  2. 该源码是操作系统实验中的内存管理问题,可以实现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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:27169
    • 提供者:chenwei
  1. Pageos2

    0下载:
  2. 可以实现三种不同调页算法,OPT,FIFO,LRU,是可视化界面,用java语言描写的-We can achieve three different paging algorithm, OPT, FIFO, LRU, a visual interface, using java language descr iption
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:13150
    • 提供者:梁欣妍
  1. javaFIFOlru

    0下载:
  2. 里面包括了FIFO、LRU、LFU等算法-includes FIFO, LRU, LFU algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4407
    • 提供者:hhk
搜珍网 www.dssz.com