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算法

    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. ava模拟操作系统的lru虚拟内存换页算法

    0下载:
  2. java模拟操作系统的lru虚拟内存换页算法-java simulation of the operating system virtual memory paging algorithm lru
  3. 所属分类:其它源码

    • 发布日期:2017-03-23
    • 文件大小:2288
    • 提供者:Benmerin
  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. java语言编写的,模拟LRU内存调换算法的程序-java language, simulated LRU memory replacement algorithm procedure
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:869
    • 提供者:lilun
  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. 这是一个用java实现的 操作系统的 LRU算法-LRU
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:735
    • 提供者:王震
  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. 基于JAVA的LRU(Least Recently Used 近期最少使用算法)算法实现(Implementation of LRU algorithm based on JAVA)
  3. 所属分类:Java编程

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:一把小刀
  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 ... 27 »
搜珍网 www.dssz.com