实现了自动解方程的功能,并有详细的使用方法说明
上传时间: 2014-01-27
上传用户:lmeeworm
通讯中间件,负责网络通讯过程中多个通讯模块的消息通讯。c++写的,可在windows/linux下运行。文件 包了除了中间件代码外,还有使用方法说明和在windows/linux下使用的示例代码。
标签: 通讯
上传时间: 2013-12-12
上传用户:wuyuying
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
java 编写的sqlserver快速分页通用类,处理sqlserver的sql语句,从中间分开记录集,分页速度有了很大的提高。使用方法说明中有详细描述
上传时间: 2013-12-17
上传用户:zycidjl
地理信息系统:坡度、坡向程序,利用了中国矿质研究所一些内容!大家使用请说明好!
上传时间: 2013-12-18
上传用户:baitouyu
UML统一建模语言已成为一种标准,本书详细介绍的UML的使用和说明书册
上传时间: 2016-03-20
上传用户:15071087253
这是支持向量机分类的matlab工具包,有详细的使用方法说明
上传时间: 2016-04-14
上传用户:diets
是周立公司的针对lpc2200系列的,完整版带uclinux使用操作说明,里面有重点注意地方加重画线。
上传时间: 2013-12-10
上传用户:lxm
支持向量机的matlab实现,包括线性和非线性算法,以及介绍使用的说明文件。
上传时间: 2016-05-07
上传用户:1079836864