搜索资源列表
八数码多算法实现
- 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth - first search, depth-first search, A and A * algorithm algorithm various algorithms to solve the problem eight digital
八数码MFC实现
- 用MFC实现的八数码,AStar算法!
八数码
- 采用A*算法实现八数码的自动路径搜索问题。
SourceCode
- MFC实现的八数码问题,采用的是A星算法,欢迎多多指教!-Eight Box Game Using MFC
bashumaA
- 八数码问题,MFC+A*算法实现!Open表方法!-MFC,I don t know how to miaoshu
AStarAlgorithmsApplication
- C#实现的基于迭代加深的A*算法的八数码问题-A-star Algorithms application
fans
- 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态
dist
- 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态 -用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态
Astar
- A*算法实现的八数码问题,使用STL的优先队列及康拓展开的hash函数实现-A* algorithm implementation of the 8 digital issues, using priority queue in STL, and Courier function as hash function to implement
bashuma
- 八数码问题,用广度优先和深度优先算法实现。并且用mfc实现界面,让结果算法运行过程以动画显示。并附上实验报告-Depth-first search algorithm and the breadth-first search algorithm
MagicalSquares
- 基于A-Star算法实现的重排九宫图即八数码问题-The solution of Eight-puzzle Problem
A
- 用A*算法实现的八数码问题求解,评估函数可以随意改动。-a alogrithm for eight digal problem.
MyAStar
- 使用人工智能的A*算法实现八数码问题,速度非常快。程序有良好的可视化界面。-A* algorithm using artificial intelligence to achieve eight-puzzle problem, very fast. Program has a good visual interface.
Abashuma
- 很好用的用A*算法实现得到八数码,好用和很。
Puzzle-Killer-1.2
- 经典的八数码和十五数码问题的完美解决方案,对于任何情况均可以迅速出解,并且可以动态演示。并非用传统的A*或IDA*算法实现,效率远高于A*和IDA*算法。-The classic eight digital and 15 digital perfect solution for any situation can be quickly out of solution, and can be a dynamic presentation. Not achieve with traditional
idas
- 使用迭代深入优先搜索解决八数码问题,并且在算法实现过程中进行了剪纸优化功能-Using an iterative depth-first search to solve eight digital
EightNum
- 用A*算法实现了八数码问题,能很好地处理八数码问题,运用将牌不在位的个数描述八数码问题-With the A* algorithm eight digital issues, can handle eight digital good, the use of the card is not in position number eight digital descr iption
EightNum_henji
- 用A*算法实现了八数码问题,用不在位的将牌数作为启发函数,很好地处理了八数码问题-With the A* algorithm eight digital issues, not bit by the number of licenses as heuristic function, a good deal of the eight digital
8数码
- 实现八数码问题的一个小算法平台,其中包括深度优先、广度优先、最好优先算法。(A small algorithm platform for eight digital problems, including depth first, breadth priority and best priority algorithm.)
八数码问题 C语言代码
- 人工智能课基于A*算法的八数码问题 C语言实现