新买的书,完整打包。第二章,最小硬件系统设计及调试 第三章CCS工具及代码优化 第四章集成外设及DSP/BIOS应用实例 第5章软件无线电接收机设计实例 第6章实时语音信号处理系统设计实例 第7章 实时在线仿真系统设计实例 第8章 图像采集系统设计实例 第9章 便捷的系统升级模块实例 第10章 移动电话设计实例
标签:
上传时间: 2014-01-06
上传用户:VRMMO
精简的sdram读写控制器例子,适用于数据采集系统,verilog,只支持burst方式的读写
上传时间: 2014-01-25
上传用户:z1191176801
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
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
介绍串行时钟芯片DS1305的功能、结构及其利用DS1305设计的电源开关电路,可使数据采集系统平时处于关闭状态。定时开启时系统上电,进行数据采集;一次工作结束时关闭开关,系统断电
上传时间: 2015-06-12
上传用户:13160677563
TLC2543的中文简介,附有汇编操作,TLC2543是德州仪器公司生产的12位开关电容型逐次逼近模数转换器,它具有三个控制输入端,采用简单的3线SPI串行接口可方便地与微机进行连接,是12位数据采集系统的最佳选择器件之一。本文介绍了该芯片的功能、时序,并给出了8051单片机的接口电路。
上传时间: 2014-11-29
上传用户:caozhizhi
上下文无关文法(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
近几年来,全球通信技术的发展日新月异,尤其是无线通信技术的发展速度与应用领域已经超过了固定通信技术,呈现出如火如荼的发展态势。它具有无需架设传输线、网络部署迅速便捷、运行可靠和调试简单等优点。其中最具代表性的蜂窝移动通信技术,使人们可以随时随地实现语音通信、短信息传输等。但对于中短距离的自动化数据采集系统、计算机遥测遥控系统、车辆监控系统、小区智能管理和矿工定位等领域,移动通信系统的安装、运行成本是比较高的,因此笔者给出了一种低成本、具有短信息和语音传输功能的无线监控系统设计方案
标签:
上传时间: 2014-01-22
上传用户:wang5829
用C51编写的现场总线多机通讯程序,这个程序调试通过,现在应用在微机数据采集系统中。
上传时间: 2014-01-10
上传用户:徐孺