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

搜索资源列表

  1. FIFO

    0下载:
  2. 简单实现了一个通用的FIFO.先进先出。main函数为检测用。-Simple implementation of a generic FIFO first-in, first-out. The main function of the detection.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1281
    • 提供者:朱代旺
  1. fifo

    0下载:
  2. FPGA Verilog语言编写的fifo模块-The fifo module of FPGA Verilog language
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:13588
    • 提供者:songshiqun
  1. CY7C68013A-Slave-FIFO-read

    0下载:
  2. 实现CY7C68013 slave FIFO与计算机通信的固件程序-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:103091
    • 提供者:文杰
  1. FIFO

    0下载:
  2. 先进先出算法编程,控制台程序,操作系统上面的算法-FIFO algorithm programming, console applications, operating systems, the above algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:860346
    • 提供者:东卓
  1. FIFO

    0下载:
  2. 这是一个在xilinx下运行的关于FIFO的IP核设计的程序。-This is a run on the FIFO xilinx IP core design process.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1210173
    • 提供者:李刚
  1. FIFO-page-replacement-algorithm

    0下载:
  2. ×FIFO页面置换算法 例如:进程P有5个页,进程访问页的顺序为:1,2,3,4,1,2,5,1,2,3,4,5;如果在内存中分配给该进程3个页面,则缺页情况 -FIFO page replacement algorithm such as: process P has five pages, the process to access pages in the order: 1,2,3,4,1,2,5,1,2,3,4,5 If the memory allocation to the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7832
    • 提供者:李亮
  1. fifo

    3下载:
  2. 同步FIFO设计一个同步FIFO,该FIFO深度为16,每个存储单元的宽度为8位,要求产生FIFO为空、满、半满、溢出标志。请采用可综合的代码风格进行编程。-Synchronous FIFO design a synchronous FIFO, the FIFO depth is 16, the width of each memory cell is 8, required to generate the FIFO is empty, full, half full, the overflow
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:541
    • 提供者:王谦
  1. fifo

    0下载:
  2. 异步FIFO实现 verilog代码,利用格雷码消除亚稳态-Asynchronous FIFO realize verilog code, Gray code to eliminate the use of metastable
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:824
    • 提供者:曹伟
  1. FIFO

    0下载:
  2. 关于异步FIFO的原码程序,采用格雷码改善了二进制码带来的不足- ON划词翻译ON实时翻译 On asynchronous FIFO the original code procedures, the use of gray code improves deficiency caused by binary code
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1482
    • 提供者:郭晓溪
  1. fifo

    0下载:
  2. 适合初学者实现数据共享和fifo传输,以便于多线程或者多进程之间数据共享-Suitable for beginners fifo data sharing and transfer, so that data shared between multiple threads or multiple processes
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-26
    • 文件大小:261214
    • 提供者:klou
  1. FIFO

    0下载:
  2. 操作系统中的FIFO算法,使用时请输入文件夹中的data.txt-FIFO algorithm operating system when using please enter folder data.txt
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1139582
    • 提供者:黄子洋
  1. FIFO

    0下载:
  2. 本次设计是完成8bit的数据fifo传输,缓存为8个字节。包含读写功能,能正确实现功能,并通过时序仿真。- The design is complete fifo 8bit data transmission, the cache is 8 bytes. Contains read and write functions, can function properly implemented, and by timing simulation.
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2664670
    • 提供者:dy
  1. FIFO(verilog)

    0下载:
  2. FIFO 的verilog代码,包含测试源码,可以参考学习FIFO的编写-FIFO written with verilog
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1559
    • 提供者:exirrl
  1. FIFO

    0下载:
  2. 1.登录的账号:yangmingyuan 登录的密码:123456 2.物理块数由用户自己输入大小可以随意选定。 3. 在输入请求的页面时候,请依次输入页面号并且页面号之间要用空格隔开,最后不要有空格等其他非数字字符结束。 4.然后单击输入按钮将页面号输入,弹出确定的对话框单击确定,最后单 击开始FIFO按钮开始执行调页算法。在调页过程框中观察具体的调页顺序及调页过程,并且可以观察到缺页数和缺页率的大小。 5.最后单击退出按钮退出该系统。-1. Log in Usern
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2372713
    • 提供者:yangmingyuan
  1. fifo

    0下载:
  2. 使用外部fifo,CY7C68013A USB芯片-readme.txt for FX2_to_extsyncFIFO GPIF FIFO Transactions Auto mode see GPIF Primer section on design examples for operating instructions and details
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-03
    • 文件大小:805262
    • 提供者:许晨瑞
  1. FIFO

    0下载:
  2. FIFO code implemented in VHDL. FIFO is nothing but first in first out data buffer Here i have implement it in VHDL
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:67472
    • 提供者:sam
  1. FIFO

    0下载:
  2. 最近最少使用页面(FIFO)置换算法,是最简单的页面置换算法。这种算法的基本思想是:当需要淘汰一个页面时,总是选择驻留主存时间最长的页面进行淘汰,即先进入主存的页面先淘汰。其理由是:最早调入主存的页面不再被使用的可能性最大。(Recently, the least use of page (FIFO) replacement algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:白茶
  1. 无FIFO摄像头 IO抓取

    1下载:
  2. 通过i/o口模拟时序抓取ov7670的图像(Through the i / o port simulation time to capture the ov7670 image)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:3256320
    • 提供者:DSP菜鸟
  1. opt fifo lru

    0下载:
  2. 调页存储管理,使用opt,lru,fifo三种(Page storage management, using the three kinds of OPT, LRU, FIFO)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:785408
    • 提供者:timmer
  1. FIFO_UVM_VIP

    1下载:
  2. uvm for a synchronous fifo
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:993280
    • 提供者:tylerfan
« 1 2 3 4 56 7 8 9 10 ... 21 »
搜珍网 www.dssz.com