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

搜索资源列表

  1. yemiantihuansuanfa

    0下载:
  2. 这是一个C语言实现的存储器管理中页面替换算法的模拟程序-This is a C language memory management algorithm replacement pages Simulation Program
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1660
    • 提供者:yue
  1. CLOCK

    0下载:
  2. 这是一个时钟页面替换算法,用于操作系统存储器的页面替换,运行于VC++平台
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1821
    • 提供者:陈梅
  1. fifo

    0下载:
  2. 操作系统中内存页面的先进先出的替换算法fifo
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3313
    • 提供者:gll
  1. zjf.rar

    0下载:
  2. 存储管理模拟,编写程序,模拟请求页式存储管理中的硬件地址转换过程,使用三种不同的页面置换算法进行页面替换。分别是先进先出,最佳置换,最近最久未使用页面替换,并计算缺页率。,Storage management simulation, programming, simulation request page storage management hardware address translation process, using three different page replacement
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-28
    • 文件大小:379678
    • 提供者:飓风
  1. workplace

    0下载:
  2. 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:83018
    • 提供者:lzh
  1. ymth

    0下载:
  2. 操作系统的页面替换算法的实现和比较 评测-Operating system page replacement algorithm implementation and comparison of evaluation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:273391
    • 提供者:lmjorz
  1. page-replacement-algorithm

    0下载:
  2. 该程序描述了在操作系统里的页面替换算法,主要是FIFO、OPT、LRU这三种。-This procedure described in the operating system s page replacement algorithm, mainly FIFO, OPT, LRU three.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1408
    • 提供者:嘉何月
  1. page-replace

    0下载:
  2. 操作系统有主要的三种页面替换算法,此程序实现了这三种算法,简单实用-There are three main operating system page replacement algorithm, the program implements three algorithms, simple and practical
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1108152
    • 提供者:张一
  1. Online_RandMarkingAlgorithm

    0下载:
  2. 本程序解决的是:模拟类似计算机主、缓存的存储结构,当用户请求某个页面时,若某个页面已在缓存中,则直接从缓存中去取,不会产生失误(即未在缓存中命中),否则,就到主存中去取,代价变大。 本程序采用随机标记算法,即在在线标记算法的基础上,对于替换页面时,采用随机从未标记的缓存项中选出一项进行替换。 代码、文档详尽-Addressed in this program are: analog computer-like main, cache storage structure, wh
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:56826
    • 提供者:黄华仔
  1. first

    0下载:
  2. 编写程序,设置不同的页面数,使用不同的页面替换策略算法进行模拟页面替换。先进先出,最近最久未使用页面置换算法等,并计算缺页率。-Programming, set a different number of pages, use a different page replacement algorithm simulation page replacement strategy. FIFO, the most recent time using the page replacement algor
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:1614
    • 提供者:蒋树林
  1. system

    1下载:
  2. 页式存储管理模拟 描述:根据虚地址中的用户号和虚页号同时查快表和慢表,当快表中存在此虚页号,就读出实页号,并计算主存实地址。如果所需页面没有在快表当中,等待慢表的访问结果,如果慢表中也不存在(装入位=0)怎产生缺页中断,调入所需页面,如果主存有空闲页面,则直接调入,否则使用LRU替换算法淘汰主存中某一页,调入新的页面,并更新快表。-Page storage management simulation Descr iption: while the investigation fast and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1191
    • 提供者:高昊
  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
    • 文件大小:6301
    • 提供者:name
搜珍网 www.dssz.com