CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - A star algorithm JAVA
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - A star algorithm JAVA - List
[
JSP/Java
]
puzzle
DL : 0
用A star,先深搜索等搜索算法搜索puzzle。-By A star, first search algorithm, such as deep-search search puzzle.
Date
: 2025-07-11
Size
: 137kb
User
:
fancyiyang
[
Data structs
]
Astar
DL : 0
此代码效率非常高。此代码实现最短路径的搜索。-This code is highly efficient. This code realize the shortest path search.
Date
: 2025-07-11
Size
: 3kb
User
:
luobin
[
JSP/Java
]
AStarUpan
DL : 0
用A星算法求解八数码问题,使用的是JAVA语言编程,开发环境是Netbeans-With A Star Algorithm 8 digital issues, using the JAVA programming language, development environment is Netbeans
Date
: 2025-07-11
Size
: 2.91mb
User
:
袁晓
[
JSP/Java
]
ShortestPath
DL : 0
用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
Date
: 2025-07-11
Size
: 24kb
User
:
111
[
JSP/Java
]
TSP
DL : 0
用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
Date
: 2025-07-11
Size
: 24kb
User
:
111
[
JSP/Java
]
8_puzzle
DL : 0
8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用方法:建立Java Project后,分别建立三个同名的.java文件,将源码分别复制过去然后编译运行即可。-a source code that solves the 8 puzzle problem. it uses A-star algorithm, and a major data structure of Vector<int[]>. The output of the program would be "no solution" or a series of strings representing the moves during the solution. Well, some samples need to be proceeded for around 30 seconds, but the program per se is indeed correct and will ultimately generate the shortest solution. so if u encounter such occasion plz jst wait for a while tho~~~ thnx~!! the heuristic function, say h(x), in this source code is the sum of the Mahattan Distance of each block from its destination block. How to use: build a Java Project, and create three .java files with the same names in the .zip file accordingly, and copy the source from the .zip file and just compile and run~~! have fun thnx~!
Date
: 2025-07-11
Size
: 654kb
User
:
Siegfried
[
Compress-Decompress algrithms
]
AStar
DL : 0
A * (star) Algorithm-A* (star) Algorithm
Date
: 2025-07-11
Size
: 1kb
User
:
carlos
[
JSP/Java
]
a-star-java.tar
DL : 0
Implementation of A-star algorithm in a little game-like gui.
Date
: 2025-07-11
Size
: 17kb
User
:
A.T.
[
Game Program
]
youxi
DL : 0
打字赛马游戏中规定: 如果 速度>=60 并且 速度<80,显示:一星级 否则 如果 速度<100,显示:二星级 否则 如果 速度<120,显示:三星级 否则 如果 速度<140,显示:四星级 否则 如果 速度<160,显示:五星级 否则 如果 速度<180,显示:一钻级 编程,文件名TGT1.java,实现以上需求。牛牛算法,不用一个IF语句以及switch语句就能显示出与速度相应的等级。 -Typing race game provides: If the speed is> = 60 and the speed of " 80, show: one star or if speed < 100, display: two-star or if speed < 120, showing: three-star or if speed < 140, display: Four Star Otherwise, if the speed < 160, show: star or if speed < 180, showing: a diamond-level programming, the file name TGT1.java, to achieve the above requirements. Taurus algorithm, not an IF statement and switch statement can show the appropriate level and speed.
Date
: 2025-07-11
Size
: 1kb
User
:
ss
[
Data structs
]
dijkstra
DL : 0
Java语言编写的迪杰斯特拉算法,通过演示以及代码的分析可以帮助大家掌握此算法。-Java language Dijkstra algorithm, demos, and code analysis can help us grasp the algorithm.
Date
: 2025-07-11
Size
: 92kb
User
:
blue_fox
[
Mathimatics-Numerical algorithms
]
Java_Eight-Puzzle
DL : 0
基于A星算法的8数码问题Java程序源代码-Java source code based on the A star algorithm Eight Puzzle
Date
: 2025-07-11
Size
: 12kb
User
:
Ian_Wong
[
JSP/Java
]
A_star_TSP
DL : 0
java语言下,用A星算法实现旅行商TSP问题-solve the traveling salesman problem(TSP)with A star algorithm by java
Date
: 2025-07-11
Size
: 14kb
User
:
[
JSP/Java
]
xunlu
DL : 0
使用java编程的A星算法,演示效果不错,能运行成功-A star algorithm using java programming demonstrates good results, can run successfully
Date
: 2025-07-11
Size
: 6kb
User
:
徐东
[
AI-NN-PR
]
EightNumbers
DL : 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.
Date
: 2025-07-11
Size
: 3kb
User
:
Stella
[
JSP/Java
]
AStarTest
DL : 0
A Star算法的源码 自己写着,用来模拟物流配送中的路径的 Java的课程作业-A Star algorithm source code written himself, used to simulate the distribution path of Java coursework
Date
: 2025-07-11
Size
: 107kb
User
:
[
Data structs
]
Constant
DL : 0
A* 算法实现(有字符界面)方便初学者学习,理解算法过程-A star algorithm implementation by java
Date
: 2025-07-11
Size
: 2kb
User
:
eric
[
Windows Develop
]
A-star-pathfinding-master
DL : 0
A*算法JAVA实现,it is helpful to understand the A* algorithm-A* algorithm JAVA implementation, it is helpful to understand the A* algorithm
Date
: 2025-07-11
Size
: 1.68mb
User
:
赵天舒
[
JSP/Java
]
AStar
DL : 0
java版本的A星算法示例代码,二维平面(A star algorithm example written in java)
Date
: 2025-07-11
Size
: 1kb
User
:
Bugatti20
[
JSP/Java
]
astar-master
DL : 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 algorithms to solve many search problems. The closer the distance estimation in the algorithm is with the actual value, the faster the final search speed is.)
Date
: 2025-07-11
Size
: 16kb
User
:
xx250
[
JSP/Java
]
A星算法
DL : 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.)
Date
: 2025-07-11
Size
: 28kb
User
:
fffry
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.