TDK 6521 SOC 芯片 DEMO程序,由TDK 公司提供,可直接使用。开发平台keil c51。
上传时间: 2015-12-04
上传用户:fandeshun
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
pcmcia-cs-3.2.8 ,嵌入式系统中,pcmcia服务进程源代码,可根据相应的开发平台作少量修改即可使用。
标签: pcmcia-cs
上传时间: 2016-03-28
上传用户:黄华强
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍, 第一部分是基础知识,第二部分讲述用户界面的实例, 第三部分讲述MFC内部处理方面的实例,第四部分讲述打包实例。 全书基本上面向实例进行阐述,讲解透彻、易于掌握。本书既可作为初学者和大专院校师生的自学参考书,也可作为计算机软件开发人员的技术参考书
上传时间: 2014-01-25
上传用户:kytqcool
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,第一部分是基础知识,第二部分讲述用户界面的实例,第三部分讲述MFC内部处理方面的实例,第四部分讲述打包实例。全书基本上面向实例进行阐述,讲解透彻、易于掌握。本书既可作为初学者和大专院校师生的自学参考书,也可作为计算机软件开发人员的技术参考书。
上传时间: 2016-04-19
上传用户:siguazgb
开源图表组件JFreeChart的入门例程,附带有ant构建build.xml文件,可做为程序开发的常用参考
标签: JFreeChart 开源 图表
上传时间: 2016-04-20
上传用户:yyq123456789
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,第一部分是基础知识,第二部分讲述用户界面的实例,第三部分讲述MFC内部处理方面的实例,第四部分讲述打包实例。全书基本上面向实例进行阐述,讲解透彻、易于掌握。本书既可作为初学者和大专院校师生的自学参考书,也可作为计算机软件开发人员的技术参考书。
上传时间: 2014-01-14
上传用户:wang0123456789
基于java语言的分词系统,可以标注词性、词频等信息,可用于二次开发
上传时间: 2016-05-13
上传用户:mikesering
一个Windows下的Linux专用虚拟机,速度很快,可用于搭建Linux开发平台。
上传时间: 2016-05-15
上传用户:lili123