硬件描述语言(VHDL),VHDL
1)VHDL硬件描述语言(VHDL)
2)Hardware description language VHDL硬件描述语言VHDL
3)VHDLVHDL硬件描述语言
1.In this paper, a new method how to implement the flash programming module based onFPGA by VHDL language is proposed and keys are needed to notice when programming.介绍了如何用FPGA可编程器件和VHDL硬件描述语言来实现Flash编程器,以及在编程时需要注意的问题,为Flash的编程提供了一种新的解决方案。
2.A timin system is described using VHDL in this article,the time to be delayed can be controlled by adjusting the frequenct of the clock,which can also be done by setting the frequency divider.用VHDL硬件描述语言设计定时系统,定时采用时钟控制,并用Mealy有限状态机表示定时器的状态,并考虑了控制器的微程序设计实现,然后用VHDL进行了描述,并给出了主要部分的模拟结果。
英文短句/例句

1.To design waveform pulsing with VHDL Hardware DescriPtion Language;用VHDL硬件描述语言设计波形发生器
2.On the Synthetically VHDL Hardware Description Language Under the Max+PlusⅡ Software;基于Max+PlusⅡ平台对VHDL硬件描述语言综合的探讨
3.CHDL (Computer Hardware Description Language)计算机硬件描述语言
4.nonprocedural computer hardware description language非过程计算机硬件描述语言
5.An Exploration on the Teaching Reformation of the HDL Course;“硬件描述语言”课程的教学改革探索
6.The Status Quo and Development of Several Hardware Description Languages;几种硬件描述语言HDL的现状与发展
7.The application of VHDL language in describing and simulating the microprogram design idea;VHDL语言对微程序设计思想的描述及模拟的应用
8.The Research and Development of the Network Courseware for "Verilog HDL Hardware Description Language";《Verilog HDL硬件描述语言》网络课件研究与开发
9.Programmable logic devices and EDA way for hardware description language;可编程逻辑器件及硬件描述语言的EDA方法
10.The application of hardware description language VHSIC in design of ASIC硬件描述语言在专用集成电路设计中的应用
11.Resource Models and Hardware Synthesis for System Level Design Language;资源模型与系统级描述语言的硬件综合
12.A Programmable UART Based on Verilog HDL基于Verilog硬件描述语言的可编程异步收发器
13.Describing basic logic openration in the digital circuit with hard description数字电路基本逻辑运算的硬件语言描述与应用
14.Construction of"Language to Describe"the Teaching of Computer Hardware Platform构建“类描述语言”的计算机硬件教学平台
15.Advanced Boolean Expression Language is a big breakthrough in the development of the electronics system.硬件描述语言是当代电子系统发展的一个重大突破。
16.Research and Implementation of Parallel Logic Simulation System Based on VHDL;基于硬件描述语言的并行逻辑模拟系统研究与实现
17.The Investigation of the Combinatory Logic Circuit Design Based on the ABEL-HDL;基于硬件描述语言ABEL-HDL实现组合逻辑电路的探讨
18.A Survey of Software Architecture Description Language ADL;软件构架描述语言ADL的研究进展
相关短句/例句

Hardware description language VHDL硬件描述语言VHDL
3)VHDLVHDL硬件描述语言
1.In this paper, a new method how to implement the flash programming module based onFPGA by VHDL language is proposed and keys are needed to notice when programming.介绍了如何用FPGA可编程器件和VHDL硬件描述语言来实现Flash编程器,以及在编程时需要注意的问题,为Flash的编程提供了一种新的解决方案。
2.A timin system is described using VHDL in this article,the time to be delayed can be controlled by adjusting the frequenct of the clock,which can also be done by setting the frequency divider.用VHDL硬件描述语言设计定时系统,定时采用时钟控制,并用Mealy有限状态机表示定时器的状态,并考虑了控制器的微程序设计实现,然后用VHDL进行了描述,并给出了主要部分的模拟结果。
4)VHDL hardware description languageVHDL硬件描述语言
5)hardware description language硬件描述语言(VHDL语言)
6)very high speed integrated circuit hardwate description language(VHDL)高速硬件描述语言(VHDL)
延伸阅读

图像描述语言  用于描述图像的一种形式语言。这种语言的句子用表示基元(见模式文法)的终止符、连接算符和括号组成的链表示,它是1969年由C.肖建立的。首先在每个基元上选定两个不同的点,分别标记为头(h)和尾(t),然后规定一个一元算符~和一组二元算符{+,-,×,*},使基元或子模式可在头、尾处连接起来。这些算符的意义如图1。~a是将a的头尾颠倒;a+b是将b的尾与a的头连接;a-b是将b的头与a的头连接;a×b是将b的尾与a的尾连接;a*b是将b的头和尾分别与 a的头和尾连接。四种连接运算所得结果的头和尾都分别是b的头和a的尾。例如,图2上方ɑ,b,c,d表示基元,那么,其下方的图像可以由(b+(b-c)+c+d+(d×(~b))+(~b))*(a+(b+a+(~b))*a+a)描述。设VT={b|b为基元}∪{+,-,×,*,~,(,)},则以VT为终止符集的适当的短语结构文法,能够生成图像描述语言。例如,上下文无关文法G=({S,A,B},{ɑ,b,+,×,(,)},P,S),其中P={S─→B+(B+A)×(A),A─→a+A,A─→ɑ,B─→b+B,B─→b},可以用来对各种尺寸的字符进行描述。图像描述语言可以用链表示某些二维图像,所以在句法模式识别中得到较多的应用。  参考书目   K.S.Fu,Syntactic Pattern Recognition and Applications,Prentice-Hall,Englewood Cliffs, N.J.,1982.