基于pic单片机为核心的,锂电池充电管理系统,它将多组电池充电姿状态,进行显示,
上传时间: 2014-11-02
上传用户:日光微澜
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
充电控制芯片,支持锂电池和镍氢电池的充电控制。
上传时间: 2014-01-23
上传用户:chfanjiang
AVR-MEGA8单片机中使用AD转换的一个例子,原本是用于锂电池充电器中实时检测电量的。程序没有采用中断方式,而是软件调用AD转换函数。
上传时间: 2016-04-30
上传用户:lhc9102
利用VB开发的针对Maxim-Dallas DS2770电量检测芯片,实现对锂电池的实时数据采集软件。
标签: Maxim-Dallas 2770 DS 电量检测
上传时间: 2013-12-06
上传用户:aix008
mega64 + VS1003 + SD卡,液晶使用的 Nokia5110液晶(方便,可以直接贴在板子上),,采用手机锂电池供电 配外壳
上传时间: 2014-01-05
上传用户:zm7516678
智能快速充电器设计资料,包括NI-CD NI-MH和锂电池,铅蓄电池充电器的设计
上传时间: 2014-01-17
上传用户:qb1993225
汉诺塔!!! 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
AP4313 是一个恒流恒压控制芯片,可用于锂电池保护电路或用于LED灯控制电压电路
上传时间: 2014-01-03
上传用户:moerwang