-
HotelManager
一款功能强大的.net的酒店管理系统,非常值得学习和用做毕业设计(A powerful. net of hotel management system, is worth learning and using the final project)
- 2010-06-12 16:45:06下载
- 积分:1
-
LMS
图书管理系统(LMS)用于图书馆进行图书的管理,主要的功能包括借书、还书、查找等。不同的使用对象具有不同的权限。(Library management system (LMS) for the management of library books, the main function including the library, book, Find. The use of different objects have different permissions.)
- 2013-05-13 10:41:37下载
- 积分:1
-
RandomtoHZ
实现随机的汉字生成,来模仿验证码的生成过程,将随机的验证码由数字拓宽到汉字的领域。(
Realization of random characters generated, to mimic the code generation process, the random verification code the digital characters to broaden the field.)
- 2015-12-05 23:15:31下载
- 积分: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
-
平衡小车电机位置闭环控制
可以实现平衡小车的位置闭环控制,但是平衡时间不久,需要加入速度环控制(Closed-loop control of the position of the balancing car can be realized, but the speed loop control is needed soon after the balancing time.)
- 2020-06-24 09:40:07下载
- 积分:1
-
Counter
一个小型网站,适合做小公司官网。实现了流量统计,本日/月/年流量统计以及上网环境信息获取等功能(A small site, suitable for a small company s official website. Realize the traffic statistics, the day/month/year traffic statistics, and access to the Internet environment information, and other functions)
- 2015-12-21 09:00:15下载
- 积分:1
-
winchange
winform窗口切换效果,各种切换效果,非常好看。(windows change)
- 2017-03-01 14:36:03下载
- 积分:1
-
基于NS3仿真无线纳米传感器网络的路由协议
本协议基于NS3实现适合无线纳米传感器网络的路由协议,该协议较选择洪泛式路由具有更长的生命周期和吞吐量。
- 2022-02-16 09:07:32下载
- 积分:1
-
road
利用分治的思想,并使用C语言,解决树上路径问题,求权值最小的边(Use the idea of partition, and use the C language, problem solving tree path, find the smallest edge weights)
- 2013-09-29 11:04:23下载
- 积分:1
-
lab2
输入:
输入包括多个测试集,每行为一个正奇数N(1 <= N < 10),
0作为输入的结束且不需要处理。
输出:
对于输入的每一个N, 输出一个它所对应的N阶幻方,如果存在多个,
任意一个即可。
Sample Input
1
3
0
Sample Output
1
4 9 2
3 5 7
8 1 6
(Input: The input includes multiple test sets, each one being the odd behavior of N (1 < = N < 10), 0 as the end of the input and does not require treatment. Output: For each input N, N it corresponds to the output of a magic square, if there is more than one, any one can. Sample Input 1 3 0 Sample Output 1 4 9 2 3 5 7 8 1 6)
- 2014-02-19 15:40:48下载
- 积分:1