低成本、低功耗的RF芯片CC1100,用51单片机来驱动,使用方便。
上传时间: 2015-12-25
上传用户:cazjing
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
基于ICCAVR平台的,AVR系列单片机AT24C512驱动头文件,本头文件默认单片机频率为8M,I2C传输速率为400K,如果改变单片机频率,需要将i2cdelay()函数 BIT率寄存器TWBR的值进行修改
标签: ICCAVR
上传时间: 2016-03-13
上传用户:z754970244
本程序使用汇编代码,使用51单片机,驱动12864液晶显示器,调试通过
上传时间: 2016-05-21
上传用户:hakim
本程序使用汇编代码,使用51单片机,驱动24C02,调试通过
上传时间: 2014-01-20
上传用户:3到15
本程序使用汇编代码,使用51单片机,驱动24C16子程序,调试通过
上传时间: 2016-05-21
上传用户:xmsmh
本程序使用汇编代码,使用51单片机,驱动1621B液晶显示器,调试通过
上传时间: 2016-05-21
上传用户:erkuizhang
汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
标签: the animation Simulate movement
上传时间: 2017-02-11
上传用户:waizhang
彩色LCD资料,可用于MCS51单片机的驱动
上传时间: 2017-03-28
上传用户:zaizaibang