先进先出存储器,FIFO
1)FIFO[英]['fa?f??][美]['fa?fo]先进先出存储器
1.Methods Through the control of non-standard video signal AD sampling data read-write succession in FIFO,800 digital sampling data was output(output resolution:800×600,refresh rate:60Hz)in the period of every line of effective signal.方法:在分析了FPGA器件特点及非标准医学视频信号特性的基础上,通过对先进先出存储器(FIFO)中非标准视频A/D采样数据读写时序的控制,使得在每行的有效信号时间段内,输出800个数字采样数据(输出分辨率为800×600、刷新频率60 Hz),由输出模块将这800个数字数据与行、场同步信号一起组合成标准的VGA信号。
2.In this paper,we discuss a FIFO memory electrocircuit,which is designed from the top down and have been fabricated successfully.文中的设计思想和具体的逻辑电路可以通用于所有先进先出存储器的设计。
3.The fluctuation of incoming and outcoming data streams of MSA(Multiplex Section Adaptation Function) in SDH is analyzed and an algorithm to generate data monitoring signals in FIFO(First in First out memory) is put forward in this paper.本文分析了光纤通信同步数字体系SDH(SynchronousDigitalHierarchy)中复用段适配功能 (MSA :MultiplexSectionAdaptationFunction)模块的输入、输出数据流的波动 ,提出了一种产生其中的先进先出存储器 (FIFO)数据量监控信号的算法 。
英文短句/例句

1.A set of stored data in which the first item to be retrieved is the one stored earliest.先进先出存储器一组存储数据,其中最先输出的项目是最先存入的
2.first-in first-out buffer memeory先进先出缓冲存储器
3.push down memory下推存储器后进先出存储器
4.A storage area (buffer) in which the first item stored is the first item output (FIFO).一种先进先出(FIFO)存储缓冲区。
5.Use a first-in, first-out (FIFO) inventory system to prevent full containers from being stored for long periods of time.使用先进先出库存系统,防止满瓶储存过长时间。
6.A set of data stored in a computer, in which the first item to be retrieved is the one most recently stored.后进先出存储器存入计算机的一组数字,其中最先输出是最新存入的数据
7.firstin firstout method of inventory costing存货成本先进先出法
8.first-in first-out costing of inventory存货先进先出计价法
9.Research on First in -First out & Last in-First out in pricing inventory;浅谈存货计价的先进先出法与后进先出法
10.lastin firstout method of inventory costing存货成本后进先出法
11.The Design of Advanced FLASH Memories with Nano-Crystals Floating-Gate;基于纳米晶粒浮栅结构的先进FLASH存储器的设计与模拟
12.The display has a memory card interface that can store and retrieve pre-recorded data such as maps, reconnaissance information and mission plans.这种显示器配有存储卡接口,能够储存并回读出预先录制的数据,如地图、侦察信息和任务规划等。
13.Use a first-in first-out system.采用先进先出库存管理系统。
14.Use a first-in first-out (FIFO) system.采用先进先出(FIFO)库存管理系统
15.carry (storage) register进位(存储)寄存器
16.She composes an answer, using prepared paragraphs that are in the computer's memory.她利用存储在计算机存储器中的事先准备好的段落编写复信。
17.RAID uses advanced storage technique for data safety and quick storage.磁盘阵列是采用先进的存储技术,可实现数据安全、速的存储。
18.The mote can conserve power by storing and aggregating sensor readings, rather than sending them out immediately.与其把数据立刻传输出去,尘粒可先储存并汇整感测器的读数,藉此节省电力。
相关短句/例句

nesting storage后进先出存储器
3)(FIF0)memory先进先出(FIF0)存储器
4)FIFO[英]['fa?f??][美]['fa?fo]先进先出存储器(FIFO)
5)high speed first-in-first out(FIFO) memory高速先进先出(FIFO)存储器
6)FIFO[英]['fa?f??][美]['fa?fo]先入先出存储器
延伸阅读

先进先出缓冲器先进先出缓冲器first-in, first-out buffer, FIFO x ianjin xianehu huanehongqi先进先出缓冲器(n招t-in,first-out buffer,FIFO)按照先存进的数据先被读出的原则进行存取的缓冲存储器。 FIF(〕具有独立的输人数据线和输出数据线,其输人数据的速率与输出数据的速率可以不一样。作为一种存储部件,FIFO与一般的随机存取存储器的不同之处在于它没有地址线。使用者不知道也不必知道数据应写人存储器的什么位置或从什么位置读出,因为从FIF()中输出数据的顺序与输人数据的顺序完全相同,实际上所有存人的数据都只能被访问1次。 FIF〔)可以用作两个速度不同的部件之间的接口缓冲器。这时,FIF〔)从源部件处以某种速率接收数据,而以另一个速率向目的部件传送数据。如果源部件的速度较慢,则FIFO可能会变空;否则,FIF,O可能会满。当FIR)空时,目的部件必须等待;当FIR〕满时,源部件必须等待。所有这些,都是通过FIF()本身的输入就绪和输出就绪信号实现的。尤其是当源数据以突发方式产生,而两次突发传输之间有一定间隔时,FIFD的作用更为明显。FIF()的满空信号与中断机制相结合,有助于提高按异步方式进行通信的两个部件的工作效率。FIR)芯片都有较大的存储容量,且除了提供满和空信号外,还提供半满和半空信号。这些都为合理的系统设计提供了帮助。(唐志敏)