CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - page replacement

搜索资源列表

  1. nru

    0下载:
  2. 置换算法最近最不经常使用(NRU)算法通过对页面、页表、地址转换和页面置换过程的模拟,加深对请求调页系统的原理和实现过程的理解。-Replacement algorithm is the least frequently used recently (NRU) algorithm through the pages, page tables, address translation and page replacement process simulation, to deepen the re
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:819byte
    • 提供者:高飞
  1. FIFO

    0下载:
  2. 大学生计算机操作系统课程设计,实现页面置换,利用fifo(先进先出)算法-Students of computer operating systems curriculum design, the realization of the page replacement, the use of fifo (FIFO) algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7.72kb
    • 提供者:王明
  1. fifo

    0下载:
  2. 一个FIFO的页面置换算法,使用java实现-A FIFO page replacement algorithm, the use of java to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3.24kb
    • 提供者:stephenzou
  1. Fifopagereplacementalgorithm

    0下载:
  2. 页面置换算法 包括fifo 先进现出,最近最早未使用,lru算法-Fifo page replacement algorithm, including advanced show, the first unused recently, lru algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:10.68kb
    • 提供者:刘燕
  1. 59564363OSshiyan5

    0下载:
  2. 操作系统页面置换算法,此压缩包内有四种算法,可供读者参考-Page replacement algorithm for the operating system, this package there are four types of compression algorithms, for the reader is referred to
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:10.55kb
    • 提供者:liuxiaomei
  1. pagerep

    0下载:
  2. this page replacement project for operating system using c language-this is page replacement project for operating system using c language
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.26kb
    • 提供者:kranthi
  1. A

    0下载:
  2. FIFO页面置换算法 LRU页面置换算法 模拟-FIFO page replacement algorithm LRU page replacement algorithm for simulation of
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.24kb
    • 提供者:linwea
  1. zhihuanew

    0下载:
  2. 页面置换算法实验,模拟操作系统的页面置换 。-Page replacement algorithm experiment, simulation of the operating system page replacement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:172kb
    • 提供者:李真
  1. page

    0下载:
  2. 操作系统 页面置换算法之 FIFO,同时也附带写失败了的,LRU算法-Operating system page replacement algorithm of the FIFO, but also with the failed write, LRU algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:802byte
    • 提供者:zhanghainu
  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. LRU

    0下载:
  2. 操作系统中的LRU页面置换算法,用堆栈的方法实现,可以运行-Operating system LRU page replacement algorithm, the method used to achieve the stack, you can run. . . . .
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.57kb
    • 提供者:wtg
  1. sys

    0下载:
  2. 通过对页面、页表、地址转换和页面置换过程的模拟,加深对请求调页系统的原理和实现过程的理解-Through the page, the page table, address translation and page replacement process simulation, demand paging system, deepen the principles and understanding of the implementation process
  3. 所属分类:Other systems

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

    0下载:
  2. 该代码实现的主要功能是实现模拟LRU页面置换算法-The code to achieve the main function is to achieve analog LRU page replacement algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:914byte
    • 提供者:张海潮
  1. FIFO-LRU-OPT

    0下载:
  2. opt lru fifo 置换算法实现 c++实现 这个是写的报告 里面包含的全部的代码 能够运行-opt lru fifo page-replacement
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:285.29kb
    • 提供者:
  1. page-replacement-algorithm

    0下载:
  2. C++编写的页面置换算法,做课程设计的好帮手哦。-C++ written page replacement algorithm, do curriculum design good helper Oh.
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1.4kb
    • 提供者:meiyou
  1. page-replacement

    0下载:
  2. 操作系统: 页面置换模拟程序设计 2,实现的功能:实现了页面置换模拟程序设计中的FIFO算法。 3,说明:由于产生页面的访问序列非常耗时,所以此程序产生的页面访问序列是使用产生0--319个数,然后打乱,形成类似的随机指令和页面访问序列。 4,BUG:由于其他的(诸如OPT,LRU,LFU)的算法只是页面的置换方式不同,故只写出了FIFO算法,其他的类似。 -Operating System: page replacement simulation prog
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:293.47kb
    • 提供者:天蓝
  1. Experiment-5-virtual-memory-page

    0下载:
  2. 实验五虚拟内存页面置换算法,实验报告,内涵代码-Experiment 5 virtual memory page replacement algorithm, experimental report, content codes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:49.92kb
    • 提供者:吕梦楠
  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. page

    0下载:
  2. 模拟操作系统采用OPT、FIFO和LRU算法进行页面置换的过程。 设程序中地址范围为0到32767,采用随机数生成256个指令地址,满足50 的地址是顺序执行,25 向前跳,25 向后跳。为满足上述条件,可采取下列方法: 设d0 10000,第 n个指令地址为dn,第 n+1 个指令地址为dn+1 ,n的取值范围为0 到255。每次生成一个 1 到1024范围内的随机数a,如果a落在1 到512 范围内,则dn+1 dn+1。如果a落在513 到768范围内,则设置dn+1 为1 到dn
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2.52mb
    • 提供者:黄keke
  1. A_Page_Rep2102062162008

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

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