搜索资源列表

  1. yemianguanli

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

    • 发布日期:2024-09-29
    • 文件大小:313344
    • 提供者:小明
  1. Nachos-scheduler.tar

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

    • 发布日期:2024-09-29
    • 文件大小:572416
    • 提供者:gavinfeng
  1. newyemian

    0下载:
  2. 这个主要是页面置换算法,是根据先进先出来置换的,可以实现简单的置换功能-The main page replacement algorithm is based on the FIFO to replace, and can achieve a simple replacement function
  3. 所属分类:操作系统开发

    • 发布日期:2024-09-29
    • 文件大小:206848
    • 提供者:张玲红
  1. page-replace

    0下载:
  2. 模拟实现了操作系统中的页面置换算法,包括LRU,FIFO等算法,-Simulation to achieve the operating system page replacement algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-09-29
    • 文件大小:868352
    • 提供者:申震明
  1. page-replace

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

    • 发布日期:2024-09-29
    • 文件大小:1107968
    • 提供者:张一
  1. page-replacement

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

    • 发布日期:2024-09-29
    • 文件大小:955392
    • 提供者:joe
  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 n
  3. 所属分类:Windows编程

    • 发布日期:2024-09-29
    • 文件大小:538624
    • 提供者:nanyi5452
  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, Clo
  3. 所属分类:操作系统开发

    • 发布日期:2024-09-29
    • 文件大小:6144
    • 提供者:name
  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 t
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:li
  1. page-replace-Demo

    0下载:
  2. A Java Applet about page-replace-algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2019-11-10
    • 文件大小:11876
    • 提供者:wonder_123

源码中国 www.ymcn.org