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

搜索资源列表

  1. ymzh

    0下载:
  2. 这是一个页面置换算法的实现,功能描述:输入可用内存页面数和一个作业访问逻辑页号的序列 *给出FIFO、LRU、OPT算法的缺页中断率 *本程序中设初始页框里的页号与实际页号都不同-This is a page replacement algorithm to achieve functional descr iption : Importation of a few pages available memory and a logic operation visit, the page is g
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:3105
    • 提供者:齐大永
  1. ccgl

    0下载:
  2. 存储管理请求分页置换算法 用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。熟悉文件的基本操作(读、写)。-Replacement algorithm for storage management, demand paging used FIFO FIFO, the most recent long-lost the use of LRU, the best OPT replacement algorithm. Are familiar with the basic file o
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:704204
    • 提供者:yaowenxue
  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. 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. zhihuan

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

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

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

    • 发布日期:2017-04-01
    • 文件大小:14024
    • 提供者:付炳瑶
  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. 123554aa7

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

    • 发布日期:2017-04-13
    • 文件大小:1755
    • 提供者:影子
  1. page-replacement-algorithm

    0下载:
  2. 该程序描述了在操作系统里的页面替换算法,主要是FIFO、OPT、LRU这三种。-This procedure described in the operating system s page replacement algorithm, mainly FIFO, OPT, LRU three.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1408
    • 提供者:嘉何月
  1. FIFO-LRU-OPT-Clock

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

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

    0下载:
  2. 完成了“请求分页式存储管理的地址转换过程实现”。 其实验目的是: 1. 理解请求分页式存储器管理的地址转换过程。 2. 掌握在计算机内部地址映射的过程。 3. 理解FIFO,LRU,OPT三个算法及实现过程。 -"Request a paged memory management, address translation process to achieve". The purpose of the experiment is as follows: A paged
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3870
    • 提供者:pang
  1. 4_11

    0下载:
  2. 分析虚拟存储系统中页面调度算法的性能,FIFO LRU OPT-test FIFO LRU OPT
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2469
    • 提供者:HENJEY
  1. OS-Memory

    0下载:
  2. 操作系统中的内存置换算法实现,程序中对三种内存置换算法进行了分析,他们分别是:FIFO、LRU、OPT三种算法,并在程序最后列出了三种算法的堆栈调用情况。-Operating system' s memory replacement algorithm, three types of memory replacement algorithm analysis program, they are: FIFO, LRU, OPT three algorithms and listed at t
  3. 所属分类:OS Develop

    • 发布日期:2017-11-12
    • 文件大小:3072
    • 提供者:曲文集
  1. OS_exp7

    0下载:
  2. 模拟设计页式存储管理中页面置换算法,包括FIFO,LRU,OPT-Analog design page memory management page replacement algorithms, including FIFO, LRU, OPT
  3. 所属分类:OS Develop

    • 发布日期:2017-11-20
    • 文件大小:1510
    • 提供者:罗远浩
  1. page-

    0下载:
  2. 操作系统页面置换算法的 编程,有助于理解内存分配。。。 主要有FIFO,LRU,OPT算法-Operating system page replacement algorithm programming, help to understand the memory allocation. . . There are FIFO, LRU, OPT algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:896895
    • 提供者:yyz
  1. OSLab3

    0下载:
  2. 操作系统FIFO、LRU、 OPT、CLOCK四种调度算法-Four scheduling algorithms operating system FIFO, LRU, OPT, CLOCK
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:2211
    • 提供者:hu
  1. OS_Memery_Management

    0下载:
  2. 操作系统内存管理的淘汰算法模拟(C语言描述,FIFO,LRU,OPT的算法实现及其它算法介绍)-Elimination algorithm simulation operating system memory management (C language descr iption, FIFO, LRU, OPT algorithm and other algorithms introduced)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:67314
    • 提供者:kqss
« 12 3 »
搜珍网 www.dssz.com