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

搜索资源列表

  1. Page_Replacement_Algorithm

    0下载:
  2. Page Replacement Algorithm (FIFO and LRU) Simulator and table generator
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:859607
    • 提供者:Danielpinov
  1. yemianzhihuansuanfa

    0下载:
  2. MFC实现页面置换,可视化! 先入先出法(FIFO) 最优置换算法(OPT) 最久未使用算法(LRU)-AppWizard has created this group_20 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writ
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1926505
    • 提供者:营私
  1. lru

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

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

    0下载:
  2. 操作系统课程设计,关于fifo、opt、lru-jhh
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1755
    • 提供者:影子
  1. LRU

    0下载:
  2. 应用于数据库系统中的缓冲区LRU管理算法-Database system used LRU buffer management algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:3581
    • 提供者:zhaohui
  1. Lru

    0下载:
  2. Lru调度算法实现 在控制台上输入物理块数跟页号-Lru scheduling algorithm to enter the console with the page number of physical blocks
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1271
    • 提供者:huangzhen
  1. gx

    0下载:
  2. LRU算法实现,简单的小程序,方便初学者使用-LRU algorithm, a simple small program, easy for beginners to use
  3. 所属分类:Other systems

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

    0下载:
  2. calculate the LRU of cache based on VC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:172661
    • 提供者:thirtyfive
  1. os

    0下载:
  2. 采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响; 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟; -By page type allocation of storage solutions, were calculated by the hit rate of different algorithms to com
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:4482
    • 提供者:kkk
  1. xunicunchuqi

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2332
    • 提供者:aihao
  1. LRU

    0下载:
  2. 操作系统中的LRU页面置换算法,用堆栈的方法实现,可以运行-Operating system LRU page replacement algorithm, the method used to achieve the stack, you can run. . . . .
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1611
    • 提供者:wtg
  1. LRU

    0下载:
  2. LRU置换算法 例如:进程P有5个页,进程访问页的顺序为:4,3,2,1,4,3,5,4,3,2,1,5;如果在内存中分配给该进程3个页面,则缺页情况如下:-LRU that chose the last not invite page that we need to change from the out to the in memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:6596
    • 提供者:jin luye
  1. LRU

    0下载:
  2. LRU算法,学习操作系统必须的!如果你是学的的计算机-zhi you xiang bu dao de
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:12413
    • 提供者:逐风
  1. 1lur

    0下载:
  2. LRU算法,学习操作系统的必须要,如果你是的话-ru guo ni shi xue xi cao zuo xi tong de
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:12415
    • 提供者:逐风
  1. LRU-FEL

    0下载:
  2. LRU算法,学习计算机并必须的,操作系统必须的-zhen de xiang yao ma ,na jiu gan kuai xing dong ba
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:12680
    • 提供者:逐风
  1. lru-page

    0下载:
  2. LRU page replacement technique-LRU page replacement technique........
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:841
    • 提供者:Nitin
  1. SimpleLRUalgorithm

    0下载:
  2. 最简单的LRU算法实现,就是利用jdk的LinkedHashMap,覆写其中的removeEldestEntry(Map.Entry)方法即可-Simple LRU algorithm is to use jdk' s LinkedHashMap, override one of the removeEldestEntry (Map.Entry) method can be
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-04
    • 文件大小:10438
    • 提供者:张婕
  1. lru.c.tar

    0下载:
  2. 操作系统内存管理--LRU方式,C语言实现-Operating system memory management- LRU way, C language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:592
    • 提供者:张明蔚
  1. LRU

    0下载:
  2. LRU页面淘汰算法模拟程序(源码) 产生一个进程的大小,构建页表并对页表进行初始化,随后生成访问的指令地址流(是一系列需要访问的指令的地址)。不失一般性,可以适当地(人工指定或随机数产生器)生成这个序列,使得 50%的指令是顺序执行的,50%的指令均匀地散布在前后地址部分。 每访问一个地址时,首先要计算该地址所在的页的页号,然后查页表,判断该页是否在主存——如果该页已在主存,则打印页表情况;如果该页不在主存且页表未满,则调入一页并打印页表情况;如果该页不足主存且页表已满,则按页面淘汰算
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1898496
    • 提供者:jennif
  1. LRU

    0下载:
  2. 操作系统LRU算法,通过C语言进行实现,在VC6.0下已经调试通过-Operating system LRU algorithm, C language implementation has been debugged in under VC6.0
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:910
    • 提供者:张三
« 1 2 3 45 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com