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

搜索资源列表

  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. 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. page_replacement

    0下载:
  2. 在linux下用C语言开发的页面置换算法,并不适用于VC下运行-C for page_replacement in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3.71kb
    • 提供者:张权威
  1. 1

    0下载:
  2. 页面置换算法C语言实现! -sas
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.78kb
    • 提供者:wss
  1. wynczh

    0下载:
  2. 内存页面置换 用C语言模拟LINUX操作系统中的内存页式管理的FIFO算法和LRU算法-Memory page replacement using C language simulation of LINUX operating system management of memory pages the FIFO algorithm and LRU algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1.5kb
    • 提供者:love暖色
  1. vmrp

    0下载:
  2. 加深对于存储管理的了解,掌握虚拟存储器的实现原理;观察和了解重要的页面 置换算法和置换过程。练习模拟算法的编程技巧,锻炼分析试验数据的能力。 -Deepen the understanding of storage management, control and implementation principle of virtual memory observe and understand the importance of the page replacement algorith
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1.73kb
    • 提供者:jeremy
  1. os_exp2

    0下载:
  2. 编程序模拟请求页面调度中的页面置换算法,基于同样的页面序列对比它们的命中率,观察当物理内存容量变化时算法的结果有什么不同。-Programmable analog paging request in the page replacement algorithm, based on the same page sequence comparison of their hit rate was observed when the algorithm changes the physical memo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2.19kb
    • 提供者:lixinkai
  1. The-change-of-Page

    0下载:
  2. 利用LINUX中的环境进行页面置换算法的C程序开发,界面好,功能全。-LINUX environment using the page replacement algorithm in C program development, the interface is good, full-featured.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:72.48kb
    • 提供者:李天鹏
  1. Virtual-storage-d

    0下载:
  2. 虚拟存储器各页面置换算法的实现与比较,存储管理的主要功能之一是合理的分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。 -Virtual memory each page replacement algorithm implemented and compared
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:8.24kb
    • 提供者:liqiang
  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. 10

    0下载:
  2. 常用页面置换算法模拟通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存储技术的特点-Commonly used page replacement algorithm simulation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:13.28kb
    • 提供者:付平
  1. 实验2

    0下载:
  2. 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计, 了解虚拟存储技术的特点, 掌握请求页式存储管理的页面置换算法。 ①先进先出的算法( F I F O ) ; ②最近最少使用算法( L R U ) ; ③最佳淘汰算法( O P T ) : 先淘汰最不常用的页地址; ④最少访问页面算法( L F U ) ; ⑤简单时钟算法( CLOCK)(Page replacement algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-25
    • 文件大小:21kb
    • 提供者:suprelee
  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
搜珍网 www.dssz.com