搜索资源列表

  1. 本程序只要介绍LRU算法

    0下载:
  2. 本程序只要介绍LRU算法
  3. 所属分类:扫描程序

    • 发布日期:2009-05-21
    • 文件大小:27648
    • 提供者:yongheng541012
  1. 页片置换中的FIFO、LRU和OPT算法

    1下载:
  2. 页式管理关于缺页、中断、优化的FIFO、LRU和OPT算法,通过三种算法,可分别计算得出在页片置换中的缺页次数和缺页率以及被淘汰的页号...
  3. 所属分类:Windows编程

    • 发布日期:2010-06-13
    • 文件大小:438072
    • 提供者:zhang20082100
  1. lru

    0下载:
  2. lru算法的实现-LRU algorithm implementation
  3. 所属分类:文档资料

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:天才
  1. lru源代码

    0下载:
  2. 是经典的操作系统中页面置换中的LRU算法模拟程序源代码-are classic operating system replacement pages of LRU algorithm simulation program source code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:柳星
  1. lru中断处理程序

    0下载:
  2. lru中断处理程序.rar-LRU interrupt handling procedures. Rar
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-04
    • 文件大小:3072
    • 提供者:李红
  1. 页面置换算法(FIFO和LRU)

    0下载:
  2. 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法和LRU算法-simulation operating system virtual memory pages the algorithm used FIFO replacement algorithm and LRU algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-05-04
    • 文件大小:248832
    • 提供者:杨鼎新
  1. 用C语言实现最近最久未使用(LRU)置换算法

    0下载:
  2. c语言编的LRU置换算法,word文档格式-series of the LRU algorithm replacement, word document formats
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:12288
    • 提供者:刘刚
  1. LRU算法的自编c++实现及源码。

    0下载:
  2. 实现LRU算法的C++版,word环境下写的,c++环境下运行-LRU algorithm to achieve the C version, word environment written in the running environment c
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:刘刚
  1. LRU页面置换算法模拟 CNBIE

    0下载:
  2. LRU页面置换算法模拟,LRU置换算法虽然是一种比较好的算法,但要求系统有较多的支持硬件。为了了解一个进程在内存中的各个页面各有多少时间未被进程访问,以及如何快速地知道哪一页是最近最久未使用的页面.-LRU algorithm simulation replacement pages, the LRU algorithm replacement is a better algorithm, but requires a system w
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:11264
    • 提供者:22
  1. lru-cache

    0下载:
  2. 使用LRU方法更新Cache 结合数据结构的相关知识,使用LRU的策略,对一组访问序列进行内部的Cache更新 并附实验报告-use LRU Cache update method combining data structures and the related knowledge, the use of the LRU strategy the group visited a sequence within the Cach
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-04
    • 文件大小:14336
    • 提供者:小米
  1. Memory.LRU

    0下载:
  2. 操作系统中 的 存储管理 LRU 算法模拟实现-OS storage management LRU algorithm simulation
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:静水
  1. LRU

    0下载:
  2. LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间-LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( L
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-04
    • 文件大小:6144
    • 提供者:张义平
  1. LRU

    0下载:
  2. LRU代码,简单实现,又不足的地方多包涵-LRU code, simple to achieve, but also deficiencies in the multi-indulgence
  3. 所属分类:系统编程

    • 发布日期:2024-05-04
    • 文件大小:4096
    • 提供者:gaofeng
  1. lru

    0下载:
  2. lru页面替换算法的模拟实现程序。 操作系统实验课上做的-LRU page replacement algorithm realize the simulation process. Operating system to do the experimental class
  3. 所属分类:系统编程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:fy
  1. LRU

    0下载:
  2. 模拟了操作系统的LRU调度算法,每次选择最久没有使用的页进行置换-LRU simulated operating system scheduling algorithm, each time the selection of the most long-do not use the page replacement
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-04
    • 文件大小:689152
    • 提供者:xyl
  1. LRU

    0下载:
  2. 操作系统中进程管理部分LRU算法的实现,还算景点 -Part of the operating system process management LRU algorithm, still Attractions
  3. 所属分类:系统编程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:xu
  1. lru

    0下载:
  2. C++写的操作系统原理及实现,模拟页面置换程序lru的源码-C++ Write the operating system and realize the principle of simulated LRU page replacement procedures of the source
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-04
    • 文件大小:197632
    • 提供者:woaic
  1. lru

    0下载:
  2. 请求分页式存储管理 运用LRU(最近最少使用页面先淘汰)算法 -Request the use of storage management Tabbed LRU (least recently used page first out) algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-04
    • 文件大小:367616
    • 提供者:ww
  1. LRU

    0下载:
  2. 虚拟内存中的LRU算法,有需要的可以拿去参考一下啊-Virtual memory in the LRU algorithm, there is a need to be taken to refer to the ah
  3. 所属分类:压缩解压

    • 发布日期:2024-05-04
    • 文件大小:46080
    • 提供者:海阔天空
  1. LRU

    0下载:
  2. java语言编写的,模拟LRU内存调换算法的程序-java language, simulated LRU memory replacement algorithm procedure
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:lilun
« 12 3 4 5 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org