等精度频率计的设计,已经在实验箱上运行的。
标签: 等精度频率计
上传时间: 2015-05-21
上传用户:TF2015
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99
vhdl 实现的频率计,可以到实验箱上实现.
上传时间: 2013-12-22
上传用户:lmeeworm
VHDL源代码.设计一个模为4的计数器,并在实验箱上用七段数码管显示结果
上传时间: 2013-12-25
上传用户:zxc23456789
串口芯片8250发送接收的源代码(本源码在M6环境下调试成功,在微机的实验箱上运行良好)。
上传时间: 2013-12-18
上传用户:zuozuo1215
使用VHDL语言编写的简单8位流水线CPU 它有六级流水功能,通过仿真 可以下载到实验箱,也有波形仿真
上传时间: 2013-12-18
上传用户:linlin
上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。
标签: Context-Free Grammar CFG
上传时间: 2013-12-10
上传用户:gaojiao1999
一个有效位为4位的十进制的数字频率计,VHDL语言编写,已在硬件实验箱上实验通过。
上传时间: 2013-12-22
上传用户:weixiao99
实现了智能显示屏的设计。在TC下用C语言编写程序,利用TPC—1实验箱,用一台PC机通过8255A芯片,使8*8 LED二级管上动态显示“信息工程学院”的字样。并且附有详细的设计文档。
上传时间: 2014-01-13
上传用户:s363994250
TMS320C28系列DSP的CAN通讯模块源代码,通过了调试,使学习TMS320C28系列DSP的CAN通讯的好资料。
上传时间: 2014-02-22
上传用户:yuanyuan123