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

搜索资源列表

  1. 页面置换

    0下载:
  2. 页面置换算法的演示程序及代码,包含FIFO、LRU、OPT算法-pages replacement algorithm code and demo program, including FIFO, the LRU, OPT algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:8.79kb
    • 提供者:陶杰
  1. Demand_Paging

    0下载:
  2. 实现虚拟存储器能给用户提供一个容量很大的存储空间,采用OPT、FIFO、LRU等页面淘汰算法,模拟操作系统的页面置换过程,并计算出页面缺页率.-virtual memory can provide users with a large capacity of storage space, use of OPT, FIFO, LRU algorithm eliminated, and other pages, the pages simulation operating system replac
  3. 所属分类:系统编程

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

    0下载:
  2. 计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:43.45kb
    • 提供者:孤鸿影
  1. 1234

    0下载:
  2. 1.程序的功能是实现FIFO算法和LRU算法。 2.在界面上设置选择按钮,可以选择FIFO算法或者LRU算法进行页面置换。 3.页面序列可以随机生成。 4.在进行页面置换前,可以设置随机生成的页面数,以及物理内存块数。 5.在进行页面置换时,在界面上可以看到每一步的页面置换过程,以及当前页面序列和物理内存块的信息。 6.在界面上设置“开始”、“暂停”、“继续”、“重做”等按钮,实现相应的功能。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:85.04kb
    • 提供者:daiuirchuan
  1. change

    0下载:
  2. 模式操作系统的页面置换算法,主要实现FIFO算法,LRU算法等
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6.62kb
    • 提供者:张元平
  1. memory_fromm_hgy

    0下载:
  2. 操作系统常用页面置换算法模拟实验 FIFO,LRU
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.44kb
    • 提供者:asdf
  1. 页面置换算法(C语言编写)

    0下载:
  2. c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of thr
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.78kb
    • 提供者:zbing0203
  1. linuxag

    0下载:
  2. 演示了linux下的常用页面置换算法(FIFO,LRU,OPT,LFU,NUR),并计算了相应的命中率。程序用随机函数产生指令序列,然后变换成相应的页地址流。-demonstration of the commonly used algorithm replacement pages (FIFO, the LRU, OPT, LFU, NUR), and calculated the corresponding hit rate. Procedures used functions to gen
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.82kb
    • 提供者:衣明玉
  1. 页面存储管理

    1下载:
  2. 该代码是根据先来先服务、最佳置换算法、最近最少使用算法来完成的。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2009-12-05
    • 文件大小:2.52kb
    • 提供者:daying
  1. Optimal

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page repla
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:2.03kb
    • 提供者:pauly_917
  1. LRU_FIFO

    0下载:
  2. 操作系统页面置换算法 先进先出等 一些简单的相关算法 -FIFO page replacement algorithm for the operating system such as a simple correlation algorithm
  3. 所属分类:Network Security

    • 发布日期:2017-04-10
    • 文件大小:1.39kb
    • 提供者:yuerlily
  1. FIFO-and-LRU-algorithm

    0下载:
  2. 实现页面置换的先进先出算法(FIFO)和最近最久未使用算法(LRU)。很不错。-FIFO page replacement algorithms (FIFO) and least-recently-used algorithm (LRU). Very good.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1kb
    • 提供者:韩磊
  1. LRU-FIFO

    0下载:
  2. linux关于进程间页面置换算法包括FIFO、LRU算法-Linux interprocess page replacement algorithm to include FIFO, the LRU algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:12.85kb
    • 提供者:邓诗卓
  1. OS-Page-replacement-algorithm

    0下载:
  2. 操作系统课程设计报告-页面置换算法模拟系统,模拟了进先出的算法(FIFO),最佳淘汰算法(OPT),最近最久未使用算法(LRU),最少访问页面算法(LFU),并含有DOS界面的菜单选择模块-OS Page replacement algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:2.93mb
    • 提供者:陈明明
  1. abc

    0下载:
  2. 页面置换算法,包括随机生成页面的算法还有FIFO和LFU的算法,其中比较两种算法的缺页中断和缺页中断率。-Page replacement algorithms, including random page generation algorithm and FIFO and LFU algorithm, which compares the two algorithms of the missing pages interruption and missing pages interruptio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:718.48kb
    • 提供者:周晗
  1. fifoalru

    0下载:
  2. 简单的用C实现操作系统中的fifo&lru内存页面置换算法-Simple C achieved operating system fifo and lru memory page replacement algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:234.03kb
    • 提供者:LIU
  1. main

    0下载:
  2. 题目7 页面置换 一、实验目的 1、对页面置换做进一步的理解。 2、了解页面置换的任务。 3、通过编程掌握页面置换算法及缺页率。 4、了解Belady现象和抖动现象。 二、实验内容及要求 1、任意给出一组页面访问顺序(如页面走向是1、2、5、7、5、7、1、4、3、5、6、4、3、2、1、5、2)。 2、分配给该作业一定的物理块(如3块、4块等)。 3、利用某几种页面置换算法模拟页面置换过程并计算其缺页率并分析结果。 4、通过给出特殊的页面访问顺序,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:834byte
    • 提供者:haolei
  1. MemoryManagement

    0下载:
  2. 设计和实现关于内存管理的内存布局初始化及内存申请分配、内存回收等基本功能操作函数,用了最佳替换算法Optional、先进先出(FIFO)页面置换算法、最近久未使用(LRU)置换算法、Clock 算法(也叫Second Chance 算法)-Design and implementation of memory layout application initialization and memory allocation, memory recall about memory management
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:13.91kb
    • 提供者:安容巧
  1. alnorkthm

    0下载:
  2. 页面置换算法的演示程序及代码,包含FIFO,LRU,OPT算法-Page replacement algorithm demo and code, including FIFO, LRU, OPT algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-15
    • 文件大小:8kb
    • 提供者:dhstrsoueed
  1. suanfa

    0下载:
  2. 输入页号数 再输入页号序列 选择相应的算法执行(Enter the page number and page number corresponding to the input sequence selection algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-09
    • 文件大小:3kb
    • 提供者:洋19960927
« 12 »
搜珍网 www.dssz.com