搜索资源列表
AStarAlgorithmsApplication
- C#实现的基于迭代加深的A*算法的八数码问题-A-star Algorithms application
MagicalSquares
- 基于A-Star算法实现的重排九宫图即八数码问题-The solution of Eight-puzzle Problem
AiiPn
- C++ A星算法实现八数码问题,启发函数为每一个将牌与其目标位置之间距离(不考虑夹在其间的将牌)的总和。-C++ A star algorithm eight digital, distance heuristic function sum (without considering sandwiched therebetween trump) between each of the brand to its target location
myNewAstar
- 用A*算法实现八数码问题,并且有图形界面,界面是dos界面- With A* algorithm eight digital and graphical interface, the interface is dos interface
八数码问题 C语言代码
- 人工智能课基于A*算法的八数码问题 C语言实现