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

搜索资源列表

  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
    • 文件大小:334.62kb
    • 提供者:李锐歆
  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
    • 文件大小:1.3kb
    • 提供者:eddycen
  1. PPA

    0下载:
  2. 1. 示例实验程序中模拟几种置换算法:LRU算法,FIFO算法,clock算法和Eclock算法 2. 能对几种算法给定任意序列不同的页面引用串和任意帧实内存块数的组合测试,显示页置换的过程。 3. 能统计和报告不同置换算法情况下依次淘汰的页号、缺页次数(页错误数)和缺页率。比较几种置换算法在给定条件下的优劣。 4. 为了能方便的扩充页面置换算法,更好的描述置换过程,示例实验程序采用了C++语言用Replace类描述了置换算法及其属性。-None
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:1.97mb
    • 提供者:Hedge
  1. CLOCK

    0下载:
  2. clock算法是内存分配的一种!结合LRU和FIFO!-clock
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1.52kb
    • 提供者:小柯
  1. page_replacement1

    0下载:
  2. visual c++描述的页面时换算法,此程序提供三个算法,分别是LRU,CLOCK,FIFO算法-visual c++ conversion method described in the page, this program provides three algorithms, namely LRU, CLOCK, FIFO algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:3.79kb
    • 提供者:荣阳春
  1. replacement

    0下载:
  2. 页面更换实现简单常用的页面更换算法先来先服务(FIFO)、LRU(最久未使用页面更换)算法、时钟算法等-Page, the page replacement simple replacement algorithm used a first-come first-served (FIFO), LRU (most from lack of use page replacement) algorithm, the clock algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:13.56kb
    • 提供者:
  1. memoryanalog

    0下载:
  2. 模拟内存页面置换的五个算法fifo,opt,lfu,lru,clock-Analog memory page replacement
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:244.98kb
    • 提供者:胡扯蛋
  1. test

    0下载:
  2. 五种页面替换算法比较,包括最佳,fifo,lru,random,clock-Comparison of the five page replacement algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:196.61kb
    • 提供者:lyan
  1. FIFO-LRU-OPT-Clock

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

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

    0下载:
  2. CSharp写的虚拟内存中页置换算法,包括FIFO、OPT、LRU和Clock等。-CSharp write virtual memory page replacement algorithms, including FIFO, OPT, LRU and Clock.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:96.43kb
    • 提供者:sandwich
  1. Page-replacement-algorithm

    0下载:
  2. 页面置换算法的实现。里面包含了 LRU ,FIFO, 简单CLOCK,改进的CLOCK,OPT,随机算法这几种算法,然后根据情况选择算法。 -Page replacement algorithm. Which contains the LRU, FIFO, simple and CLOCK to improved CLOCK, OPT, random selection algorithm algorithm for these types of algorithms, and then dep
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:2.04kb
    • 提供者:王心
  1. Replacement

    0下载:
  2. 模拟内存中页面管理,置换调度的几种算法,opt,clock,lru,FIFO-page replacement
  3. 所属分类:Shell api

    • 发布日期:2017-12-02
    • 文件大小:3.41mb
    • 提供者:ZHAOXIN
  1. pagechange1

    0下载:
  2. 程序功能: 1)动态演示四种页面置换策略(OPT,FIFO,LRU,CLOCK)。 2)能够可视化观察每种置换策略的工作工程。 3)能够输入一个数字表示页执行序列的总长度(不小于1000),能够设置进程的总页数,然后随机产生页执行序列。 4)能够输入一个数字设置操作系统分配给进程的页面数。 5)统计每种置换策略在不同输入数据情况下的页面失效数。 6)根据实验结果分析不同置换策略的性能。并在实验报告中画出页面失-Program features: 1) dynamic pr
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:1.42mb
    • 提供者:周周
  1. OSLab3

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

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

    0下载:
  2. 四种置换策略OPT LRU FIFO CLOCK的c++实现-OPT LRU FIFO CLOCK
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:商晨晖
  1. Page-replacement

    0下载:
  2. 操作系统页面替换算法,包括FIFO、OPT、LRU、CLOCK算法 -Operating system virtual page replacement algorithm, including FIFO, OPT, LRU, CLOCK. The four algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3.13kb
    • 提供者:江小五
  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
    • 文件大小:1.76kb
    • 提供者:joe
  1. No.4-codes

    0下载:
  2. 4.模拟实现请求分页虚拟页面替换算法 实现OPT、FIFO、LRU、Clock等页面替换算法。接收用户输入参数,包括程序长度(页面数)、页框个数及页面大小,输出结果采用不同颜色区分命中、替换及直接加入空闲块。 -4. The analog implementation of demand paging virtual page replacement algorithm Achieve OPT, FIFO, LRU, Clock, etc. page replacement algo
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:6.15kb
    • 提供者:name
  1. Program

    0下载:
  2. 实现OPT、FIFO、LRU、Clock等页面替换算法。接收用户输入参数,包括程序长度(页面数)、页框个数及页面大小,输出结果采用不同颜色区分命中、替换及直接加入空闲块。-Implementation of OPT, FIFO, LRU, Clock and other page replacement algorithm. Receive user input parameters, including the length of the program (page number), page
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1015byte
    • 提供者:li
  1. WJM

    0下载:
  2. 重庆大学操作系统实验,页面置换算法,LRU,FIFO,CLOCK(page replacement algorithm:LRU,FIFO,CLOCK)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:195kb
    • 提供者:wjmm
« 12 »
搜珍网 www.dssz.com