搜索资源列表
Astar-1
- A* path planning (path finder) algorithm. 可以嵌入到网页中,程序揭示了算法的本质组成:开放列表和闭合列表
astar
- A星算法 A星算法\\MSSCCPRJ.SCC A星算法\\Form1.frm A星算法\\工程1.vbp A星算法\\Module1.bas A星算法\\工程1.vbw A星算法\\工程1.exe # # Files # 7
astarpathfinderv.1.92
- A*算法的演示程序,使用VC++DirectDraw及BizTalk实现。-A* algorithm demo program, the use of VC++ DirectDraw and BizTalk to achieve.
main
- 百度之星2009初赛第一场第一题,满分程序-Baidu Astar 2009 1.1.1 without bug
0.7.1
- metod astar where the best way is calculated
AStar
- A*算法实现了的寻路算法,此代码采用了STL的泛型程序设计,效率非常高!值得你的下载。-A* algorithm has to search for paths algorithm
ass2ofAI
- 1.该程序基于vc6.0平台,打开工程编译运行及可以看到结果。 2.本程序为拼图游戏的缩影,假设原图为 1 2 3 4 5 6 7 8 图1 打乱后由A*算法给出最优解。 3.本程序的核心为A*算法,所以一些其他的功能未予以深究,如果要改变初始状态,请打开工程,在FileView下打开Source Files中的astar.cpp中,在其第17行的afirststate数组定义中给出,用数字0代表空格。如 图1 中的状态即可输入{1,2,3,
CitrusEngine
- version 0.5: + Deep reorganization of the code: - Created the business objects in PHP (e.g. Character, Player, Map) - All procedural code was transformed into methods of its respective classes - Added a database layer (Data Access Objec
astar
- A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. -A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G values are regarde
routing_ghosm-1.0.3
- Routing helper functions for Graph navigation including AStar and Bidirectional AStar
Astar
- cocos2dx 实现A星寻路算法,2.2.1版本,放入工程文件后直接运行
astar-algorithm-cpp-1.0
- dna matching, matchs the dna sequence
Astar-to-solve-TSP
- A* 算法的一个应用,货郎担(旅行商)问题。设有n个城市,城市之间均有道路,一个旅行商从某城市出发,经过其余n-1个城市一次且仅一次,最后回到出发的城市,他如何走才能使他所走的路程最短?-Traveling salesman problem and the optimal solution
Astar-example-1
- A*是一种基本的路径规划算法,本程序提供了A*的一个例子,初学者可以通过代码学习A*的原理。-A* is a basic path planning algorithm, this program provides an example of A*, beginners can learn the principle of A*.