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

搜索资源列表

  1. yxt

    0下载:
  2. 一个用于演示操作系统作业调度的模拟程序,实现了Fifo,LRU两种算法,并计算了缺页次数-a demonstration of the operating system for scheduling the simulation program, achieving SC16CxxBUARTs. LRU algorithm, and calculated the number of missing pages
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:32570
    • 提供者:胡一
  1. memory_arithmatic

    0下载:
  2. The programe is emluator the memory arithmatic---FIFO LRU ...in the operate system.-emluator the memory arithm atic --- FIFO LRU operate ... in the system.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1689
    • 提供者:yt
  1. 111

    0下载:
  2. 完成一些算法功能 FIFO LRU两种
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-16
    • 文件大小:513944
    • 提供者:Jeyha yan
  1. fifo

    0下载:
  2. fifo 与 lru 算法的实现 fifo 与 lru 算法的实现
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1940
    • 提供者:朱嘉菲
  1. 请求页面算法

    0下载:
  2. 操作系统 请求页式管理,包括FIFO,LRU两种算法,-OS-page request management, including FIFO, the LRU algorithm,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1501
    • 提供者:wang
  1. project

    0下载:
  2. 请求分页管理。比较fifo,lru,opt算法的缺页率,调页数,置换数-Demand paging management. Comparison fifo, lru, opt algorithm missing pages rate, adjusting the number of pages, the number of replacement
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:216279
    • 提供者:高鹏
  1. qqfy

    0下载:
  2. 操作系统的页面置换算法,FIFO,LRU-Operating system page replacement algorithm, FIFO, LRU
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3077
    • 提供者:叶相延
  1. chucun

    0下载:
  2. 设计一个虚拟存储区和内存工作区,并使用下列算法计算页面失效次数. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OPT) 在本实验中,页地址流长度为320,页面失效次数为每次访问相应指令时,该指令所对应的页不在内存的次数。 -Design of a virtual memory storage area and work area, and use the following algorithm for calculating
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:2090
    • 提供者:lishuai
  1. fifo

    0下载:
  2. 1.用随机数方法产生页面走向,页面走向长度为L(15<=L<=20),L由控制台输入。 2.根据页面走向,分别采用Optinal、FIFO、LRU算法进行页面置换,统计缺页率。 3.假定可用内存块为m(3<=m<=5),m由控制台输入,初始时,作业页面都不在内存。 -1. Using random number methods to generate the page, the page length to L (15 <= L <= 20), L
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:2316
    • 提供者:周哲
  1. zhihuan

    0下载:
  2. 操作系统实验 页面置换 fifo LRU 最优页面调度算法opT-Experimental operating system fifo LRU page replacement algorithm for optimal scheduling page opt
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:1657
    • 提供者:bill
  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-06
    • 文件大小:1068
    • 提供者:bartok
  1. change

    0下载:
  2. 操作系统中的页面置换算法 包含 opt fifo lru-Operating system contains the page replacement algorithm for opt fifo lru
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:14024
    • 提供者:付炳瑶
  1. File

    0下载:
  2. 设计一个请求页式存储管理方案,并编写模拟程序实现之。页面淘汰算法采用 ① FIFO页面淘汰算法 ② LRU页面淘汰算法。-sorry
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:9637
    • 提供者:shazi
  1. PageReplace

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

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

    0下载:
  2. 根据所给的内存块数以及不同作业(进程)占用的时间片的不同,分别以FIFO或者LRU算法得到进程缺页中断情况-list the pause stuation in two differant ways...such as FIFO,LRu.
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:843
    • 提供者:王亚军
  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. FIFO-LRU-OPT-Clock

    0下载:
  2. 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
  3. 所属分类:OS Develop

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

    0下载:
  2. 在Window XP/Vista 系统的VC++ 6.0环境下运行程序;通过从一般常用的调页算法中选取典型算法LRU和算法FIFO,了解页面管理的相关细节,并用程序设计实现LRU和FIFO。-In Window XP/Vista system, VC++ 6.0 environment to run the program by paging from the commonly used algorithm LRU algorithm and the algorithm selected a
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:766075
    • 提供者:015
  1. fifo

    0下载:
  2. 页面置换算法 支持:FIFO,LRU,clock算法,最佳置换算法-Page replacement algorithm supports: FIFO, LRU, clock algorithm, the optimal replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1803
    • 提供者:joe
« 12 3 4 5 6 »
搜珍网 www.dssz.com