CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 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. 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. fifosuanfa

    0下载:
  2. 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程 -Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:808byte
    • 提供者:麽鱼的谁
  1. thefirstoption

    0下载:
  2. 最佳页面置换算法,最佳页面置换OPT算法的置换策略:发生缺页时,查看内存中的页面在页面走向中将来再次被调入内存的指令,这里假设每一页调入内存需要的指令数都是相同的,用单位1表示。当内存分配的页数都执行了这个操作,比较那个页面的指令数最大,则就把这个页面淘汰出内存,调入的页就进入内存。-Best Page-Replacement Algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:212.72kb
    • 提供者:小庞
  1. ymzh

    0下载:
  2. 有关计算机操作系统中存储管理中的页面置换算法实验代码-The computer operating system stored in the management of the experiment code on the page replacement algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:975byte
    • 提供者:段明磊
  1. yemianzhihuan

    0下载:
  2. 页面置换算法-- 我们操作系统实验的程序很有用!-Page-Replacement Algorithms- our operating procedures for the experiment is useful!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.72mb
    • 提供者:song
  1. os

    0下载:
  2. 采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响; 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟; -By page type allocation of storage solutions, were calculated by the hit rate of different algorithms to com
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:4.38kb
    • 提供者:kkk
  1. xunicunchuqi

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2.28kb
    • 提供者:aihao
  1. exp6

    0下载:
  2. 编程模拟一个作业的执行过程,用户输入系统分配给该作业的物理块N和该作业要访问的逻辑页号序列长度L,采用下面不同的页面置换算法:FIFO,LRU,OPT,LFR,NUR,给出不同算法下的页面置换情况及其对应的缺页率-Programmed to simulate a job execution, the user input system assigned to the job and the job of physical block N logical page number to access
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1.44kb
    • 提供者:erevus
  1. test

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

    • 发布日期:2017-04-16
    • 文件大小:196.61kb
    • 提供者:lyan
  1. pagechange

    0下载:
  2. 用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1.4kb
    • 提供者:剑煮江湖
  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. PageReplace

    0下载:
  2. CSharp写的虚拟内存中页置换算法,包括FIFO、OPT、LRU和Clock等。-CSharp write virtual memory page replacement algorithms, including FIFO, OPT, LRU and Clock.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:96.43kb
    • 提供者:sandwich
  1. pagechange

    0下载:
  2. 用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:ectivehe
  1. otp

    0下载:
  2. 几种页面置换算法如先进先出,最佳置换,最近最久未使用算法-Several page replacement algorithms such as FIFO, the optimal replacement, the least recently used algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:286.75kb
    • 提供者:小文
  1. zhihuansuanfa

    0下载:
  2. 学操作系统时写的页面置换算法,包括三种常见的算法,希望对学习操作系统的同学有帮助。-Learning to write the operating system page replacement algorithms, including three common algorithms, hope to learn the operating system help students.
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:680.37kb
    • 提供者:小侯
  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 »
搜珍网 www.dssz.com