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

搜索资源列表

  1. 用C语言实现最近最久未使用(LRU)置换算法

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

    • 发布日期:2008-10-13
    • 文件大小:12087
    • 提供者:刘刚
  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. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5231
    • 提供者:刘刚
  1. LRU页面置换算法模拟 CNBIE

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

    • 发布日期:2008-10-13
    • 文件大小:11592
    • 提供者:22
  1. lru-cache

    1下载:
  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 Cache update accompanied experimen
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14155
    • 提供者:小米
  1. queyejisuan.LRU

    0下载:
  2. 执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。 -implementation procedures, when the main pages can be no deposit, in order to choose out of the main deposit which pages, spare a spa
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4186
    • 提供者:向斯雨
  1. 本程序只要介绍LRU算法

    1下载:
  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.rar

    0下载:
  2. lru page replacement program using c++,lru page replacement program using c++
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:950
    • 提供者:manoj
  1. The-LRU-K-page-algorithm

    0下载:
  2. LRU-k是一个在LRU基础上进行提升的算法,在处理数据队列时,使用了更有效的优先级计算方法-LRU-K is a advanced algorithm based on LRU. It computes the priorities of the data items more accurately and avoid some occasional cases.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1187465
    • 提供者:David Ho
  1. lru

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

    • 发布日期:2017-03-22
    • 文件大小:8471
    • 提供者: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. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-26
    • 文件大小:46392
    • 提供者:海阔天空
  1. LRU

    0下载:
  2. 操作系统内存管理的页面置换算法 LRU 同学做的 已试验过,相当好-os LRU manage
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1899722
    • 提供者:clover
  1. lru

    0下载:
  2. LRU模拟:其基本原理为:如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,再最近未来是不大可能被访问的。-LRU simulation: the basic principles: If a page was visited, which are likely to be visited the other hand, if it is not a long visit, and then the future is unlikely to be a recent vi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:4300
    • 提供者:钟华
  1. lru

    0下载:
  2. lru算法操作系统实验lru算法实验源代码轻松完成实验-lru algorithm lru algorithm experiment experimental operating system source code to easily complete the experiment
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1518
    • 提供者:帆帆
  1. LRU

    0下载:
  2. 操作系统实验当中非常好的LRU算法,不信你自己-Experiments were very good operating system, LRU algorithm, do not believe you could see for himself
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:647
    • 提供者:tom
  1. LRU

    0下载:
  2. 请求页式管理缺页中断模拟设计-- LRU、随机淘汰算法-The requested page-style management page fault analog design- LRU, random elimination algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:122922
    • 提供者:林杰
  1. FIFO-LRU-OPT-Clock

    0下载:
  2. 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:15083
    • 提供者:soong
  1. LRU

    0下载:
  2. 用高级语言模拟页面置换算法LRU,加深对LRU算法的认识。 其基本原理为: 如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm. The basic principle is: If a page is
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:寒修末
  1. LRU算法

    0下载:
  2. 操作系统 LRU算法 实验报告 及 程序代码服务一条龙(Operating system LRU algorithm experiment report and program code, service one-stop)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-14
    • 文件大小:473615
    • 提供者:折颜
  1. array-doubly-linked-lru

    1下载:
  2. 基于数组的LRU队列,可以动态添加与删除元素(In this code, we realize a LRU queue based on an array)
  3. 所属分类:其他

    • 发布日期:2020-04-08
    • 文件大小:1024
    • 提供者:westbrook1122
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com