利用89S52做的数字时钟,年月日显示,具体时间可调,4X4键盘和8伪数码管
上传时间: 2014-01-24
上传用户:咔乐坞
使用1602_LCD AT89S52 18B20实现的温度报警,时间可调显示, 一天可设三个闹钟,八首音乐,一个秒表, 全汇编实现,程序差不多写满8K BYTES 了 ;硬件电路比较简单,主要靠程序上的实现 完成时间____2006\09\27\sml
上传时间: 2016-01-02
上传用户:xaijhqx
本书概念清晰、内容新颖,实例详尽,使一本有关设计、实现和有效使用C语言库函数,掌握创建可重建C语言软件模块技术的参考指南,本书倡导基于接口的C语言设计理念及其实现技术,深入详细地描述了24个C语言接口及其实现。 本书通过叙述如何用一种与语言无关的方法将接口的设计与实现独立开来,从而形成一种基于接口的设计途径来创建可重用的API。本书是一本针对C语言程序员的不可多得的好书,也是值得所有希望掌握可重用软件模块技术的读者阅读的参考书籍。
标签:
上传时间: 2016-01-03
上传用户:dongqiangqiang
两点调制信号源的MATLAB生成,调制方式为CP4FSK,输出两路幅度可调的两点调制型号源
上传时间: 2014-03-10
上传用户:yimoney
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
啁啾脉冲的源代码,啁啾度可调,是一个很好的源程序。
上传时间: 2016-01-20
上传用户:wpwpwlxwlx
基于BP神经网络整定的PlD控制,神经网络,根据系统的运行状态,调节PID控制器的参数,以期达到某种性能指标 的最优化,使输出层神经元的输出状态对于控制器的三个可调参数
上传时间: 2013-12-17
上传用户:李彦东
cpm调制解调实现,关联长度为3,调制指数和进制都可调,解调使用vitebi方法
上传时间: 2013-12-20
上传用户:邶刖
SPI总线硬件描述语言Verilog下的实现,含主模式和从模式的实现,经过仿真验证,可作为一个单独的模块使用
上传时间: 2014-01-21
上传用户:hopy
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