CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - LRU算法

搜索资源列表

  1. FIFOandLRUarithmetic

    0下载:
  2. 最佳页面置换算法,FIFO,LRU的仿真。页面调用和置换过程有动态显示。内存分配页面数目和页面引用串的长度可以进行人工交互输入。 -best pages replacement algorithm, FIFO, the LRU simulation. Page calls and replacement process is dynamic display. Memory allocation of the number of pages and pages cited the lengt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.53kb
    • 提供者:刘利辉
  1. LRU2

    0下载:
  2. LRU对列队的实现,就是实现找出最近最少用的元素的算法.-LRU lined up to the realization that to achieve at least recently used to identify the elements of the algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.86kb
    • 提供者:pcq6959
  1. 页面置换算法fiof_lru

    0下载:
  2. fifo和lru页面置换算法-fifo and LRU algorithm replacement pages
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.84kb
    • 提供者:夏雨
  1. 12344

    0下载:
  2. 模拟银行家算法 页式存储管理如何实现地址转换;进一步认识页式虚拟存储管理中如何处理缺页中断。用C++实现LRU置换算法 -Bankers algorithm simulation storage management page addresses how to achieve the conversion a better understanding of virtual memory management page of how to handle page fault. Using
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:278.28kb
    • 提供者:0
  1. FIFOLRUOPT

    0下载:
  2. 页式管理缺页中断优化FIFO LRU OPT.rar 三种算法-Page-style management page fault FIFO LRU OPT.rar three kinds of optimization algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:428.02kb
    • 提供者:
  1. lru

    0下载:
  2. lru算法,属于操作系统范畴,有c++实现-lru
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:914byte
    • 提供者:doper
  1. LRUsuanfamoni

    0下载:
  2. 1.通过本实验的模拟算法理解和加深页式存储管理的地址变换过程。 2.通过模拟LRU算法加强理解和掌握OS中实现虚拟存储器的关键技术。 -1. Through this experiment, the simulation algorithm and deepen understanding of storage management page address translation process. 2. LRU algorithm through simulation to enha
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:7.79kb
    • 提供者:LIULIU
  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
    • 文件大小:1008byte
    • 提供者:shen6041
  1. page

    0下载:
  2. 操作系统原理,实现页面置换的几个基本算法,包括OPT,FIFO,LRU置换算法。-Operating System Principles, page replacement to achieve a few basic algorithms, including OPT, FIFO, LRU replacement algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.44kb
    • 提供者:li
  1. 6

    0下载:
  2. 页面置换算法理解页面置换算法,实现先进先出(FIFO)置换算法和最久未使用(LRU)置换算法。给出任意的输入流,计算置换次数。-Page replacement algorithms understand page replacement algorithm, first in first out (FIFO) replacement algorithm and least-recently used (LRU) replacement algorithm. Any given input st
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:521byte
    • 提供者:瓜哥
  1. LA2U-Replacealgorithm

    0下载:
  2. 一个项目研究中的缓存替换算法LA2U,在传统访问频率的基础上,考虑了更新频率,性能优于LRU和LFU-A replace algorithm called LA2U,which considers both access rate and update rate ,and performance is better than LRU and LFU
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:236.3kb
    • 提供者:yangjun
  1. LRU--algorithm

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

    • 发布日期:2017-03-29
    • 文件大小:1.82kb
    • 提供者:
  1. yemiandiaodusuanfa

    0下载:
  2. 3种页面置换调度算法 先进先出(FIFO) 最近久未使用(LRU) 最佳(OPT)置换算法-Three kinds FIFO page replacement scheduling algorithms (FIFO) recent lack of use (LRU) Best (OPT) replacement algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.37kb
    • 提供者:颜灏澜
  1. 4zhongyemiandiaodusuanfa

    0下载:
  2. 基于一个虚拟存储区和内存工作区,设计下述算法并计算访问命中率。 1、最佳淘汰算法(OPT) 2、先进先出的算法(FIFO) 3、最近最久未使用算法(LRU) 4、简单时钟(钟表)算法(CLOCK) 命中率=1-页面失效次数/页地址流(序列)长度 -Based on a virtual memory storage area and work area, the following algorithm design and calculate the h
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3.01kb
    • 提供者:颜灏澜
  1. LRUDemo

    0下载:
  2. 使用C#实现操作系统中页面置换算法中的LRU算法-Use C# to achieve the operating system page replacement algorithm LRU algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:25.08kb
    • 提供者:杨竹
  1. rqndom

    0下载:
  2. 页面置换算法代码,语言采用c++,实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大()
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:2kb
    • 提供者:vlivpr
搜珍网 www.dssz.com