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

搜索资源列表

  1. LRU

    0下载:
  2. LRU最近最少使用算法,经典的页面置换算法-LRU least recently used algorithm, a classic page replacement algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1434
    • 提供者:ai
  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. Page-replacement-algorithm

    0下载:
  2. 页面置换算法的实现。里面包含了 LRU ,FIFO, 简单CLOCK,改进的CLOCK,OPT,随机算法这几种算法,然后根据情况选择算法。 -Page replacement algorithm. Which contains the LRU, FIFO, simple and CLOCK to improved CLOCK, OPT, random selection algorithm algorithm for these types of algorithms, and then dep
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:2086
    • 提供者:王心
  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
    • 文件大小:13161
    • 提供者:邓诗卓
  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. os

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Page replacement algor
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1777841
    • 提供者:周明明
  1. Ochangeep

    0下载:
  2. 操作系统中的页面置换算法包含 oopt fifo lru -Operating system contains oopt fifo lru page replacement algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:13984
    • 提供者:假装
  1. OS-Page-replacement-algorithm

    0下载:
  2. 操作系统课程设计报告-页面置换算法模拟系统,模拟了进先出的算法(FIFO),最佳淘汰算法(OPT),最近最久未使用算法(LRU),最少访问页面算法(LFU),并含有DOS界面的菜单选择模块-OS Page replacement algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:3070958
    • 提供者:陈明明
  1. LRU

    0下载:
  2. 模拟LRU页面置换算法---操作系统的相关知识-Simulate LRU page replacement algorithm--- operating system
  3. 所属分类:Console

    • 发布日期:2017-12-05
    • 文件大小:10721
    • 提供者:杨兵
  1. page-type-storage-allocation

    0下载:
  2. 实现进程的分页式内存分配和地址转换过程,并进一步实现请求分页式存储分配和地址转换过程。页面置换算法至少应实现先进先出(FIFO)、最近最久未使用(LRU)等算法-Realization process of the paging type memory allocation and address translation process, and further realize request page type storage allocation and address translatio
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:2269
    • 提供者:huyang
  1. Page

    0下载:
  2. 在Linux系统下,用C语言实现页面置换算法的模拟实验,并比较不同算法的效率。-Linux system, using C language page replacement algorithm simulation, and the efficiency of different algorithms.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:8020
    • 提供者:宋阳
  1. yemianzhihuan

    0下载:
  2. 操作系统课程设计—页面置换算法,有图形界面,FIFO,OPT,LRU三种算法-Courses on operating system design- page replacement algorithm, a graphical interface, FIFO, OPT, LRU three algorithms
  3. 所属分类:Applet

    • 发布日期:2017-12-05
    • 文件大小:9351
    • 提供者:liujungeng
  1. 10

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

    • 发布日期:2017-11-14
    • 文件大小:13601
    • 提供者:付平
  1. ww

    0下载:
  2. 页面置换算法 一共有三个 FIFO LUR OPT-Page replacement algorithm, a total of three FIFO LUR OPT
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:1384
    • 提供者:薛妮
  1. abc

    0下载:
  2. 页面置换算法,包括随机生成页面的算法还有FIFO和LFU的算法,其中比较两种算法的缺页中断和缺页中断率。-Page replacement algorithms, including random page generation algorithm and FIFO and LFU algorithm, which compares the two algorithms of the missing pages interruption and missing pages interruptio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:735727
    • 提供者:周晗
  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
    • 文件大小:914
    • 提供者:张海潮
  1. caozuoxitong

    0下载:
  2. 操作系统课程设计,银行家算法和页面置换算法,Java,有图形界面,自己做的,可以参考一下啊-Courses on operating system design, banker algorithm and page replacement algorithm, Java, graphical interface, you do, you can refer to, ah
  3. 所属分类:Applet

    • 发布日期:2017-11-27
    • 文件大小:21455
    • 提供者:liujungeng
  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

    0下载:
  2. 模拟页面置换算法,通过随机产生序列运用FIFO LRU LFU OPT对其进行置换-Simulation page replacement algorithm, randomly generated sequences use FIFO LRU LFU OPT its replacement
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:2457906
    • 提供者:123
  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 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 24 »
搜珍网 www.dssz.com