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

Search list

[AI-NN-PR8digital-based-on-A-star

Description: 基于A星算法的MFC界面的八数码程序,本人本科做得最漂亮的大作业了,其中process函数是搜索的主函数。-8 digital program with MFC interface based on A star searching method which is the most proud project I have finished in my fu*king bachelor years.
Platform: | Size: 36864 | Author: ddgysx | Hits:

[GUI Developbusca-a-star

Description: A-star implementation pascal
Platform: | Size: 1828864 | Author: jalves | Hits:

[AI-NN-PRA-Star-algorithm-forTSP.

Description: 人工智能经典算法(一):A-Star算法求解旅行商问题。-Classic artificial intelligence algorithm (a): A-Star algorithm for solving the traveling salesman problem.
Platform: | Size: 965632 | Author: carmen | Hits:

[Mathimatics-Numerical algorithmseight-code-A-star

Description: 八数码实现的a星算法,用c++编写,代价函数课重载-Eight digital algorithm to achieve a star c++ written lesson overloaded cost function
Platform: | Size: 1200128 | Author: 青笑笑 | Hits:

[Data structsA-Star-Develope

Description: 一篇翻译过来的A星算法的详细探讨材料,讲得很透彻,很通俗易懂,附Delphi的实现-A translation from A Star algorithm discussed in detail material, very thorough, very easy to understand, attached to the realization of Delphi
Platform: | Size: 110592 | Author: wangbeng | Hits:

[Other GamesA--Star

Description: A星寻路的全部代码 相信大家都了解 网上其他地方都难找到了 绝对有用的 在下太嫩做的不好 希望大家支持-A star pathfinding code I believe we all understand that elsewhere on the Internet is immune to find absolutely useful next too tender badly do hope that you will support
Platform: | Size: 15360 | Author: 宾格 | Hits:

[JSP/JavaA-star-search

Description: 画一个迷宫,设置初始点和随机终点,找到最佳路径,实现A star search-implement A star search
Platform: | Size: 10240 | Author: sam | Hits:

[AI-NN-PRA-star-eight-the-number-of-problems

Description: 用A星算法实现--八数码问题 C++源代码 使用错误位置法-A star algorithm Law- eight digital C++ source code using the wrong position
Platform: | Size: 3072 | Author: 丛琳 | Hits:

[AI-NN-PRa-star-and--program

Description: 采用C语言编写,带源程序demo,本程序算法侧重使用a star实际解决在静态路网中以最快的速度,最小的代价搜寻地图或迷宫的最佳路径(可能不唯一),重点在于游戏中的NPC自动寻路-Using C language with source code demo, the program algorithm focuses a star practical solutions in the static road network to the fastest speed, minimize the cost of searching for the best map or maze path (may not be unique), with emphasis on the game automatically find its way in the NPC
Platform: | Size: 15360 | Author: 万松林 | Hits:

[FlashMXA-STAR

Description: A星寻路算法分析小程序,把游戏中的某个角色放在一个网格环境中,并给定一个目标点和一些障碍物,如何让角色快速“绕过障碍物”找出通往目标点的路径。-A Star pathfinding algorithm analysis procedures, a role in the game on a grid environment, and given a target point and a number of obstacles, how to identify the role quickly around obstacles leading to the target The point of the path.
Platform: | Size: 10240 | Author: 廖灵辉 | Hits:

[AI-NN-PRA-Star-solve-8NUM

Description: 人工智能-八数码问题A-STAR算法的实现及性能分析。包括C++源代码,有代码注释,理解轻松。-Artificial Intelligence- eight digital issues A-STAR algorithm and performance analysis. Including C++ source code, code notes, easy to understand.
Platform: | Size: 2433024 | Author: Bernie | Hits:

[Dialog_WindowA-star

Description: 这是一个简易的A星寻路算法,大家可以看看,适合于初学者,还是挺有帮助的-A star
Platform: | Size: 5065728 | Author: 杜帆 | Hits:

[AI-NN-PRA-star

Description: python A-star算法求解8-puzzle-python A-star algorithm 8-puzzle
Platform: | Size: 2048 | Author: 夏益志 | Hits:

[VC/MFCA-star-search

Description: A star search which finds the most optimal location to go to a vertex/node a given node. It uses a heuristic function. This program is located at Artificial intelligence a modern approach page 97.-A star search which finds the most optimal location to go to a vertex/node a given node. It uses a heuristic function. This program is located at Artificial intelligence a modern approach page 97.
Platform: | Size: 2048 | Author: sajib_arefin | Hits:

[matlabA-star-4-connected

Description: A star 算法的matlab代码,用于机器人的路径规划与避障,以四节点往外扩展-A star algorithm matlab codes for path planning and obstacle avoidance robot out to a four-node expansion
Platform: | Size: 4096 | Author: 张洋洋 | Hits:

[Other GamesA-star-src

Description: Very basic implementation of A-star (A*) algorithm. Made for school project.
Platform: | Size: 14336 | Author: SWBG | Hits:

[matlabA-Star-

Description: MATLAB CODE for A Star Path planning Algorithm
Platform: | Size: 3072 | Author: jaganath | Hits:

[AI-NN-PRa-star-pathfinder-v.-1.92

Description: a star pathfinder v. 1.92,高效的A*寻路,一个外国牛人写的,可以编译直接运行-A star Pathfinder v., 1.92, A* pathfinding, a foreign expert to write, can be compiled to run directly
Platform: | Size: 17794048 | Author: 谢春洋 | Hits:

[JSP/JavaA-star

Description: A-star算法求最短路径。 公式表示为: f(n) g(n)+h(n), 其中 f(n) 是从初始状态经由状态n到目标状态的代价估计, g(n) 是在状态空间中从初始状态到状态n的实际代价, h(n) 是从状态n到目标状态的最佳路径的估计代价。-A-star algorithm for the shortest path. Formula is expressed as: f (n) g (n)+h (n), where f (n) the initial state via the state n to the target state the cost estimate, g (n) is in the state space the initial state to actual cost state n, h (n) is an estimate of the cost the state to the target state n the best path.
Platform: | Size: 9216 | Author: Bao | Hits:

[2D GraphicGraphics-A-STAR-algorithm-master

Description: A星寻路算法,实现图形中路径的搜索和规划最短路径的功能。-A star pathfinding algorithm, search functions and planning the shortest path in the graph path.
Platform: | Size: 5628928 | Author: wang | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net