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

搜索资源列表

  1. FIFOexperience

    0下载:
  2. 华为内部关于FIFO的经验之谈,深入了解FIFO-Huawei on the FIFO' s internal experiences
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:516500
    • 提供者:王辉
  1. project

    0下载:
  2. 请求分页管理。比较fifo,lru,opt算法的缺页率,调页数,置换数-Demand paging management. Comparison fifo, lru, opt algorithm missing pages rate, adjusting the number of pages, the number of replacement
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:216279
    • 提供者:高鹏
  1. code

    0下载:
  2. Simulation and Synthesis Techniques for synchronous FIFO Design
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:2140
    • 提供者:kevin
  1. qqfy

    0下载:
  2. 操作系统的页面置换算法,FIFO,LRU-Operating system page replacement algorithm, FIFO, LRU
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3077
    • 提供者:叶相延
  1. leap-year

    0下载:
  2. 一个FIFO设计的例子,例子简单,但很经典。 是学好数字设计的好开端。-A FIFO design examples, example of simple, but very classic. Learn digital design is a good start.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:797
    • 提供者:Benson
  1. fifo

    0下载:
  2. 银行家算法是从当前状态出发,逐个按安全序列检查各客户中谁能完成其工作,然后假定其完成工作且归还全部贷款,再进而检查下一个能完成工作的客户。如果所有客户都能完成工作,则找到一个安全序列,银行家才是安全的。 ♦ 与预防死锁的几种方法相比较,限制条件少,资源利用程度提高了。 -Banker s algorithm is a departure from the current state, one by one according to the security check seq
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1285
    • 提供者:赵与
  1. chucun

    0下载:
  2. 设计一个虚拟存储区和内存工作区,并使用下列算法计算页面失效次数. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OPT) 在本实验中,页地址流长度为320,页面失效次数为每次访问相应指令时,该指令所对应的页不在内存的次数。 -Design of a virtual memory storage area and work area, and use the following algorithm for calculating
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:2090
    • 提供者:lishuai
  1. FIFO

    0下载:
  2. 大家可以参考一下啊-We can look at ah
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:45925
    • 提供者:海阔天空
  1. os

    0下载:
  2. 设计一个请求页式存储管理方案。并编写模拟程序实现。 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 具体的做法可以是: 产生一个需要访问的指令地址流; 指令合适的页面尺寸(例如以 1K或2K为1页); 指定内存页表的最大长度,并对页表进行初始化;
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1779
    • 提供者:刘祥
  1. workplace

    0下载:
  2. 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:83018
    • 提供者:lzh
  1. zhihuan

    0下载:
  2. 操作系统实验 页面置换 fifo LRU 最优页面调度算法opT-Experimental operating system fifo LRU page replacement algorithm for optimal scheduling page opt
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:1657
    • 提供者:bill
  1. xunicunchuqi

    0下载:
  2. 虚拟存储器的实现,当发生缺页中断时,采用先进先出算法调度!-The realization of virtual memory, page fault occurs when using FIFO scheduling algorithm!
  3. 所属分类:操作系统开发

    • 发布日期:2017-04-13
    • 文件大小:2158
    • 提供者:王一
  1. T-SQL

    0下载:
  2. 所属分类:Delphi VCL

    • 发布日期:2017-04-13
    • 文件大小:2507
    • 提供者:hfm
  1. AsynchronousFIFO

    0下载:
  2. this is a source code design fifo assynchronus
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1851
    • 提供者:minh
  1. VERILOGFIFO

    0下载:
  2. FIFO的verilog描述-Verilog descr iption of the FIFO
  3. 所属分类:操作系统开发

    • 发布日期:2017-04-15
    • 文件大小:4866
    • 提供者:梁竹
  1. PageReplacement

    0下载:
  2. 实现了几种内存页面置换算法,有最佳置换算法和先进先出置换算法,还有LRU置换算法。-To achieve a number of memory page replacement algorithm, the best replacement algorithm and FIFO replacement algorithm, as well as LRU replacement algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:52141
    • 提供者:zhouyunkai
  1. 123

    0下载:
  2. 该文件是16*16位先入先出fifo的源代码-The document is 16* 16-bit FIFO fifo source code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:660
    • 提供者:whywhy
  1. fifo5

    0下载:
  2. 非常好的关于fifo的中文资料,供大家分享-Very good information on the Chinese fifo for everyone to share
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:476511
    • 提供者:娃娃
  1. async_fifo

    0下载:
  2. 关于fifo设计的英文文档,非常有用,供大家参考-Fifo design on the English document, very useful
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:213192
    • 提供者:娃娃
  1. 2008911133113294

    0下载:
  2. 非常有用的fifo源码,本人测试通过,非常好-Fifo a very useful source, I tested, very good
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:617824
    • 提供者:娃娃
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »
搜珍网 www.dssz.com