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

搜索资源列表

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

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

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

    0下载:
  2. 操作系统 算法实现 请求页式管理缺页中断模拟设计-- LRU、随机淘汰算法)-Operating system algorithm request page management page fault analog design- LRU, random replacement algorithm)
  3. 所属分类:OS Develop

    • 发布日期:2017-11-14
    • 文件大小:719165
    • 提供者:waichengfeng
  1. LRU--algorithm

    0下载:
  2. LRU 算法 操作系统大作业C语言源代码-LRU algorithm
  3. 所属分类:Data structs

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

    0下载:
  2. 页面调度时的置换算法,LRU最久未使用算法-Dispatched when the page replacement algorithm, LRU most-recently-used algorithm ...
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:666
    • 提供者:shiyi
  1. replacement-algorithms-LRU-algorithm

    0下载:
  2. 操作系统里面的浅谈页面置换算法之LRU算法,pdf电子书,内容比较详细易懂-On the inside the operating system s page replacement algorithm LRU algorithm, pdf e-books, more detailed and easy to understand
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:126296
    • 提供者:庄翔
  1. LRU

    0下载:
  2. 本代码用C语言模拟操作系统中LRU页面置换算法,有dos输出界面,简单明了。-The code is written in C language simulation operating system LRU page replacement algorithm, a dos output interface, simple and straightforward.
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1167
    • 提供者:jie
  1. LRU-Adaptive-Compression

    0下载:
  2. LRU Scheduling Algorithm with adaptive compression Implementation in Java.-LRU Scheduling Algorithm with adaptive compression Implementation in Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:40628
    • 提供者:vss
  1. LRU

    0下载:
  2. LRU page replacement algorithm - Least recently used - uses incrementing input
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1342
    • 提供者:BOrnAgain
« 1 2 3 4 5 67 8 9 10 11 ... 27 »
搜珍网 www.dssz.com