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

搜索资源列表

  1. fifo_lru_opt

    0下载:
  2. 操作系统课程设计,页面置换算法,包含了先进先出fifo、最近最久未使用lru、还有最佳opt三种算法。代码简单易懂,编译通过。-courses on operating system design, page replacement algorithms, including the FIFO fifo. the most recent time on the use of LRU, the three best opt algorithm. Code straightforward compi
  3. 所属分类:Windows编程

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

    0下载:
  2. 功能介绍: l 输入进程P总共有的页面数,l 并输入系统已经在内存中分配的页面数。当所分配的页面数大于进程P的页面数时,l 则不l 需要进行页面调度工作。 l 由进程P的页面数目,l 程序随机生成一些访问内存的页面号,l 为简化程序,l 这些页面号的数目同l 进程P的进程数目一致(这个缺陷也有待改进)。 l 由用户选择FIFO算法还是LRU算法对进程P的页面访问内存分配的页面进行分配,l 并输出具体的页面访问过程。 原理介绍: 请求页式管理中的置换算法:置换算法在内存中没有空
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:80.94kb
    • 提供者:角斗士
  1. Clock

    0下载:
  2. 改进型CLOCK 页面置换算法实现在进程运行过程中,若其要访问的页面不在内存而需要调入内存,但分配该进程的内存 空间已经用完时,为了保证该进程能继续执行,需要从内存中把该进程的一些页调入外存中 的对换区,但调出那个页面,可以采用不同的算法。-Improved CLOCK page replacement algorithm in the process of running the course, if its trying to access pages of memory need
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:7.69kb
    • 提供者:李方
  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
    • 文件大小:81.07kb
    • 提供者:lzh
  1. pageReplac1646389172003

    0下载:
  2. it is a page replacement algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1.77kb
    • 提供者:divya
  1. yemianzhihuan

    0下载:
  2. 操作系统页面置换算法,包含LRU,FIFO等-Operating system page replacement algorithms, including LRU, FIFO, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1.69kb
    • 提供者:李丽
  1. Pagingrequestanalogstoragemanagementsystemtoachiev

    0下载:
  2. 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因。 -P
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6.93kb
    • 提供者:yangyang
  1. qiangqiutiaoye

    0下载:
  2. 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因 -Pa
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:177.04kb
    • 提供者:hlhi
  1. PageReplace

    0下载:
  2. 我编写的页面置换演示程序。 运行程序后,右端的控制面板可以选择页面置换的算法和指令生成引擎,第一个引擎是按照 “50 的指令是顺序执行的,25 是均匀分布在前地址部分,25%是均匀分布在后地址部分”的要求生成指令,第二个引擎是在320条指令只任意生成指令,默认情况下,程序以1秒的间隔执行全部320条指令,如果用户不愿意等待,可以直接设置为0ms显示全部结果。-I prepared demo page replacement. After running the program, the ri
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:49.26kb
    • 提供者:陈忻
  1. EX9_PRA

    0下载:
  2. A simple program to implement the PAGE REPLACEMENT ALGORITHMS in UNIX
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:7.12kb
    • 提供者:Prabha
  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. FIFOLRUOPT

    0下载:
  2. 页式管理缺页中断优化FIFO LRU OPT.rar 三种算法-Page-style management page fault FIFO LRU OPT.rar three kinds of optimization algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:428.02kb
    • 提供者:
  1. FIFO

    0下载:
  2. 操作系统WIndows页面置换算法、先进先出算法、以及FIFO和LRU算法(最新最少使用算法)-OS WIndows page replacement algorithm, FIFO algorithm, and FIFO and LRU algorithms (at least using the latest algorithm)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:131.71kb
    • 提供者:青青
  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. 页面置换算法的实现。里面包含了 LRU ,FIFO, 简单CLOCK,改进的CLOCK,OPT,随机算法这几种算法,然后根据情况选择算法。 -Page replacement algorithm. Which contains the LRU, FIFO, simple and CLOCK to improved CLOCK, OPT, random selection algorithm algorithm for these types of algorithms, and then dep
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:2.04kb
    • 提供者:王心
  1. Page-Replacement-proj-memory-management

    0下载:
  2. CPU Algorithms Page Replacement project memory management
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:70.85kb
    • 提供者:ahmed
  1. replacement-algorithms-LRU-algorithm

    0下载:
  2. 操作系统里面的浅谈页面置换算法之LRU算法,pdf电子书,内容比较详细易懂-On the inside the operating system s page replacement algorithm LRU algorithm, pdf e-books, more detailed and easy to understand
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:123.34kb
    • 提供者:庄翔
  1. Page-replacement

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

    • 发布日期:2017-05-25
    • 文件大小:7.36mb
    • 提供者:林跃
  1. Page-permutation-algorithm-

    0下载:
  2. 虚拟存储请求页式存储管理中几种基本页面置换算法的基本思想和实现过程-The basic idea and implementation process of several basic page replacement algorithms in virtual storage request page storage management,
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:18.43kb
    • 提供者:谢燕苹
  1. A_Page_Rep2102062162008

    0下载:
  2. Page replacement algorithms FIFO , LRU , Optimal
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:838kb
    • 提供者:asfr
« 12 3 4 »
搜珍网 www.dssz.com