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

搜索资源列表

  1. page-replacement-algorithm

    0下载:
  2. 使用c++语言设计一个基于MFC的程序,模拟页式存储管理中FIFO、LRU、LFU、OPT四页面置换算法运行的过程。-Use c++ language to design a process to run the algorithm based on the MFC, Analog page memory management FIFO, LRU, LFU, OPT four-page replacement.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:6800396
    • 提供者:杨婧伟
  1. Page-Scheduling-varellow

    0下载:
  2. 操作系统页面调度算法仿真,包括FIFO,LRU,OPT,LFU,MFU等-Operating system paging algorithm simulation, including FIFO, LRU, OPT, LFU, MFU, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2629
    • 提供者:Yuanfu Luo
  1. ComArch

    0下载:
  2. 可视化Cache模拟器,实现了多种功能,可选择写回/不写回、LRU/FIFO/RAND,直写/写缓存等方式-An visiable Cache simulator
  3. 所属分类:.net

    • 发布日期:2017-05-12
    • 文件大小:3059513
    • 提供者:yuzhuolong
  1. OS

    0下载:
  2. 操作系统的银行家算法,随机产生页面,FIFO和LRU两种算法-Operating system bankers algorithm, randomly generated page, FIFO and LRU two algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2158
    • 提供者:玉璇
  1. MemoryManagement

    0下载:
  2. java 模拟CPU系统调页,每个页面可存放10条指令,分配给一个作业的内存块为4。模拟一个作业的执行过程,该作业有320条指令,即它的地址空间为32页,采用FIFO、LRU算法,并计算缺页率-java simulation CPU system paging, each page can hold 10 instructions, the job is assigned to a memory block 4. Simulated execution of a job, the job has
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:36972
    • 提供者:
  1. LRU

    0下载:
  2. 操作系统实验课C语言实现的实验简单的最久未使用算法-The most-recently-used experimental simple algorithm operating systems experimental class C language
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:284664
    • 提供者:shichang
  1. MemoryManagement

    0下载:
  2. 内存管野:请求调页处理方式,采用LRU和FIFO两种算法-Memory management field: demand paging approach, using two algorithms LRU and FIFO
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:18122
    • 提供者:刘蕊
  1. LruCacheUnitTests

    0下载:
  2. Lru Cache Unit Tests Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:729
    • 提供者:sameiyer
  1. LRUDemo

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

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

    0下载:
  2. 根据操作系统虚拟内存的分页请求管理过程编写的一个程序,包括了Optimal,FIFO,LRU三种算法的详细过程-Depending on the operating system virtual memory paging request management process of writing a program, including a detailed process of Optimal, FIFO, LRU three algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:533832
    • 提供者:JChubby
  1. system

    1下载:
  2. 页式存储管理模拟 描述:根据虚地址中的用户号和虚页号同时查快表和慢表,当快表中存在此虚页号,就读出实页号,并计算主存实地址。如果所需页面没有在快表当中,等待慢表的访问结果,如果慢表中也不存在(装入位=0)怎产生缺页中断,调入所需页面,如果主存有空闲页面,则直接调入,否则使用LRU替换算法淘汰主存中某一页,调入新的页面,并更新快表。-Page storage management simulation Descr iption: while the investigation fast and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1191
    • 提供者:高昊
  1. OS_Memery_Management

    0下载:
  2. 操作系统内存管理的淘汰算法模拟(C语言描述,FIFO,LRU,OPT的算法实现及其它算法介绍)-Elimination algorithm simulation operating system memory management (C language descr iption, FIFO, LRU, OPT algorithm and other algorithms introduced)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:67314
    • 提供者:kqss
  1. LinkedHash

    0下载:
  2. LRU(近期最少使用算法)(双链表-Hash实现),有需要的朋友可以拿来使用(C#)-LRU (least recently used algorithm) (doubly linked list-Hash realized), a friend in need can use use (C#)
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1431
    • 提供者:周宾
  1. fifo

    0下载:
  2. 页面置换算法 支持:FIFO,LRU,clock算法,最佳置换算法-Page replacement algorithm supports: FIFO, LRU, clock algorithm, the optimal replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1803
    • 提供者:joe
  1. lru

    0下载:
  2. least recently used page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:525
    • 提供者:ppdat
  1. LRU.C.tar

    0下载:
  2. least recently used page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:822
    • 提供者:sam
  1. i915_gem_evict

    0下载:
  2. The goal is to evict objects and amalgamate space in LRU order.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2210
    • 提供者:pengxuehun
  1. segment-page

    0下载:
  2. 段页式虚拟设计管理 用于操作系统课程设计作业,可支持LRU和FIFO访问-Virtual Design Management section page
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3588
    • 提供者:yufan
  1. page

    0下载:
  2. 理解内存页面调度的机制,在模拟实现FIFO、LRU、OPT算法的基础上,比较各种置换算法的效率和优劣,从而了解虚拟储存的实现过程-Understanding of the mechanisms of memory paging, on the basis of the simulation to achieve FIFO, LRU, OPT algorithm, compare the pros and cons of replacement algorithm efficiency and t
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1369
    • 提供者:林静
  1. os2

    0下载:
  2. 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -Implementation paged memory address translation process, on the basis of the implementation of demand paging address translation.Implement type in the address trans
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:980535
    • 提供者:ltc
« 1 2 ... 18 19 20 21 22 2324 25 26 27 »
搜珍网 www.dssz.com