当前位置:
首页 资源下载
搜索资源 - A star algorithm java
搜索资源列表
-
0下载:
用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
-
-
0下载:
用A星算法求解八数码问题,使用的是JAVA语言编程,开发环境是Netbeans-With A Star Algorithm 8 digital issues, using the JAVA programming language, development environment is Netbeans
-
-
0下载:
用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
-
-
0下载:
8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。
某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~
我用的启发函数计算了现在的网格距离目标网格还有多远。
具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x)
也就是Manhattan_Distance
源码使用
-
-
0下载:
A * (star) Algorithm-A* (star) Algorithm
-
-
0下载:
Implementation of A-star algorithm in a little game-like gui.
-
-
0下载:
打字赛马游戏中规定:
如果 速度>=60 并且 速度<80,显示:一星级
否则 如果 速度<100,显示:二星级
否则 如果 速度<120,显示:三星级
否则 如果 速度<140,显示:四星级
否则 如果 速度<160,显示:五星级
否则 如果 速度<180,显示:一钻级
编程,文件名TGT1.java,实现以上需求。牛牛算法,不用一个IF语句以及switch语句就能显示出与速度相应的等级。
-Typ
-
-
0下载:
Java语言编写的迪杰斯特拉算法,通过演示以及代码的分析可以帮助大家掌握此算法。-Java language Dijkstra algorithm, demos, and code analysis can help us grasp the algorithm.
-
-
1下载:
基于A星算法的8数码问题Java程序源代码-Java source code based on the A star algorithm Eight Puzzle
-
-
0下载:
java语言下,用A星算法实现旅行商TSP问题-solve the traveling salesman problem(TSP)with A star algorithm by java
-
-
0下载:
使用java编程的A星算法,演示效果不错,能运行成功-A star algorithm using java programming demonstrates good results, can run successfully
-
-
0下载:
本源码为八数码问题的JAVA版本,采用了A星算法和RBFS算法,估价函数为几何距离。-The source for the eight digital JAVA version, using the A Star algorithm and RBFS algorithm, the valuation function is the geometric distance.
-
-
1下载:
A Star算法的源码
自己写着,用来模拟物流配送中的路径的
Java的课程作业-A Star algorithm source code written himself, used to simulate the distribution path of Java coursework
-
-
0下载:
A* 算法实现(有字符界面)方便初学者学习,理解算法过程-A star algorithm implementation by java
-
-
0下载:
A*算法JAVA实现,it is helpful to understand the A* algorithm-A* algorithm JAVA implementation, it is helpful to understand the A* algorithm
-
-
0下载:
java版本的A星算法示例代码,二维平面(A star algorithm example written in java)
-
-
0下载:
A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(A* algorithm and A* (A-Star) algorithm are the most effective direct search methods for solving the shortest path in static road network, and also are effective algo
-
-
0下载:
A星算法 应用于路径优化算法 是一种具有启发性策略的算法 本文对a星算法进行介绍与总结 并用java语言实现!(The application of A star algorithm to the path optimization algorithm is an heuristic strategy. This paper introduces and summarizes the a star algorithm and implements it in the Java language.
-