虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

用八块8*<b>8led</b>点阵显示小时

  • 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P)

    上下文无关文法(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

  • 这是一个很实用的字模转换工具

    这是一个很实用的字模转换工具,能实现多种功能,包括把图形转换为字模等等,用了它就方便了在做点阵显示时候的编码问题。

    标签: 字模 转换

    上传时间: 2013-12-24

    上传用户:hebmuljb

  • 单片机控制的键盘显示

    单片机控制的键盘显示,能够输入8个数字。led显示,自动左移,可以用proteus仿真

    标签: 单片机控制 键盘显示

    上传时间: 2013-12-19

    上传用户:lili123

  • 用汇编语言所编

    用汇编语言所编,在屏幕上显示时钟,并且可以实时刷新,适合初学汇编者

    标签: 汇编语言

    上传时间: 2015-10-29

    上传用户:aig85

  • 用51单片机内部定时器实现数字钟功能

    用51单片机内部定时器实现数字钟功能,可以显示小时,分,秒,误差很小。

    标签: 51单片机 定时器 数字

    上传时间: 2014-09-08

    上传用户:dsgkjgkjg

  • YM12864R 汉字图形点阵液晶显示模块

    YM12864R 汉字图形点阵液晶显示模块,可显示汉字及图形,内置8192 个中文汉字(16X16 点阵)、128 个字符(8X16 点阵)及64X256 点阵显示RAM(GDRAM)。

    标签: 12864R 12864 YM 汉字

    上传时间: 2013-12-25

    上传用户:开怀常笑

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    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)

    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

  • 篮球赛电子计分牌是一个现在经常可以看见的一个产品

    篮球赛电子计分牌是一个现在经常可以看见的一个产品,本次设计的题目要求基本内容如下:(其中 的第六点是一个补充不做具体的要求)。 (1)采用 LED 数码管显示。 (2) 显示球队英文名称,学有余力的同学可以考虑显示中文名称(选择 LED 点阵)。 (3) 显示比分,用 3 位表示。 (4) 显示比赛剩余时间,进攻剩余时间,这些时间变为 0 的时候发出相应警报

    标签: 电子

    上传时间: 2014-01-06

    上传用户:372825274

  • 整体思路 用createkey.java 文件来产生秘钥

    整体思路 用createkey.java 文件来产生秘钥,用jiami.java 文件来实 现加密,用jiemi.java 文件来实现解密,用BigInteger.java 来实现 大数的表示及运算,用rsa.java 来实现前端图形界面显示。有关函 数见五个文件里的具体实现。

    标签: createkey java

    上传时间: 2014-01-03

    上传用户:lwwhust