CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - FIFO

搜索资源列表

  1. SFLASH

    0下载:
  2. FT2232L DUAL USB UART/FIFO I.C. FLASH TOOL
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:7189
    • 提供者:LinTong
  1. ConsoleFIFOPolling

    0下载:
  2. Defines the entry point for the PCI3E Polling FIFO Buffer demo
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2471396
    • 提供者:Sandeep
  1. ad

    0下载:
  2. 程序是本人亲测,可实现fpga对ads804的高速数据采集,和输出。利用了fpga的fifo和ad芯片每六个时钟数据更新一次的原理-The program I pro-test, the FPGA the ads804 high-speed data acquisition and output. The principle of use fpga fifo and ad-chip is updated once every six clock data
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2700187
    • 提供者:阮志强
  1. Clifford-E.-Cummings-paper

    0下载:
  2. Clifford E. Cummings论文合集,其中关于FIFO的设计很经典-Clifford E. Cummings collection of papers, on the FIFO design classic
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:2026034
    • 提供者:
  1. fifo_module

    0下载:
  2. verilog 语言写的FIFO历程,可以很好参考。 -The write FIFO verilog language course, a good reference.
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:540146
    • 提供者:wns
  1. kh

    0下载:
  2. book for fifo buffer
  3. 所属分类:Software Testing

    • 发布日期:2017-12-07
    • 文件大小:11894088
    • 提供者:jack abraham
  1. fifo_232

    0下载:
  2. 基于fpga串口fifo设计,经本人测试,可用-Fpga serial fifo design after my test, available
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:783146
    • 提供者:高月华
  1. Lecture_07-(Queues)

    0下载:
  2. The queue structure is a simple structure like the stack. The difference from the stack is that the first elements to enter the queue get processed first. That is, service requests get added to the end of the list. That is why, it is also defined
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:346964
    • 提供者:Nameless
  1. CummingsSNUG2002SJ_FIFO1_rev1_1

    0下载:
  2. Simulation and Synthesis Techniques for Asynchronous FIFO Design
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:119505
    • 提供者:
  1. SRAM_GPIF

    0下载:
  2. 用68013A芯片的GPIF传输模式实现与SRAM的FIFO读写-In 68013 a chip of GPIF transfer mode to achieve FIFO, speaking, reading and writing with SRAM
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:147707
    • 提供者:申轶
  1. FIFO_VHDL

    0下载:
  2. FIFO程序,用来检测硬件平台的搭建是否成功。其中的数据有效位,数据同步收发数据等都非常好-FIFO procedures used to detect the hardware platform to build successful. Where the data valid bit, data synchronization send and receive data and so very good
  3. 所属分类:Software Testing

    • 发布日期:2017-04-02
    • 文件大小:16083
    • 提供者:ggww
  1. ht_fifo

    0下载:
  2. fifo 读写代码,能够进行速率匹配,很好的源代码-verilog hdl
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:126518
    • 提供者:fengsen
  1. UNIX

    0下载:
  2. 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to a
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:28097536
    • 提供者:zhj
  1. 101906

    0下载:
  2. 异步fifo的资料整理 帮助学习fifo的设计-some docs about asyn fifo
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1756641
    • 提供者:heda
  1. Code

    0下载:
  2. SIMULATION OF NETWORK TOPOLOGY USING NS2 Consider the network where T1-T6 are transmitters and R1-R6 are receivers. R1 receives from T1, R2 receives from T2 and so on. B1,B2 and B3 act as bottleneck nodes and also provide for routing of packets
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:125711
    • 提供者:sac kaus
  1. AP-SCCB

    0下载:
  2. cammera fifo memory application note for sccb
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:134655
    • 提供者:req
  1. queuesNew

    0下载:
  2. A queue is a list from which items are deleted from one end (front) and into which items are inserted at the other end (rear, or back) It is like line of people waiting to purchase tickets: Queue is referred to as a first-in-first-out (FIFO) data
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:892232
    • 提供者:ashlafir
  1. Firmware

    0下载:
  2. FIFO scheduling policy of Linux, Thread1 priority is higher Thread2 priority
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:69911
    • 提供者:Baskar.J
  1. USB_Firmware

    0下载:
  2. 68013估价代码,选择SLAVE fifo模式,经过验证的-68013 valuation code, SLAVE fifo mode, proven
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:91178
    • 提供者:xianbinrao
  1. Debugging-summary-of-norflash-P30-

    0下载:
  2. 自己调试norflash P30片子的总结,包含读、写、擦除的状态转换以后与fifo数据交互中出现的问题-Summarize their debugging norflash P30, include reading, writing and erasing the state transition of problems arising the interaction with fifo data later
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:286149
    • 提供者:
« 1 2 3 45 »
搜珍网 www.dssz.com