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

搜索资源列表

  1. LRU-update-Cache-

    0下载:
  2. LRU置换算法是选择最近最久未使用的页面予以置换。该算法赋予每个页面一个访问字段,用来记录一个页面自上次被访问以来经历的时间T,当须淘汰一个页面时,选择现有页面中T值最大的,即最近最久没有访问的页面。这是一个比较合理的置换算法。-LRU replacement algorithm is to select the page from lack of use the most recent to be replaced. The algorithm gives an access field in
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1008
    • 提供者:shen6041
  1. lru

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

    • 发布日期:2017-04-08
    • 文件大小:533
    • 提供者:Northon Farias
  1. LRU

    0下载:
  2. 操作系统LRU页面置换算法。。。自己写的-Operating system LRU page replacement algorithm. . . Wrote it myself. .
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1030133
    • 提供者:chezai
  1. LRU

    0下载:
  2. 利用LRU算法仿真请求页面系统 1、设计内容:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:近期最久未使用算法(LRU) 2) 内存物理块数固定为3个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(0-9页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1962400
    • 提供者:李超
  1. LRU

    0下载:
  2. LRU算法源代码示列,使用C++语言编写,可供学习,研究使用-LRU Code
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 在Window XP/Vista 系统的VC++ 6.0环境下运行程序;通过从一般常用的调页算法中选取典型算法LRU和算法FIFO,了解页面管理的相关细节,并用程序设计实现LRU和FIFO。-In Window XP/Vista system, VC++ 6.0 environment to run the program by paging from the commonly used algorithm LRU algorithm and the algorithm selected a
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:766075
    • 提供者:015
  1. least-Recently-used

    0下载:
  2. 最近最久未使用算法!LRU算法!可以参考下!-Recently the most recently-used algorithm! LRU algorithm! Can refer to the next!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:46238
    • 提供者:柯柯
  1. lru-algorithm-visualc

    0下载:
  2. LRU Algorithm - Visual C-LRU Algorithm - Visual C++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2087
    • 提供者:dapesystem
  1. LRU-andfirst-in-first-out-

    0下载:
  2. 操作系统中页面置换算法(lru和先进先出算法)-OS page change algorithm(LRU and first in first out )
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1933832
    • 提供者:王龙龙
  1. lru

    0下载:
  2. LRU算法更新Cache—— 了解和掌握寄存器分配和内存分配的有关技术。 -The LRU algorithm updates the Cache- understand and grasp the register allocation and memory allocation technology.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2621
    • 提供者:niwei
  1. LRU

    0下载:
  2. 操作系统页面置换算法——最近最久未使用算法(LRU)-Operating system page replacement algorithm- the most-recently-used algorithm (LRU)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:346918
    • 提供者:黄丁宝
  1. FIFO-Optimal-LRU

    0下载:
  2. 实现了页面置换的FIFO算法,LRU算法。-The FIFO page replacement algorithm, LRU algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:509946
    • 提供者:Dwxiao
  1. Lru

    0下载:
  2. 操作系统中的LRU算法-LRU algorithm in operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:3265
    • 提供者:李东
  1. FIFO-and-LRU-algorithm

    0下载:
  2. 实现页面置换的先进先出算法(FIFO)和最近最久未使用算法(LRU)。很不错。-FIFO page replacement algorithms (FIFO) and least-recently-used algorithm (LRU). Very good.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1024
    • 提供者:韩磊
  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. lru

    0下载:
  2. c++实现LRU算法,自己封装了一个类,数函数已经有demo的相关调用。但愿对你有帮助-the algorithm of LRU by c++
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:1432
    • 提供者:朱世杰
  1. LRU

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

    • 发布日期:2017-12-05
    • 文件大小:10721
    • 提供者:杨兵
  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. FIFO-LRU-OPT

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

    • 发布日期:2017-12-03
    • 文件大小:292141
    • 提供者:
  1. LRU

    0下载:
  2. CACHE的LRU算法的简单代码,编译运行环境为WINDOWS下VS2010。-CACHE LRU algorithm simple code, compile and run under WINDOWS environment VS2010.
  3. 所属分类:Console

    • 发布日期:2017-11-19
    • 文件大小:1242
    • 提供者:草广
« 1 2 3 4 56 7 8 9 10 ... 24 »
搜珍网 www.dssz.com