Qt5实现的拼图,添加了一个自动寻路的功能
2019-12-21 19:49:31 5KB Qt5拼图
1
Python2.x版的A*寻路算法,实现了基本的A*算法,可以显示寻路图,测试运行pathFinder.py,输入地图文件a_map.txt,起点7,0 终点7,9
2019-12-21 19:45:14 3KB A* 寻路
1
实现了A*寻路算法,用Win32 GDI绘制的图形界面进行展示。算法部分与界面展示部分进行了良好的分离,便于将算法应用到其它GUI框架上。 程序运行时鼠标左键双击设定目标点即开始寻路,并将结果动态展示出来。程序设定了全局的定时器,每25毫秒一刷新。 地图文件为bin\2.map,可自行编辑,0是空地,1表示障碍物。
2019-12-21 19:29:11 82KB AStar A* 寻路
1
Unity A Pathfinding Project Pro 4.1.12 A*寻路插件,强大的寻路插件库,内含多种寻路算法,最新版本
2019-12-21 19:22:07 6.57MB unity 插件 A* Pathfinding
1
使用javascript在cocos creator上实现了A*寻路算法,使用方块格表示起始点以及障碍路径等,动态调整行列数,障碍物密度,初始点坐标,实现鼠标点击计算起始点到点击位置方块的路径。
2019-12-21 19:21:50 342KB cocos creato a*寻路 javascript
1
Usage: Simply double click on server.exe and client.exe By default, the server starts on 127.0.0.1(localhost) and uses the port 31416. If you want to specify another port, add options while executing the server.py. This can be done by either executing the program in cmd or executing it via a modified shortcut. For example: server.exe -p 27183 As stated in the description section above, you can start the server on one machine and start the client on another machine, as long as these two machines are connected. If you want to connect to a remote server, add options while executing the client. For example: python client.exe -a 172.18.241.2 -p 27183
2019-12-21 19:21:25 5.71MB 寻路算法 A*
1
A星寻路算法 MFC写的动态演示程序 在上一版的基础上解决画面闪烁、单线程问题,加入暂停功能。加入斜向移动的功能。
2019-12-21 18:54:58 80KB A星寻路算法
1
A*算法的C++实现,注释详尽,直接编译运行
2014-11-21 00:00:00 9KB A*算法
1