-
Town是一个100% 纯Java API,它位于JDBC API的顶部。这个API的目的是简化和一个JDBC兼容的关系数据库的交互。通过使用Town,可以执行
Town是一个100% 纯Java API,它位于JDBC API的顶部。这个API的目的是简化和一个JDBC兼容的关系数据库的交互。通过使用Town,可以执行和管理select/insert/update/delete SQL语句,而不用真正写一行SQL。Town也可以使用任何JDBC连接字符串和内部连接池。-Town is 100% pure Java API, it is located JDBC API the crown.
This API goal is the simplification and a JDBC compatible relational
database interactive. Through uses Town, may carry out and manage
select/insert/update/delete the SQL sentence, but does not need truly
to write line of SQL. Town also may use any JDBC to connect the
character string and internal connection pond.
- 2022-03-13 08:42:25下载
- 积分:1
-
输入人数,输入将要分配的工作数目,输入第i人干第j项工作的经费消耗,调用处理模块BackTracking输出最优分配方案。...
输入人数,输入将要分配的工作数目,输入第i人干第j项工作的经费消耗,调用处理模块BackTracking输出最优分配方案。-Enter the number, type of job distribution to the number of people do i enter the first section of the work of j-expendable funds, call processing module output BackTracking optimal distribution program.
- 2022-07-09 07:20:02下载
- 积分:1
-
yongzhanshixianleicaozuo
自己做的一个用用栈实现类的操作,是课内作业,希望和大家互相交流(Own a type used by the realization of the operation of the stack is class work, hope and we can exchange ideas)
- 2007-12-25 22:28:05下载
- 积分:1
-
一个代码,可以构成一个数从键盘到TR
a code which can constitute a number from keybord to a tr-a code which can constitute a number from keybord to a tree
- 2022-01-28 03:38:42下载
- 积分:1
-
TSP
说明: Traveling Salesman Problem
市场上有很多种商品,旅行商 Shrek 做短期买卖赚取差价。他从一个城市购买一件商品,到达下一个相邻的城市就卖掉。如果这一次买卖无利可图,那么他就不会这么走。凭着自己和同伴多年的经验,他已经对地图上 n 个城市之间的差价了如指掌。两城市间可能有多种商品可赚取差价,此时 Shrek 只好倒卖利润最大的一件商品。
现在请你帮 Shrek 规划一条路线,使他能赚最多的钱。
输入
第一行两个整数 n、m。表示有 n 个城市,编号 1 ~ n
接下来有 m 行,每行三个整数 a、b、price,表示从城市 a 到城市 b 可赚取差价 price。
输出
若干空格分隔的整数,连成一条赚钱最多的路线。若有多条,输出字典序最小的那条路线(编号小的城市靠前的路线优先输出)
输入样例
4 4
2 1 5
1 3 3
3 4 1
1 4 5
输出样例
2 1 4(Traveling Salesman Problem)
- 2020-12-05 13:59:23下载
- 积分:1
-
学生身份识别模块
如今 internetplays 在学生的日常生活中的重要作用。每个学生要信息他们的指尖,现在高校打算不致太过挤迫,对基本和必要信息要更加困难的一天皇陵。被一群学生我们的团队也经历了这些革新生活中的问题。为此学生 InformationSuite 将发挥重要的作用。由信息 wemean:-(i) 会期结果(ii) 每日通知(iii) 每天的出勤记录< 跨度 style="font-size:11.0pt;line-height:115%;font-family:""> (iv) Syllabusof 本学期等。
- 2022-12-17 06:55:03下载
- 积分:1
-
数据结构(C语言版)
该书籍详细讲述了C语言的数据结构部分,不断提高你的编程能力。(This book describes the data structure of C language in detail, and constantly improves your programming ability.)
- 2020-06-22 07:00:01下载
- 积分:1
-
ABCDEFGHIJK
;;;;![endif]-->;;;![endif]-->;;;![endif]-->;;;![endif]-->;;-->;
- 2023-07-22 23:50:13下载
- 积分:1
-
C++ 控制MYSQL数据库 源码
利用C++对MYSQL进行数据读,写,及修改. 需要有mysql.h 头文件
数据库结名为person, 表名为 mm, 表结构如下:
字段 类型
device_id int
sav_value int
sav_date datetime
- 2022-04-11 07:39:31下载
- 积分:1
-
beibao_9
背包问题,经典的9个算法详细解析。每一个都有详细的讲解和代码分析。。(Knapsack problem, the classic algorithm detailed analysis of nine. Each with a detailed explanation and code analysis. .)
- 2011-10-24 18:43:27下载
- 积分:1