搜索资源列表
a_game_road_find
- A*算法是一个求最短路径的函数,为许多即时战略游戏所用刀(或许人家大型的即时战略游戏笔者算法更好,不管它)。它由两个函数组成,一个是评估函数,也就是确定人物移动的下一个位置必须离目标位置最近,评估函数评估的结果越精确,则寻径的速度越快;另一个就是寻径函数,也就根据评估的结果做出响应,然后从新位置继续评估下一个位置,若无路可走(四周都是障碍什么的),那么折回一个路径节点,尝试其他方向,这个算法有个缺点,随着游戏中人物增多,相应的处理节点就增多了,会影响处理速度,而且占用大量的内存。 有兴
sunliang0206159
- java 实现最短路算法,很实用。 还可以实现tsp问题。选择正确的开发环境。这里用的是eclipse开发环境。-java achieve the shortest path algorithm, is very practical. Can also be tsp problems. Choose the right development environment. Here is using the eclipse development environment.
MazeFindPath
- 用矩阵表示的迷宫,用队列实现最短路径发现。-matrix said maze, with the shortest path to achieve cohort found.
MFCmaze
- 老鼠走迷宫程序,用vc编写,可以算出最短路径,用户自己设置围墙合入口出口-rats Maze procedure using vc preparation, you could calculate the shortest path, users set up their own import export a wall
Graphs_AStar_src
- C#实现的最短路径AStar算法,是我见过最好的AStar算法。-c# shortest path AStar calculation, It is the best calculation I ve ever seen
bashuma
- 用三种不同的搜索算法解决八数码问题,使得通过最短的路径和最小的消耗到达目标状态。-Three different search algorithms to solve the problem eight digital, making the shortest path and minimum through the consumption of the state to reach the target.
Sokoban
- 推箱子,小游戏,也是我在大学写的第一个能上得了台面的游戏,最适合初学MFC的同学。里面有10几个关卡,当然自己也可以增加。支持最短路径。-Sokoban game, the game in college, I wrote the first one got on the table, the most suitable for beginner MFC classmates. 10 a few points, of course, they can also increase. Support
tuixiangzi
- 推箱子游戏 项目简述:按五维键▼▲左、右移动搬运工,按鼠标可以通过最短路径让搬运工到达光标所在地 -Sokoban Game Project Descr iption: According to five-dimensional ▼ ▲ key to the left and right moving porters, according to the mouse through the shortest path to reach the cursor location as port
project_1_final
- 交通路线查询系统,简单的交通路线查询设计,使用Dijstra算法完成最短路径的查询-use Dijstra to search for the shortest path
PathFinder_src
- A* Implementation in c# to find the shortest path between 2 points
AStarExample
- A star (A*) example Find the shortest path from start point to end point on a matrix full of obstecles
TankGame1.1
- 坦克大战自己发展的源码,使用了applet swing 最短路径算法,欢迎挑错-Battle City their own development source code, using the applet swing shortest path algorithm, please pick the wrong
A
- 在C++下进行地图的最短路径搜索的A*算法 这个算法被广泛应用在即时游戏的路径寻找过程上。-In the C++ under the map of the A* shortest path search algorithm for this algorithm is widely used in real-time search process on the path of the game.
shortestPath_src
- a* algorithm implemetation/It is a simple implementation of the a* algorithm to find the shortest path
BallGame
- A*算法,最短路径查询。Windows API实现-A* algorithm, the shortest path query. Windows API Implementation
migong
- 迷宫游戏,采用宽度搜索算法找到走出迷宫的最短路径-Maze game, with the width of the maze search algorithm to find the shortest path
AmbulanceSchedule
- 一个 VISUO studio 平台 MFC语言编写的小游戏 用到最短路径算法-Studio platforms-VISUO MFC language to write a small game to use the shortest path algorithm
worldladder
- 实现了一个功能,就是从一个字符串变到另一个字符串,每次只能变化一个字符,并且是最短的路径A function, is the change from a string to another string, you can only change one character, and is the shortest path-A function, is the change from a string to another string, you can only change one char
shortest_path
- 求最短路径的简单算法,仅供参考,不是很复杂的那种,-Simple shortest path algorithm for informational purposes only, not very complicated kind,
pushbox
- 简易推箱子游戏,主要实现功能是人推箱子到目的地的最短路径的查找-Simple Sokoban game, the main function is to people Sokoban to find the shortest path to the destination