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

搜索资源列表

  1. fifo

    0下载:
  2. 计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:44494
    • 提供者:孤鸿影
  1. pap

    0下载:
  2. FIFO\\LRU\\OPT三种统计缺页算法的源码 在VC6.0下编译通过.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1533
    • 提供者:test
  1. pusula

    0下载:
  2. 对页面置换算法的模拟分析,包括FIFO,LRU,OPT,LFU,NUR-right pages replacement algorithm simulation analysis, including FIFO, the LRU, OPT, LFU, NUR
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7402
    • 提供者:王晓萍
  1. 功能描述

    0下载:
  2. 页面置换算法,采用了FIFO,LRU,OPT三种算法,并用一个源程序-pages replacement algorithm, using the FIFO, the LRU, OPT three algorithms, and with a source
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6018
    • 提供者:鬼迷心窍
  1. linuxag

    0下载:
  2. 演示了linux下的常用页面置换算法(FIFO,LRU,OPT,LFU,NUR),并计算了相应的命中率。程序用随机函数产生指令序列,然后变换成相应的页地址流。-demonstration of the commonly used algorithm replacement pages (FIFO, the LRU, OPT, LFU, NUR), and calculated the corresponding hit rate. Procedures used functions to gen
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1866
    • 提供者:衣明玉
  1. 页片置换中的FIFO、LRU和OPT算法

    1下载:
  2. 页式管理关于缺页、中断、优化的FIFO、LRU和OPT算法,通过三种算法,可分别计算得出在页片置换中的缺页次数和缺页率以及被淘汰的页号...
  3. 所属分类:Windows编程

    • 发布日期:2010-06-13
    • 文件大小:438072
    • 提供者:zhang20082100
  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. aaa

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

    • 发布日期:2017-04-27
    • 文件大小:14924
    • 提供者:yourname
  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. os

    0下载:
  2. 操作系统课程设计内存调度LRU,FIFO,OPT算法的页面置换-Curriculum design scheduling operating system memory LRU, FIFO, OPT page replacement algorithm
  3. 所属分类:OS Develop

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

    0下载:
  2. 四种页面置换算法,lru,二次机会,fifo,opt -lru,nur,fifo,opt
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:55571
    • 提供者:how
  1. FIFOLRUOPT

    0下载:
  2. 页式管理缺页中断优化FIFO LRU OPT.rar 三种算法-Page-style management page fault FIFO LRU OPT.rar three kinds of optimization algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:438293
    • 提供者:
  1. ex2

    0下载:
  2. FIFO LRU OPT算法的C语言相关调用算法-FIFO LRU OPT algorithm is called C-language-related algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2262
    • 提供者:wangyi
  1. yemianzhihuansuanfa

    0下载:
  2. MFC实现页面置换,可视化! 先入先出法(FIFO) 最优置换算法(OPT) 最久未使用算法(LRU)-AppWizard has created this group_20 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writ
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1926505
    • 提供者:营私
  1. 123554aa7

    0下载:
  2. 操作系统课程设计,关于fifo、opt、lru-jhh
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1755
    • 提供者:影子
  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. fifo-lru-opt

    0下载:
  2. c语言写的页面转换算法,有助于大家学习操作系统。-pages written in c language conversion algorithm to help them to learn the operating system.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:60336
    • 提供者:Jke X
  1. FIFO-LRU-OPT-Clock

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

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

    0下载:
  2. opt lru fifo 置换算法实现 c++实现 这个是写的报告 里面包含的全部的代码 能够运行-opt lru fifo page-replacement
  3. 所属分类:Other windows programs

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