Description: A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。-This is a * arithmetic source code, appointed a map, it can search route from start spot to destination. Platform: |
Size: 13535 |
Author:许冲 |
Hits:
Description: A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。-This is a* arithmetic source code, appointed a map, it can search route from start spot to destination. Platform: |
Size: 13312 |
Author: |
Hits:
Description: 该代码为Jennic的基于IEEE802.15.4协议的Zigbee协议栈星型网源代码,内有coordinator和endpoint代码,一个网络可以有多个endpoint但是只有一个coordinator!-the code based on the IEEE802.15.4 Jennic agreement Zigbee agreement Stack Star network source code, within a coordinator and endpoint code a network can have multiple endpoint but only a coordinator! Platform: |
Size: 22528 |
Author:陈强 |
Hits:
Description: 代码为Jennic的基于IEEE802.15.4协议栈星型网源代码,内有coordinator和endpoint代码,只有MAC层,网络层用户可以自行编写!-code for the protocol stack based on the IEEE802.15.4 Star network source code, within a coordinator and endpoint code, only MAC layer, Network users can prepare themselves! Platform: |
Size: 159744 |
Author: |
Hits:
Description: A STAR 算法源码, 比较初级的算法, 适合初学的朋友研究-A STAR algorithm source code, compare the initial algorithm, suitable for beginner Platform: |
Size: 186368 |
Author:wzh |
Hits:
Description: 一种常用的搜索算法。A STAR 算法。VC++源代码实现。-A commonly used search algorithm. A STAR algorithm. VC++ Source code to achieve. Platform: |
Size: 3072 |
Author:刘一 |
Hits:
Description: 以A-star算法为基础的通过改良的最短路径探索的源代码-To A-star algorithm based on the shortest path through the modified source code to explore Platform: |
Size: 3096576 |
Author:刘叶 |
Hits:
Description: 一款用C++编的2D小游戏源码,应用了A STAR算法-A C++ for use of the 2D game source code, application of the algorithm A STAR Platform: |
Size: 6595584 |
Author:于丰 |
Hits:
Description: 六款游戏源码,游戏名称如下
YYTetris - 七彩俄罗斯方块 ( a Tetris game )
YYPiano - 趣味钢琴 ( a music game )
YYFly - 打苍蝇 ( kill flies )
YYMatch - 连连看 ( a Match It game )
YYArena - 星际竞技场 ( Star Arena: a STG game )
YYSnake - 贪吃蛇 ( a Snake game )-Six games source code, the name of the game are as follows YYTetris- Colorful Tetris (a Tetris game) YYPiano- Fun Piano (a music game) YYFly- Da Cangying (kill flies) YYMatch- Lianliankan (a Match It game) YYArena- Star Arena (Star Arena: a STG game) YYSnake- Snake (a Snake game) Platform: |
Size: 2438144 |
Author:肖亚微 |
Hits:
Description: 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。
某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~
我用的启发函数计算了现在的网格距离目标网格还有多远。
具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x)
也就是Manhattan_Distance
源码使用方法:建立Java Project后,分别建立三个同名的.java文件,将源码分别复制过去然后编译运行即可。-a source code that solves the 8 puzzle problem. it uses A-star algorithm, and a major data structure of Vector<int[]>. The output of the program would be "no solution" or a series of strings representing the moves during the solution.
Well, some samples need to be proceeded for around 30 seconds, but the program per se is indeed correct and will ultimately generate the shortest solution. so if u encounter such occasion plz jst wait for a while tho~~~ thnx~!!
the heuristic function, say h(x), in this source code is the sum of the Mahattan Distance of each block from its destination block.
How to use: build a Java Project, and create three .java files with the same names in the .zip file accordingly, and copy the source from the .zip file and just compile and run~~!
have fun thnx~! Platform: |
Size: 669696 |
Author:Siegfried |
Hits:
Description: 用A星算法实现--八数码问题 C++源代码 使用错误位置法-A star algorithm Law- eight digital C++ source code using the wrong position Platform: |
Size: 3072 |
Author:丛琳 |
Hits:
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: