搜索资源列表
eightpuzzle
- 用java编写的八数码算法,具有图形化界面和最优路径的输出-Using java prepared eight digital algorithm, with a graphical interface and the optimal path of output
JiNanDaoLu
- 在netbeans平台上开发,用于济南市二环路以内的最短路径寻优。-In the netbeans platform developed for the Second Ring Road, Jinan City, within the shortest path optimization.
travel
- 旅游路径检索,运用一点数据结构中的最短路径求最优解的算法,进行调用-Travel the path search, the use of the data structure that seek optimal solutions of the shortest path algorithm, a call
zombie
- 采用Kruskal s 算法,实现最优路径,内附有任务说明书,英文版-Using Kruskal' s algorithm for optimal path, containing a mission statement, English
CQYZComprehensiveMIS
- 实现路径分析 最短路径查询 最优分析 决策分析等-实现路径分析 最短路径查询 最优分析 决策分析等
algorithm
- 一些经典算法的java实现:包括:二分查找,最优二搜索树,编辑距离,哈夫曼树,最长公共子序列,矩阵连乘问题,最短路径优先-Some classic algorithm java implementation: including: binary search, and optimal two search tree, the edit distance Huffman tree, the longest common subsequence matrix multiplicative Short
bugfree
- 这是一套物流管理系统。系统包括的范围:系统应该包含3个功能部分,即用户、配送点和总公司。系统将实现3部分所有的前台界面及后台管理。实现:1)客户:下订单,退订单,查询订单信息(包含查询货物实时状态),查询运费,浏览新闻2)总公司:员工信息管理,网站的新闻管理,货物类别信息管理,车辆信息管理,线路管理(最优路径),运力管理(车载容量),用户权限管理,配送范围价格管理(收费),配送点信息管理,价格信息管理3)配送点:审核订单,收货管理,发货管理,申请运力,配送货物,规定配送范围-This is a
Tsp3
- 旅行商问题,安徽大学最优路径的寻找。利用机器学习中的遗传算法-Traveling salesman problem, the optimal path of Anhui University looking for.Using genetic algorithms in machine learning.
bestTrade
- 最优贸易问题,使用dijikatra计算最短路径-Optimal Trade
Greedy_Huffman
- 哈夫曼树的Java实现, 哈夫曼树又叫做最优二叉树,是一种带权值路径最短的树,这种树在信息检索等方面都很重要。-Huffman tree Java implementation, optimal binary tree Huffman tree is also called, is a weighted value of the shortest path tree, this tree is very important in information retri and so on.