搜索资源列表
基于A星算法的MFC界面的八数码程序
- 基于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.
star
- 关于A_star算法的程序,主要数据结构为最小堆栈,整个程序结构清晰,适合于学习与改进-A_star algorithm on the procedure, the main data structure for the smallest stack, the entire program structure clear, suitable for learning and improvement
n-puzzle
- n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A*
A_Acolyte_176621752004
- A Acolyte of AI with 8 Puzzle-This is an attempt to bring some AI programming in VB using A Star (A*) algorithm to solve 8 puzzle problem. This is the famous AI search algorithm test problem to rearrange misplaced cells in a proper sequence on an 3 b
pathplanningbasedonprobabilitymap
- 基于威胁概率地图的航迹规划方法,首先建立威胁概率地图,然后利用A—star算法进行航迹寻优秀。-Threat probability map based on route planning, threat probability map is established, then using A-star algorithm for finding good track.
ClassAstar
- A*搜寻算法,俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。-A* search algorithm, called A Star algorithm. This is a plane in the graphics, there are multiple nodes in the path, find the lowest cost method adopted. Commonly used in
A-star
- 关于A*算法的详细讲解。简单明确,附图讲解。原文英文,此文章为翻译后文件。读过之后会对A*算法有初步的了解。-On the A* algorithm explained in detail. Simple and clear, with photos to explain. Original in English, this article is translated documents. After reading A* algorithm will have a preliminary un
Integrated-Navigation-of-UAV
- 西北工业大学博士论文:小型无人机航迹规划及组合导航关键技术研究,是研究组合导航的很好的参考资料-study on the Key Techniques of Trajectory planning and Integrated Navigation of UAV.A Dissertation submitted to Northwestern Polytechnical University in Partial Fulfillment of the Requirement
[Arduino-A-Quick-Start-Guide-1st
- 创建有用的设备,充满了的乐趣,这个快速入门指南将帮助你用三轴加速度计建立你自己的动作感应游戏控制器。然后,您将用Arduino和一些便宜的部件为您的电视机或Mac创建一个通用遥控器。 Arduino是一个完美的平台,通过它建立网络设备 - 您将学习如何将它连接到互联网和客户端程序和服务器应用程序。在一个动手项目上,你会建立你自己的防盗报警器,每当有人进你的起居室就更新你的Twitter回馈。其他项目会告诉你如何将任天堂的Wii Nunchuk融入您的项目。 贯穿全书的侧边栏指引你到令
A-star-for-eight-digital-puzzle-
- 基于A※算法的八数码难题的编程实现与测试-the programe for the eight digital puzzle based on the A star algorithm
A-star
- 对于空地左键单击后会产生障碍,对障碍左键单击会消除障碍,对于起点,两次左键盘单击会消除起点,如果不存在起点,单击右键会产生起点,如果存在起点不存在终点,单击右键会产生终点,如果既存在起点又存在终点,单击右键会消除终点,点击开始寻路回画出路径-For space left click on to generate barrier of the obstacles left click on will eliminate obstacles, for starting point, two left
A--Star
- 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
a-star-and--program
- 采用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 c
A-STAR
- 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 a
bintang
- draw a star on dev c-draw a star on dev c++
Draw-a-star
- 在visual Studio2012平台以C#基于AUTOcad绘制五角星源码- In visual Studio2012 platform with c# based on AUTOcad drawing star source
An-Improved-A--Star-Algorithm
- (被EI收录,不错的文章)传统A*算法在栅格地图上进行路径规划时,求解得到的路径长度不是最短并且转折点较多。针对这些不足,提出了一种改进A*算法,将传统A*算法的可搜索邻域个数从离散的8个拓展为无限个,可以沿任意方向进行搜索。这样不仅求解出来的路径长度更短,并且大大降低了其转折点的个数。该算法被应用于自主研发的“智能先锋”号系列无人驾驶车辆上,实车试验以及它们在“中国智能车未来挑战赛”中的优异表现证明该方法能够在栅格地图中求解出一条更优的可行驶路径,可以显著提升无人驾驶车辆行驶的效率和平稳性。-
Stack_Code
- 这是一款基于A-star算法的迷宫设计,用于学习与熟悉A-star算法,希望对大家有所帮助(This is a maze design based on A-star algorithm)
flute-ringtone-2017
- The only one that was my first time
AStarPath
- A*搜寻算法俗称A星算法。A*算法是比较流行的启发式搜索算法之一,被广泛应用于路径优化领域[。它的独特之处是检查最短路径中每个可能的节点时引入了全局信息,对当前节点距终点的距离做出估计,并作为评价该节点处于最短路线上的可能性的量度。(The A* search algorithm is commonly known as the A-star algorithm. The A* algorithm is one of the more popular heuristic search algor