μC/OS-Ⅱ读做"micro C O S 2",意为"微控制器操作系统版本2"。世界上已有数千人在各个领域使用μC/OS,例如,照相机行业、医疗器械、音响设施、发动机控制、网络设备、高速公路电话系统、自动提款机、工业机器人等等。很多高等院校将μC/OS用于实时系统教学
上传时间: 2015-06-13
上传用户:wkchong
上下文无关文法(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
Mic roch ip(美国微芯科技公司)近日宣布推出PICDEM Z 2 .4GHz 演示工具包。该工具包支持Zi gBe e 标准协议,用以开发无线 网络控制及监控应用。Microchip 的PICDEM Z 平台通过提供可轻易集成到无线产品上的硬件及免费ZigBee 协议软件堆栈,协助客户更 快地实现ZigBee 设计。此外,Microchip 提供30 多款支持ZigBee 软件堆栈的PIC18 8 位单片机。这些单片机具备以电池供电的ZigBee 应用所需的主要功能,包括纳瓦 (n anoWatt) 功耗管理及自编程闪存程序存储器。
上传时间: 2015-10-26
上传用户:CHINA526
关于MPEG2格式传输协议文档,对于哪些要从事DVB、网络视频音频等等的人来说,是一个不可多得的教材。
上传时间: 2014-12-22
上传用户:zhichenglu
采用FLASH MEDIA SERVER 几乎,FLASH网络视频聊天,供初学测试
上传时间: 2014-01-03
上传用户:liuchee
一个很实用的DNS域名解析DNS,用于网络视频服务器中。
标签: DNS
上传时间: 2014-01-13
上传用户:BOBOniu
近年来,防火墙在网络中得到了广泛的应用。它能够比较有效地防范病毒与黑客的攻击,保护网络的安全。但是也带来了一些不利影响,使一些需要进行网络通信的应用软件系统不能正常工作。本文结合作者的工作,介绍了一个解决方案。并且重点介绍了通过HTTP Tunneling技术使用基于文本的HTTP协议传送二进制数据的方法。
标签:
上传时间: 2015-12-18
上传用户:BOBOniu
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
《VisualC++小波变换技术与工程实践》本书从实用以及程序开发的角度讲解小波变换的基础理论和编程实现,并展开讨论它在诸多领域中的应用。 全书共11章,内容包括:小波变换基础、小波与数字信号处理、小波变换与语音处理、图像的小波变换、小波变换与数字图像处理、图像编解码应用、网络图像渐进传输实用案例、小波变换在数字视频处理中的应用、小波分形的应用、数字水印的应用和网络视频回放应用案例。
上传时间: 2016-10-17
上传用户:weixiao99