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

搜索资源列表

  1. yemian

    1下载:
  2. mfc界面,模拟操作系统采用 OPT、FIFO 和LRU 算法进行页面置换的过程。-mfc interface, simulation of the operating system by OPT, FIFO and LRU algorithm for page replacement process.
  3. 所属分类:GUI Develop

    • 发布日期:2015-04-16
    • 文件大小:1917952
    • 提供者:yvonne
  1. xunmi

    0下载:
  2. 操作系统课程设计_先进先出页面置换算法代码。-Operating System Course Design _ FIFO page replacement algorithm code.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:3314
    • 提供者:xunmi
  1. FIFO_LRU_L1708852142004

    0下载:
  2. page replacement algorithm lru & fifo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:15838
    • 提供者:soni
  1. optimalpage

    0下载:
  2. Optimal Page replacement technique-Optimal Page replacement technique.....
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:887
    • 提供者:Nitin
  1. yemianzhihuan

    0下载:
  2. 页面置换算法,可选择fifo,opt,nur,lru调度算法实现页面调度。-Page replacement algorithm, select fifo, opt, nur, lru paging scheduling algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:947748
    • 提供者:xuchang
  1. FIFO2010

    0下载:
  2. 经典先进先出页面置换算法,淘汰最先进入内存的页面-Classic FIFO page replacement algorithm, out of the first page into the memory
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4543
    • 提供者:明月紫莹
  1. jyc

    0下载:
  2. 请求页式管理中的置换算法,页面置换算法FIFO算法,LRU算法-Style management in the requested page replacement algorithm, page replacement algorithm FIFO algorithm, LRU algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:34420
    • 提供者:jyc
  1. fifo

    0下载:
  2. 操作系统FIFO页面置换算法实现VC6.0源码-FIFO page replacement algorithm for the operating system source code to achieve VC6.0
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:1841
    • 提供者:
  1. page_replacement_algorithm

    0下载:
  2. 三种经典的页面置换算法(OPT,LRU,FIFO)模拟实现-Page replacement algorithm of three classic (OPT, LRU, FIFO) simulation to achieve
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1415137
    • 提供者:征尘
  1. wenterzhou

    0下载:
  2. 操作系统中页面置换算法模拟,有最佳置换算法,先来先出算法和LUR算法。三者集成于一体能更好的帮助我们学习。-Page replacement algorithm in operating system simulation, the best replacement algorithm, first come, first-out algorithm and LUR algorithm. Integrated in one of the three can help us learn bette
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1136711
    • 提供者:周永文
  1. OptimalPageReplacement

    0下载:
  2. Optimal Page replacement algo in C++ for 10 pages
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:695
    • 提供者:adnan
  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. newyemian

    0下载:
  2. 这个主要是页面置换算法,是根据先进先出来置换的,可以实现简单的置换功能-The main page replacement algorithm is based on the FIFO to replace, and can achieve a simple replacement function
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:207333
    • 提供者:张玲红
  1. 12123

    0下载:
  2. 模拟页面置换算法 页面置换 操作系统-Page replacement algorithm simulated operating system
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2352
    • 提供者:vic
  1. ComputerPageManage

    0下载:
  2. 存储管理的主要功能之一是合理地分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式管理的页面置换算法。 随机数产生一个指令序列,共320条指令,使用FIFO算法、LRU算法和OPT算法进行页面置换。-One of the main functions of storage management is a reasonable allocation of space. The requeste
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-06
    • 文件大小:1897
    • 提供者:
  1. OS4

    0下载:
  2. 简单的页面置换算法 全自动实现3种功能 新手编得比较简单-A simple page replacement algorithm to achieve automatic 3 series was relatively simple function novice
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:242186
    • 提供者:贡献了
  1. YEMIANZHIHUAN

    0下载:
  2. 操作系统 页面置换算法的模拟。 -Operating system page replacement algorithm simulation. Operating system page replacement algorithm simulation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2930
    • 提供者:EN
  1. memory

    0下载:
  2. 操作系统 模拟实验 页面置换算法之一:最近最少使用算法,功能实现-Operating system page replacement algorithm of simulation experiments: the least recently used algorithm, the function realization
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1138
    • 提供者:
  1. FIFO

    0下载:
  2. 页面置换算法的实现源码。主要为OS初学者提供参考。-Page replacement algorithm implementation source code. The main reference for the OS for beginners.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2931
    • 提供者:zhang
  1. yemianzhihuan

    0下载:
  2. 页面置换算法也是操作系统中非比寻常的一环,它的好坏关系着系统对内存的利用率高低。-Page replacement algorithm is also unusual in the operating system part of it is good or bad relationship with the high and low utilization of system memory.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:12733
    • 提供者:杨波
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com