这是一个用单片机来演奏音乐的程序,很通俗易懂,里面有源程序和HEX烧录文件
上传时间: 2014-01-05
上传用户:虫虫虫虫虫虫
该源码属于嵌入式开发,适合pxa255等平台,和常见的255更新操作系统通过网口烧录相比,该程序适合于通过CF卡启动操作系统。
上传时间: 2016-01-06
上传用户:zhangyigenius
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
本文详细介绍如何使用GAINS节点和我们开发的MAC协议的代码实现无线通讯功能的过程。涉及到avr单片机的编译器winavr,烧写软件avr studio以及avr系列单片机的烧写器,本文介绍如何使用avr studio 和烧写器将winavr编译后产生的hex文件存入单片机flash的过程。这个过程完成以后,就可以组织一个小规模的单跳网络,通过SNAMP后台可以看到网路的可视化效果。
上传时间: 2016-01-17
上传用户:洛木卓
本文详细介绍如何使用GAINS节点和我们开发的多跳路由协议的代码实现无线通讯功能的过程。涉及到avr单片机的编译器winavr,烧写软件avr studio以及avr系列单片机的烧写器,本文介绍如何使用avr studio 和烧写器将winavr编译后产生的hex文件存入单片机flash的过程。这个过程完成以后,就可以组织一个多跳的网络,通过SNAMP后台可以看到网络的可视化效果。
上传时间: 2013-12-22
上传用户:saharawalker
本文详细介绍如何使用GAINZ节点和我们开发802.15.4协议组网演示Demo实现无线通讯功能的过程。涉及到AVR单片机的编译器WINAVR,烧写软件Avr studio以及AVR系列单片机的烧写器,本文介绍如何使用Avr studio 和烧写器将WINAVR编译后产生的hex文件存入单片机flash的过程。这个过程完成以后,就可以组织一个小规模的单跳网络,通过SNAMP后台可以看到网路的可视化效果。
上传时间: 2016-01-17
上传用户:253189838
摩托罗拉格式的S-RECORD执行文件的分析源码,可以把文件输出为二进制烧录文件
上传时间: 2014-01-12
上传用户:tyler
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
下通用的下载程序,可以烧录多种芯片;是初学者不错的选择
标签: 下载程序
上传时间: 2016-02-14
上传用户:xiaoyunyun
电动绕线机计数器(电路及源代码).很简单的入门的东东。 简要说明 2004年12月做的小项目,40来台机,已在车间运行n年了。 <电动绕线机计数控制器> 包括汇编源代码、烧录代码 开发环境:Keil 光电开关作计数 每转10个脉冲,用中断计数。 可设定停机数。 可以正反转计数 工作稳定 可快速预置4组数值 可循环在两组设定数之关来回计数
上传时间: 2016-03-18
上传用户:nanshan