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

搜索资源列表

  1. 先进先出页面算法程序2

    0下载:
  2. 先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5476
    • 提供者:asdf
  1. ymzh

    0下载:
  2. 可以实现页面置换算法模拟,已在Visual c++下调试通过!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2913
    • 提供者:dl
  1. C语言实战105例

    0下载:
  2. C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器 
  3. 所属分类:Windows编程

    • 发布日期:2012-03-06
    • 文件大小:654374
    • 提供者:jawin@126.com
  1. vc783453772452

    0下载:
  2. C++代码写的有关页面置换算法的程序 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟-C++ code written on the page replacement algorithm OPT program algorithm (the optimal replacement algorithm), LRU algorithm (Least Recently), FIFO algorit
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1912222
    • 提供者:lee
  1. vcyemianzhihuan

    0下载:
  2. 页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-Page replacement algorithm code, the language used c++. The realization of the FIFO algorithm, LRU algorithm, which, LRU classical LRU algorithm, the algorithm is occupied
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:238568
    • 提供者:lee
  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
    • 文件大小:808
    • 提供者:麽鱼的谁
  1. PPA

    0下载:
  2. 1. 示例实验程序中模拟几种置换算法:LRU算法,FIFO算法,clock算法和Eclock算法 2. 能对几种算法给定任意序列不同的页面引用串和任意帧实内存块数的组合测试,显示页置换的过程。 3. 能统计和报告不同置换算法情况下依次淘汰的页号、缺页次数(页错误数)和缺页率。比较几种置换算法在给定条件下的优劣。 4. 为了能方便的扩充页面置换算法,更好的描述置换过程,示例实验程序采用了C++语言用Replace类描述了置换算法及其属性。-None
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2065997
    • 提供者:Hedge
  1. PageReplace

    0下载:
  2. 页面置换算法包含可执行程序用 C#做的做了很久 模拟小程序-Page replacement algorithm contains an executable program using C# to do a small procedure done for a long time simulation
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:14444
    • 提供者:刘达
  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
    • 文件大小:1430
    • 提供者:剑煮江湖
  1. fifo_lru_opt

    0下载:
  2. 三个页面置换算法,fifo_lru_opt等C++实现-Three page replacement algorithm, fifo_lru_opt C++ achieve
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1418
    • 提供者:ai
  1. yemianzihuan

    0下载:
  2. 用c#写的模拟操作系统页面置换算法,动态化的实现页面置换全过程-C# to write the simulation of the operating system page replacement algorithm, dynamic page replacement
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1827
    • 提供者:宋园园
  1. ye-mian-zhi-huan

    0下载:
  2. 用c语言模拟了操作系统中页面置换算法,包含了详细的代码。-Simulated operating system page replacement algorithm contains a detailed code c language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:280566
    • 提供者:liuyangbiao
  1. page-replacement-algorithm

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

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

    0下载:
  2. 操作系统中的页面置换算法,源代码,语言:C-Operating system page replacement algorithm, source code, language:
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-30
    • 文件大小:213972
    • 提供者:王晓丽
  1. PageReplacement

    0下载:
  2. 用c语言实现的页面置换算法,具体包括最佳替换算法,随机替换算法,FIFO算法,LRU算法和Clock算法。引用串的生成是尽量模拟真实的程序局部性而设计的。-a C program implements page replacement algorithm:include optimal algorithm, random algorithm, FIFO algorithm, LRU algorithm and Clock algorithm. The generation of referenc
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:337957
    • 提供者:廖宇豪
  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
    • 文件大小:1548
    • 提供者:ectivehe
  1. PageReplacement

    0下载:
  2. 操作系统课程设计,页面置换算法,对页面置换的四种算法的C++实现-Operating systems curriculum design, page replacement algorithm, page replacement algorithm C++ achieve four
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2426038
    • 提供者:张三
  1. C-page

    0下载:
  2. 页面置换算法,用C#语言编写的操作系统的页面置换,包括三种算法,LRU,FIFO,OPT-Page
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:56678
    • 提供者:Queena
  1. memman.c.tar

    0下载:
  2. 模拟实现操作系统中的页面置换算法,包括FIFO,OPT,LRU,LFU,NRU算法-An analog implementation, the operating system page replacement algorithms, including FIFO, OPT, LRU, LFU, NRU algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1192
    • 提供者:刘丹阳
  1. FIFO

    0下载:
  2. 最近最少使用页面(FIFO)置换算法,是最简单的页面置换算法。这种算法的基本思想是:当需要淘汰一个页面时,总是选择驻留主存时间最长的页面进行淘汰,即先进入主存的页面先淘汰。其理由是:最早调入主存的页面不再被使用的可能性最大。(Recently, the least use of page (FIFO) replacement algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:白茶
« 12 »
搜珍网 www.dssz.com