Welcome![Sign In][Sign Up]
Location:
Search - a-star

Search list

[Game Hook CrackA

Description: 用易语言编写的A星算法希望大家能够好好学习。-A star algorithm using easy language hope that we can learn.
Platform: | Size: 4096 | Author: 3217607 | Hits:

[Mathimatics-Numerical algorithmsA-xin-traveller

Description: A星算法实现旅行家问题,代码能运行,并有详细注释,易于理解,人工智能初学者很有帮助。-A star algorithm traveler, the code will be able to run, and detailed notes, easy to understand, artificial intelligence helpful for beginners.
Platform: | Size: 2048 | Author: 翁秀玲 | Hits:

[AI-NN-PR8-Number-A-Star

Description: A*算法解决8数码问题,包含数据分析(C++源代码)-A* algorithm to solve eight digital issues, including data analysis (C++ source code)
Platform: | Size: 101376 | Author: Bernie | Hits:

[AI-NN-PRA-star-8num

Description: 人工智能中A*算法解决八数码问题,c++源代码,vs2010编写实现,效果很好,代码有注释,方便理解-AI A* algorithm to solve eight digital problem, c++ source code, vs2010 prepared to achieve good results, code annotated, easy to understand
Platform: | Size: 3072 | Author: Bernie | Hits:

[Software Engineeringsix-star

Description: 用DirectX9.0编辑一个会转的六角星-Will be transferred with DirectX9.0 edit a Star of David
Platform: | Size: 551936 | Author: 梁美 | Hits:

[VC/MFCA-star

Description: 对求最短路劲A*算法的一个总结,实例讲解,简单易懂-According to an instance of a simple summary of the A* algorithm
Platform: | Size: 359424 | Author: John Gite | Hits:

[AI-NN-PRA--althrisom

Description: A星算法,启发式搜索,寻找节点间的最短路径-A star algorithm
Platform: | Size: 18432 | Author: 宋超 | Hits:

[AI-NN-PRA-star-search-for--eight-digit

Description: A*算法实现八数码问题。源码和可执行文件。 vs2012实现通过-A* algorithm eight digital problem. Source code and executable files. vs2012 achieved by
Platform: | Size: 434176 | Author: 雷建华 | Hits:

[OtherA

Description: A星寻路 A星寻路 A星寻路 A星寻路 -A star pathfindingA star pathfindingA star pathfinding
Platform: | Size: 2072576 | Author: 石罗全 | Hits:

[FlashMXA-Star

Description: A*算法,既是八向寻路算法,不是最优的,但和很快捷。 flash演示代码。-A* algorithm, both eight-routing algorithm is not optimal, but and very fast. flash demo code.
Platform: | Size: 15360 | Author: yindeqiang | Hits:

[Game ProgramA.RAR

Description: A星智能走路,能智通过绕过地上的物体,游戏必备!值得学习!-A star can walk, intelligent wisdom through the object, the game around the earth must! Worth learning!
Platform: | Size: 6144 | Author: Carneysaid | Hits:

[Game Hook CrackA

Description: A星寻路插件VB代码,A星寻路插件VB代码-A star pathfinding plug VB code, A Star pathfinding plugin VB code
Platform: | Size: 29696 | Author: zhouhailong | Hits:

[OtherDraw-a-star

Description: 在visual Studio2012平台以C#基于AUTOcad绘制五角星源码- In visual Studio2012 platform with c# based on AUTOcad drawing star source
Platform: | Size: 1024 | Author: yinhanmei | Hits:

[JSP/JavaA

Description: A*(A-Star)算法是一种静态路网中求解最短路最有效的方法,估价值与实际值越接近,估价函数取得就越好。该上传的内容是一个A*算法的模拟实现。-A* (A-Star) algorithm is the most effective way to short-circuit a static road network to solve the valuation closer to the actual value, the valuation function is achieved, the better. Upload the contents of the A* algorithm is an analog implementation.
Platform: | Size: 51200 | Author: 芦荟 | Hits:

[Othera-STAR

Description: 使用a*算法解决机器人自动寻路的问题(适合初学者理解和学习经典的a*算法)-Use a* pathfinding algorithm to solve the problem of automatic robot (a* algorithm suitable for beginners to understand and learn classical)
Platform: | Size: 2048 | Author: miao | Hits:

[matlabA-star

Description: A* Path planning for autonomous mobile robot
Platform: | Size: 181248 | Author: Tawseef | Hits:

[AI-NN-PRA-star

Description: 按照A*算法的步骤来实现。Matlab code-According to the steps of the A* algorithm to achieve
Platform: | Size: 5120 | Author: ttang | Hits:

[FlashMXweas-tour-star

Description: 这是一个完全自主开发的FLEX小软件。“大话西游黑名单”是对演员明星进行排序,可以增加或删除明星角色。主要用于FLEX环境下ACTIONSCRIPT编程技术的训练。是列表、树等的编程训练。-This is a completely self-developed software FLEX small. Westward Journey blacklist is a star actor to sort, you can add or remove the star role. FLEX is mainly used for training under environmental ACTIONSCRIPT programming techniques. Is a list of trees and other programming training.
Platform: | Size: 556032 | Author: Li | Hits:

[AI-NN-PRAn-Improved-A--Star-Algorithm

Description: (被EI收录,不错的文章)传统A*算法在栅格地图上进行路径规划时,求解得到的路径长度不是最短并且转折点较多。针对这些不足,提出了一种改进A*算法,将传统A*算法的可搜索邻域个数从离散的8个拓展为无限个,可以沿任意方向进行搜索。这样不仅求解出来的路径长度更短,并且大大降低了其转折点的个数。该算法被应用于自主研发的“智能先锋”号系列无人驾驶车辆上,实车试验以及它们在“中国智能车未来挑战赛”中的优异表现证明该方法能够在栅格地图中求解出一条更优的可行驶路径,可以显著提升无人驾驶车辆行驶的效率和平稳性。-The paths obtained by conventional A* algorithm in grid map are usually not the optimal solutions, which have many turning nodes. To solve these problems, an improved A*algorithm is presented. In this method, the number of searchable neighbourhood is extended to infinite (basic A*algorithm has 8 discrete searchable neighbourhoods), and the search direction can be arbitrary. As a result, the path produced by the improved A*is much shorter and the number of turning nodes is greatly reduced. The proposed method is implemented on our self-developed unmanned vehicle, Intelligent Pioneer. The vehicle experiments and its good performance in the Intelligent Vehicle Future Challenge of China show that the resulting path of our method is more optimal, which observably improves the driving efficiency and stationarity of the unmanned vehicles.
Platform: | Size: 600064 | Author: 王辉 | Hits:

[Otherstar

Description: A星算法,可自由设置路障,目标函数可以自己修改-A star algorithm, can be freely set up roadblocks, the objective function can modify their own
Platform: | Size: 2048 | Author: 方昕 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net