Delphi数据库开发毕业设计指导及实例 一书的源码,刘瑞新主编,机械工业出版社。源码包括新生报名管理系统,图书管理系统,小区物业管理系统,高校工资管理系统。Delphi与数据库结合的源码,简单好用。
上传时间: 2014-01-03
上传用户:mikesering
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
其中,小区物业管理系统:用户名:Admin,口令:123;学籍 管理系统:用户名:admin,口令:111111;仓储药房管理系统:用 户名:00000,口令:11111;高校工资管理系统:用户名:Admin,口 令:123456;高校图书管理系统:用户名:admin,口令:123456。
标签:
上传时间: 2016-03-31
上传用户:jiahao131
智能充电器实例 功能:通过定时器定时从AD上读取数据,根据不同的电压选择不同的控制 充电方案,使用PWM控制输出脉宽来控制电流
上传时间: 2016-07-01
上传用户:baiom
PROTEL电路图,利用MSP430F149开发的MP3,内有CH375、VS1002D和TC58FLASH等的用法,以及便携充电方案。很有价值。
上传时间: 2013-12-13
上传用户:gxmm
是一篇基于SQL,ASP的小区物业管理系统毕业论文,很有水平哦,对大家那可是一个好东西哦!
标签: SQL
上传时间: 2017-01-29
上传用户:qiao8960
汉诺塔!!! 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
智能充电器实例 功能:通过定时器定时从AD上读取数据,根据不同的电压选择不同的控制 充电方案,使用PWM控制输出脉宽来控制电流
上传时间: 2017-02-28
上传用户:wff
将魔王的语言抽象为人类的语言:魔王语言由以下两种规则由人的语言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 设大写字母表示魔王的语言,小写字母表示人的语言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解释为tsaedsaeezegexenehetsaedsae对应的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅”。(t-天d-地s-上a-一只e-鹅z-追g-赶x-下n-蛋h-恨)
上传时间: 2013-12-19
上传用户:aix008