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

搜索资源列表

  1. PAGEREP

    0下载:
  2. page replacement program for operating system subject
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:634
    • 提供者:sandhya
  1. abc

    0下载:
  2. 页面置换算法 最早调入内存的页,其不再被使用的可能性比刚调入内存的可能性大。建立一个FIFO队列,收容所有在内存中的页。被置换页面总是在队列头上进行。当一个页面被放入内存时,就把它插在队尾上。-Page replacement algorithm Transferred to the memory of the first page, the possibility of no longer being used into memory than just the possibility
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1765
    • 提供者:gengchn
  1. java

    0下载:
  2. java实现页面置换算法,其中包括所有的。-page replacement algorithm java implementation, including all the.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2953
    • 提供者:va
  1. virtual-memory

    1下载:
  2. 用java编程模拟虚拟存储器功能,可以模拟演示FIFO页面置换算法:LRU页面置换算法:以及最佳页面置换算法 的运行过程 程序采用了多线程技术,使得运行过程更人性化-Java programming with simulated virtual memory function, can simulate the FIFO page replacement algorithm demo: LRU page replacement algorithm: the best page replac
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-11-01
    • 文件大小:7387
    • 提供者:maksung
  1. ReplacePage

    0下载:
  2. Page Replacement with FIFO LRU LFU
  3. 所属分类:Applet

    • 发布日期:2017-04-11
    • 文件大小:1439
    • 提供者:Kamal
  1. PageReplace-of-5-methods

    0下载:
  2. 关于页面置换5种算法的操作系统课程设计,用MFC做的,里面还包括详细的设计文档和讨论文档,验收PPT。对一些正在做课程设计的同学应该有帮助-Page replacement algorithms on the five kinds of operating systems curriculum design, to do with the MFC, which also includes the detailed design documentation and discussion of do
  3. 所属分类:OS Develop

    • 发布日期:2017-05-28
    • 文件大小:11335373
    • 提供者:王德意
  1. Lru

    0下载:
  2. Least Recently Used Page replacement algotihm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:865
    • 提供者:Faruk
  1. yemian

    0下载:
  2. 页面置换算法包括:最佳(Optimal)置换算法、先进先出(FIFO)算法、最近最久未使用(LRU)算法 -Page replacement algorithm, including: Best (Optimal) replacement algorithm, first in first out (FIFO) algorithm, most recently from lack of use (LRU) algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1671
    • 提供者:dlq
  1. memoryanalog

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

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

    0下载:
  2. 自己写的页面置换算法,很详细,需要的可以看下。-Write your own page replacement algorithm, in great detail, the need to have a look.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:632298
    • 提供者:张祖强
  1. caozuoxitong

    0下载:
  2. 典型的操作系统代码:包括银行家算法,生产消费,请求页置换-A typical operating system code: including bankers algorithm, production and consumption, requested page replacement
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1176201
    • 提供者:
  1. yemian

    0下载:
  2. 程序模拟的是一个操作系统页面置换算法实例-Process simulation is an operating system page replacement algorithm instance
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:31185
    • 提供者:赵卫东
  1. exp6

    0下载:
  2. 编程模拟一个作业的执行过程,用户输入系统分配给该作业的物理块N和该作业要访问的逻辑页号序列长度L,采用下面不同的页面置换算法:FIFO,LRU,OPT,LFR,NUR,给出不同算法下的页面置换情况及其对应的缺页率-Programmed to simulate a job execution, the user input system assigned to the job and the job of physical block N logical page number to access
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1475
    • 提供者:erevus
  1. ReaderFisrt

    0下载:
  2. linux操作系统实验之页面置换实验,这个基于优先级写的,比较少见-linux operating system, page replacement experiment experiment, writes the priority-based, relatively rare
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:20880
    • 提供者:sky lan
  1. VCPP_opt

    0下载:
  2. VC++使用OPT页面置换算法的程序示例-VC++ OPT page replacement algorithm using the example program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:191809
    • 提供者:
  1. dunchuguanli

    0下载:
  2. 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式管理的页面置换算法。-The purpose of this study is to page through the storage management request page replacement algorithm in the analog design, to understand the characteristics of virtual storage, master pages
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:61228
    • 提供者:马莉
  1. os_exp2

    0下载:
  2. 编程序模拟请求页面调度中的页面置换算法,基于同样的页面序列对比它们的命中率,观察当物理内存容量变化时算法的结果有什么不同。-Programmable analog paging request in the page replacement algorithm, based on the same page sequence comparison of their hit rate was observed when the algorithm changes the physical memo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2246
    • 提供者:lixinkai
  1. FIFO

    0下载:
  2. 实现先进先出 页面置换算法 包括FIFO算法 LRU 置换算法等-FIFO page replacement algorithm to achieve, including FIFO replacement algorithm LRU algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:827
    • 提供者:zelen
  1. test

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

    • 发布日期:2017-04-16
    • 文件大小:201331
    • 提供者:lyan
  1. shiyan5

    0下载:
  2. 操作系统处实验五代码-页面置换算法实现先入先出,最近最久未使用和将来最久未使用算法-Five operating systems at the experimental code- page replacement algorithm first in first out, most recently the lack of use and lack of use in future algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1331
    • 提供者:zxy
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 26 »
搜珍网 www.dssz.com