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

搜索资源列表

  1. yemianguanli

    0下载:
  2. 设计一个请求页式存储管理方案。并编写模拟程序实现之。产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列,使得 50 %的指令是顺序执行的。 25 %的指令均匀地散布在前地址部分, 25 %的地址是均匀地散布在后地址部分。页面替换算法采用 Fifo 页面替换算法,在发生页替换时,不仅需要更改页表,还需将被替换的页回到辅存。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11273
    • 提供者:小明
  1. 页面替换算法

    0下载:
  2. 提供了4种页面替换算法 供初学者参考
  3. 所属分类:系统编程

    • 发布日期:2009-07-22
    • 文件大小:70235
    • 提供者:kevenstar
  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-30
    • 文件大小:2014
    • 提供者:安琪多
  1. test

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

    • 发布日期:2017-04-16
    • 文件大小:201331
    • 提供者:lyan
  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
    • 文件大小:955696
    • 提供者:joe
  1. 11

    0下载:
  2. c++模拟主存页面替换算法(操作系统第十一个实验)-c++ simulation of main memory page replacement algorithm (operating system, an experimental X)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:2556
    • 提供者:俞津骋
  1. TNachos-schedh

    0下载:
  2. 本课题的目的是要实现缺页处理程序,这需要在适当的时候将某些页面替换出/入。为了减少缺页和将页面从内存淘汰到磁盘的次数,要求你实现五种页面替换算算法。NRU(Not Recently Used)算法SC(Second Chance)算法Clock算法Working Set算法Aging算法 -The purpose of this project is to achieve the page fault handler, this need at the appropriate time to
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:538537
    • 提供者:nanyi5452
  1. yemiantihuan

    0下载:
  2. 操作系统中的虚拟页面替换算法,有LRU和FIFO两种,可以选择不同的方式查看模拟过程。-The operating system in the virtual page replacement algorithm LRU and FIFO, you can choose different ways to view the simulation process.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:2488510
    • 提供者:sqc
  1. PageReplacement

    0下载:
  2. 用c语言实现的页面置换算法,具体包括最佳替换算法,随机替换算法,FIFO算法,LRU算法和Clock算法。引用串的生成是尽量模拟真实的程序局部性而设计的。-a C program implements page replacement algorithm:include optimal algorithm, random algorithm, FIFO algorithm, LRU algorithm and Clock algorithm. The generation of referenc
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:337957
    • 提供者:廖宇豪
  1. OPT

    0下载:
  2. 实现opt算法,在vc++环境下.便于实现最佳页面替换算法。-Achieve opt algorithm, vc++ environment. Easy to achieve the best page replacement algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:986
    • 提供者:MIKE
  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-13
    • 文件大小:3201
    • 提供者:江小五
  1. lru102

    0下载:
  2. lru页面替换算法的模拟实现程序。操作系统实验课上做的-LRU page replacement algorithm realize the simulation process. Operating system to do the experimental class
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1623
    • 提供者:boa6763caizixi
  1. lru102

    0下载:
  2. lru页面替换算法的模拟实现程序。操作系统实验课上做的-LRU page replacement algorithm realize the simulation process. Operating system to do the experimental class
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1284
    • 提供者:atuxuan
  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
    • 文件大小:1015
    • 提供者:li
  1. code

    0下载:
  2. 采用Qt Creator集成开发环境,利用c++面向对象的思想,用对象类对硬件部件进行抽象模拟,用成员函数作为接口,模拟各部件API完成功能的集成,基本完成了预期功能;实现了并发环境下的页面访问请求,利用多种页面替换算法实现缺页异常处理中的页面替换;实现了进程调度、内外存实时占用情况及页面替换的过程可视化,并最终将过程中涉及到的数据变化保存至指定文档。(In the process of implementation, using Qt Creator integrated developmen
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:2888704
    • 提供者:张了个艺
搜珍网 www.dssz.com