搜索资源列表
A star算法类的C++语言实现
- A star算法类的C++语言实现-algorithm category C Language
singer
- 歌星大奖赛 在歌星大奖赛中,有10个评委为参赛的选手打分,分数为1~100分。选手最后得分为:去掉一个最高分和一个最低分后其余8个分数的平均值。-Grand Prix Grand Prix in the star singer, 10 players scoring judges for the competition, a score of 1 to 100 points. Players final score is: get rid of a highest and lowest po
15puzzleastar
- this 15 puzzle program,this program work with A Star algorithm... -this is 15 puzzle program,this program work with A Star algorithm...
eightpuzzle
- 8 puzzle problem with A-star algorithm.-8 puzzle problem with A-star algorithm.
Pressure-Star
- This an fortran code that used in cfd codes.if you are looking to this code at first should know about this code. It is a simple methof of solvinf navier-stokes cide.its part of calculating PStar.
Astarcyeni
- A star Algorith A* 8-puzzle
Astar_my
- A星算法,简单c++实现。仅供程序爱好者参考,若有同样爱好,欢迎交流,共同进步。-A star algorithm is simple c++ implementation. Program for lovers of reference, if the same hobby, welcomed the exchange and common progress.
pathfinding-0.1.1-src
- A星, Dijkstra,双向BFS实现的路径规划程序Python源码,有界面,附带演示效果。-A star, Dijkstra, BFS achieve bidirectional path planning process Python source code, interface, with a demonstration effect.
Astar
- A星寻路算法在游戏中的应用,通过传入开始点和目标点完成寻路-Application of A star pathfinding algorithm in the game, the start point and the target point to complete routing
sastar.cpp
- A c++ program for a star algorithm
ProjectAI
- c++ AI project artificial intelligence path planning route best first a * star * greedy first uniform cost dijkstra s optimal search heuristic incomplete project not working fully
Program1
- 实现广度优先搜索 深度优先搜索 以及 A星算法(Breadth first search, depth first search, and A star algorithm.)