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

搜索资源列表

  1. fifo

    0下载:
  2. 一个FIFO的页面置换算法,使用java实现-A FIFO page replacement algorithm, the use of java to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3.24kb
    • 提供者:stephenzou
  1. java

    1下载:
  2. Java实现页面置换算法的调度-Java realization of the page replacement algorithm for scheduling
  3. 所属分类:Windows编程

    • 发布日期:2013-11-02
    • 文件大小:37.73kb
    • 提供者:李云
  1. page

    0下载:
  2. FiFo page replacement algortihm-FiFo page replacement algortihm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1.41kb
    • 提供者:prakash
  1. vc783453772452

    0下载:
  2. C++代码写的有关页面置换算法的程序 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟-C++ code written on the page replacement algorithm OPT program algorithm (the optimal replacement algorithm), LRU algorithm (Least Recently), FIFO algorit
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.82mb
    • 提供者:lee
  1. os.txt

    0下载:
  2. 通过模拟页面管理中各种页面替换算法,进一步理解各种算法的性能,并且进一步理解各种页面替换算法的优缺点。-Page Management by simulating the various page replacement algorithms, a better understanding of the performance of various algorithms, and further understand the advantages and disadvantages of the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1.97kb
    • 提供者:安琪多
  1. page

    0下载:
  2. 操作系统 页面置换算法之 FIFO,同时也附带写失败了的,LRU算法-Operating system page replacement algorithm of the FIFO, but also with the failed write, LRU algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:802byte
    • 提供者:zhanghainu
  1. os

    0下载:
  2. 采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响; 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟; -By page type allocation of storage solutions, were calculated by the hit rate of different algorithms to com
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:4.38kb
    • 提供者:kkk
  1. xunicunchuqi

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2.28kb
    • 提供者:aihao
  1. page

    0下载:
  2. 使用visual studio 6.0编写的虚拟内存页面置换算法-Prepared using the visual studio 6.0 virtual memory page replacement algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1.02mb
    • 提供者:郑细强
  1. lru-page

    0下载:
  2. LRU page replacement technique-LRU page replacement technique........
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:841byte
    • 提供者:Nitin
  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. page-replacement-system

    0下载:
  2. 操作系统页面置换模拟系统 本软件模拟操作系统的页面置换,共有FIFO、LRU、OPT三种算法可供选择。用户可自行选择随机或手动输入指令序列的地址,本系统将自动显示各种算法的缺页率,以及那一条指令导致缺页-Analog system operating system page replacement operating system, the software simulate page replacement, total FIFO, LRU, OPT three algorithms to
  3. 所属分类:Windows Develop

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

    0下载:
  2. 页面置换算法(FIFO,LRU,OPT),带有实现算法的动画界面。-Page replacement algorithm (FIFO, LRU, OPT), with algorithm animation interface.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:74.45kb
    • 提供者:zcj
  1. page-replacement

    0下载:
  2. 包括了Clock,,FIFO,LRU,OPT,随机替换五种页面置换算法-Including the Clock, the FIFO, LRU, OPT, randomly replace the five page replacement algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:933.3kb
    • 提供者:joe
  1. page-replacement-algorithm

    0下载:
  2. C++编写的页面置换算法,做课程设计的好帮手哦。-C++ written page replacement algorithm, do curriculum design good helper Oh.
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1.4kb
    • 提供者:meiyou
  1. FIFO-page-replacement-algorithm

    0下载:
  2. ×FIFO页面置换算法 例如:进程P有5个页,进程访问页的顺序为:1,2,3,4,1,2,5,1,2,3,4,5;如果在内存中分配给该进程3个页面,则缺页情况 -FIFO page replacement algorithm such as: process P has five pages, the process to access pages in the order: 1,2,3,4,1,2,5,1,2,3,4,5 If the memory allocation to the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7.65kb
    • 提供者:李亮
  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. page-replacement

    0下载:
  2. 操作系统: 页面置换模拟程序设计 2,实现的功能:实现了页面置换模拟程序设计中的FIFO算法。 3,说明:由于产生页面的访问序列非常耗时,所以此程序产生的页面访问序列是使用产生0--319个数,然后打乱,形成类似的随机指令和页面访问序列。 4,BUG:由于其他的(诸如OPT,LRU,LFU)的算法只是页面的置换方式不同,故只写出了FIFO算法,其他的类似。 -Operating System: page replacement simulation prog
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:293.47kb
    • 提供者:天蓝
  1. Page-replacement

    0下载:
  2. vs2012页面置换 多线程下展示页面置换四种算法 并且具有问保存等功能-Page replacement
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:573.63kb
    • 提供者:mr xin
  1. Page-replacement

    0下载:
  2. 页面置换算法,大二操作系统实验三,dos窗口-Page replacement algorithms, operating systems sophomore third experiment, dos window
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:7.36mb
    • 提供者:林跃
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com