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

搜索资源列表

  1. 先进先出页面算法程序2

    0下载:
  2. 先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5476
    • 提供者:asdf
  1. 先进先出页面算法程序

    0下载:
  2. 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。-respectively optimal replacement algorithm (optimal), FIFO (FIFO) page replacement algorithm and the most recent time on the use (LRU) replacement algorithm, the algorithm is given
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3242
    • 提供者:asdf
  1. 模拟页面置换算法

    0下载:
  2. 通过编写和调试存储管理的模拟程序以加深对存储管理方案的理解。熟悉虚存管理的各种页面淘汰算法。-through writing and debugging of storage management simulation program to increase the storage management program understanding. Virtual Memory Management familiar with the pages out algorithm.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4178
    • 提供者:
  1. 页面置换算法三种)

    1下载:
  2. 掌握内存管理的页面淘汰算法 输入可用内存页面数和一个作业访问逻辑页号的序列,分别给存FIFO、LRU算法的缺页中断率(注:算法原理实现,不要求实际页面)。-master memory management algorithm pages out of the importation of a few pages available memory and a logic operation visit pages of the sequence, kept FIFO, the LRU algori
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6706
    • 提供者:施委
  1. 页面置换算法(C语言编写)

    0下载:
  2. c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of thr
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1823
    • 提供者:zbing0203
  1. PageExchange

    0下载:
  2. 操作系统实验、页面置换算法、java swing-Operating System Experiment, page replacement algorithms, java swing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9932
    • 提供者:忘了
  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. zhihuanew

    0下载:
  2. 页面置换算法实验,模拟操作系统的页面置换 。-Page replacement algorithm experiment, simulation of the operating system page replacement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:176131
    • 提供者:李真
  1. zhihuan

    0下载:
  2. 页面置换算法 1 先入先出法(FIFO)2 最优置换算法(OPT)3 最久未使用算法(LRU)4 第二次机会算法(SCR)-none
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3521
    • 提供者:Hedge
  1. PPA

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

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

    0下载:
  2. 页面置换算法模拟程序,实现页面置换!页面置换算法模拟程序-asdasd
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7940
    • 提供者:王城
  1. 2

    0下载:
  2. 页面置换算法,是我的操作系统课程设计的成果。-Page replacement algorithm, is my operating system, curriculum design results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1740
    • 提供者:chenbo
  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. 用C语言实现页面置换算法的模拟实验

    0下载:
  2. Linux环境下,用C语言实现页面置换算法的模拟实验,并比较不同算法的置换效率。-Linux environment using C language page replacement algorithm simulation and compare different displacement efficiency of the algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2016-01-25
    • 文件大小:11264
    • 提供者:宋阳
  1. 实验2

    0下载:
  2. 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计, 了解虚拟存储技术的特点, 掌握请求页式存储管理的页面置换算法。 ①先进先出的算法( F I F O ) ; ②最近最少使用算法( L R U ) ; ③最佳淘汰算法( O P T ) : 先淘汰最不常用的页地址; ④最少访问页面算法( L F U ) ; ⑤简单时钟算法( CLOCK)(Page replacement algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-25
    • 文件大小:21504
    • 提供者:suprelee
  1. 页面置换算法

    0下载:
  2. OPT LRU FIFO页面置换算法(page switch algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:Aye__
  1. Fi

    0下载:
  2. 模拟操作系统中页面置换算法,可进行FIFO ,LRU,OPT等算法。(Simulated operating system page replacement algorithm, which can be FIFO, LRU, OPT and other algorithms.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:40960
    • 提供者:666。6
  1. FIFO

    0下载:
  2. 提供的是页面置换算法中最简单的先进先出策略的java代码实现(The Java code implementation of the simplest FIFO policy in the page replacement algorithm is provided)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:Bruce Shen
  1. WJM

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

    • 发布日期:2018-01-10
    • 文件大小:199680
    • 提供者:wjmm
  1. 页面置换算法模拟实验操作系统大作业(含源文件)

    1下载:
  2. 华南理工大学2020秋季作业算法模拟。。。。(2020 fall homework algorithm simulation of South China University of Technology. No, no, no. no, no, no.)
  3. 所属分类:操作系统开发

    • 发布日期:2020-11-04
    • 文件大小:796672
    • 提供者:Dennis2020
« 1 2 34 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com