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

搜索资源列表

  1. pusula

    0下载:
  2. 对页面置换算法的模拟分析,包括FIFO,LRU,OPT,LFU,NUR-right pages replacement algorithm simulation analysis, including FIFO, the LRU, OPT, LFU, NUR
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7.23kb
    • 提供者:王晓萍
  1. OS课题设计

    0下载:
  2. 任务 设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 (1)先进先出的算法(FIFO) (2)最近最少使用算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (5)最近最不经常使用算法(NUR) 命中率=(1 – 页面失效次数)/页地址流长度-mission design a virtual memory storage area and the work area and to use the following algorithm to visit
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.58kb
    • 提供者:东方少秋
  1. suanfa.rar

    2下载:
  2. (3)计算并输出下述各种算法在不同内存容量下的命中率。 ①先进先出算法FIFO ②最近最少使用算法LRU ③最佳淘汰算法OPT:先淘汰最不常用的页地址 ④最少访问页面算法LFU ⑤最近最不经常使用算法NUR ,(3) calculate and output a variety of algorithms in different memory of the percentage of hits. FIFO FIFO ② ① algorithm least recently used
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:5.81kb
    • 提供者:毕言朋
  1. cache_replacement

    0下载:
  2. Cache 替换算法,结合LRU和LFU的一个替换算法-Cache replacement algorithm, combined with LRU and LFU replacement algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3.57kb
    • 提供者:harry
  1. cache

    0下载:
  2. (1)FIFO:First In First Out,先进先出 (2)LRU:Least Recently Used,最近最少使用 (3)LFU:Least Frequently Used,最不经常使用-(1)FIFO:First In First Out (2)LRU:Least Recently Used (3)LFU:Least Frequently Used
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:637.69kb
    • 提供者:鲁龙年
  1. fifo

    0下载:
  2. c语言实现内存调度 FIFO LFU LRU 基于vc6.0 -c language memory-based FIFO LFU LRU scheduling vc6.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1.22kb
    • 提供者:小弟
  1. PageChange

    0下载:
  2. 页面置换算法演示及其性能测试系统: 1最佳适应(Optimal) 2先进先出(FIFO) 3最近最久未使用(LRU) 4最少使用(LFU) 5内存页面数配置 6输入测试- the system of Page replace arithmetic demo and to testing of the capability
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:14.34kb
    • 提供者:zhhuo
  1. memoryanalog

    0下载:
  2. 模拟内存页面置换的五个算法fifo,opt,lfu,lru,clock-Analog memory page replacement
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:244.98kb
    • 提供者:胡扯蛋
  1. 11

    0下载:
  2. lfu and fifo and optimal algoritm comparison
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.02kb
    • 提供者:ali.saadat81
  1. yeshicunchuguanli

    0下载:
  2. 操作系统页式存储管理的FIFO,LFU算法-Page memory management of the operating system, FIFO, LFU algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1kb
    • 提供者:李宇
  1. jinchengguanlidiaoducunchuguanli

    0下载:
  2. 实验一 进程管理 1.目的和要求    加强对进程概念的理解。 2.实验内容    至少要有:创建新的进程;查看运行进程;换出某个进程;杀死运行进程以及进程之间通信等功能。 3.实验环境    Windows、DOS系统    TC语言 实验二:进程调度 【实验内容】 设计一个有 N个进程共行的进程调度程序。      进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 实验三 存储管理
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:363.49kb
    • 提供者:张亭亭
  1. Page_Replacement

    0下载:
  2. 模拟页面置换算法,通过随机产生序列运用FIFO LRU LFU OPT对其进行置换-Simulation page replacement algorithm, randomly generated sequences use FIFO LRU LFU OPT its replacement
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:2.34mb
    • 提供者:123
  1. page-replacement

    0下载:
  2. 操作系统: 页面置换模拟程序设计 2,实现的功能:实现了页面置换模拟程序设计中的FIFO算法。 3,说明:由于产生页面的访问序列非常耗时,所以此程序产生的页面访问序列是使用产生0--319个数,然后打乱,形成类似的随机指令和页面访问序列。 4,BUG:由于其他的(诸如OPT,LRU,LFU)的算法只是页面的置换方式不同,故只写出了FIFO算法,其他的类似。 -Operating System: page replacement simulation prog
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:293.47kb
    • 提供者:天蓝
  1. lfu

    0下载:
  2. LFU算法,页面置换算法,随机生成页号,计算缺页次数和缺页率-The LFU algorithm, the page replacement algorithm, randomly generated page number, calculate the number of page faults and page fault rate
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1.42kb
    • 提供者:lpz
  1. LFU

    0下载:
  2. LFU算法,页面置换算法,随机生成页号,可选择手动输入,计算缺页次数和缺页率-The LFU algorithm, the page replacement algorithm, randomly generated page number, can choose manual input, calculating the number of page faults and page fault rate
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1.88kb
    • 提供者:lpz
  1. LFU

    0下载:
  2. 是flu算法 是在命令行中输入数据流来进行调度,有计算缺页率。不是从txt中读取。是为了。LFU是最近最不常用页面置换算法(Least Frequently Used),也就是淘汰一定时期内被访问次数最少的页!要求在页置换时置换引用计数最小的页,因为经常使用的页应该有一个较大的引用次数-Main page scheduling algorithm: FIFO, least recently used scheduling algorithm (LRU), least recently used
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:4.88kb
    • 提供者:Alice zang
  1. memman.c.tar

    0下载:
  2. 模拟实现操作系统中的页面置换算法,包括FIFO,OPT,LRU,LFU,NRU算法-An analog implementation, the operating system page replacement algorithms, including FIFO, OPT, LRU, LFU, NRU algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.16kb
    • 提供者:刘丹阳
  1. yemianexhchange

    0下载:
  2. c 语言实现页面置换的四种算法,包括FIFO算法,LRU算法,LFU算法和NUR算法-c language four page replacement algorithms, including FIFO algorithm, LRU algorithm, LFU algorithm and NUR algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:凉茶
  1. fifo101

    0下载:
  2. c语言实现内存调度 FIFO LFU LRU 基于vc6.0 -c language memory-based FIFO LFU LRU scheduling vc6.0
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.26kb
    • 提供者:zhao6156824
  1. Analog-page-storage-system2

    0下载:
  2. 模拟页式存储系统,模拟内存的页式管理中FIFO、LRU、LFU、OPT置换算法的实现。-The realization of FIFO, LRU, LFU and OPT replacement algorithms in the page management of analog memory is simulated by the page type storage system.
  3. 所属分类:Button control

    • 发布日期:2017-05-11
    • 文件大小:2.42mb
    • 提供者:冯星伟
搜珍网 www.dssz.com