搜索资源列表
JIUGONGTUXINJIE
- 一个人工智能的八数码难题,也叫九宫图难题,算法仅供参考.-an eight digital artificial intelligence problems, it has also called JiuGongTu problem, the algorithm is for reference only.
人工智能八数码问题
- 人工智能八数码问题,包括盲目搜索,不在位和距离两种A*算法。
artificial
- 八数码 VC源程序 人工智能经典题目 使用A*启发式搜索算法。
EIGHTPUZZLE
- 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
woxindebashuma
- 八数码问题的编程,人工智能的思想,很好很强大,多多支持哦-good job!
NineGrid
- 九宫格,实现八数码问题,人工智能-nine
AI1-10010707
- 人工智能的八数码问题,可实现自动生成初始数,自动搜索,判断目标是否可达,并给出搜索步骤-AI 8 digital issues, can be realized automatically generate the initial number, auto-search, to determine whether the target up to, and gives search steps
MyAStar
- 使用人工智能的A*算法实现八数码问题,速度非常快。程序有良好的可视化界面。-A* algorithm using artificial intelligence to achieve eight-puzzle problem, very fast. Program has a good visual interface.
bashuma
- 八数码 深搜 广搜 人工智能 例题 希望对大家有用 -Search by collecting eight digital depth examples of artificial intelligence
c
- 人工智能 动物产生式规则 推理 tsp问题 八数码问题 图形学 画直线-Animal production rule reasoning artificial intelligence problem tsp eight digital graphics drawing a straight line problems
artificialintellgence
- 此程序是一个人工智能方面的一个典型的小程序,八数码问题-bashumawenti
eight_num
- 人工智能里的经典问题,八数码问题的编程实现代码。-Classic problem in AI the eight digital programming code.
bashuma
- 八数码问题,经典的人工智能小程序,大家可以参考一下,还是自己写的-Eight digital classic artificial intelligence applet, we can refer to, or write your own
eightcode
- 这是人工智能中的机器智能的一个问题,是八数码问题的QT代码,有界面,能运行。属于智能方面的-This is a problem of artificial intelligence machine intelligence is QT eight digital code, the interface can run
eightPpuzzle
- 八数码,一个简单人工智能程序,自动完成八数码的运行-Eight digital, a simple artificial intelligence program automatically runs eight digital
A--algorithm-eight-digital-problem
- 这是一个领用人工智能中的A*算法求解八数码问题的完整实现,包含多种启发函数。-This is A recipients A* algorithm in artificial intelligence eight digital problem complete implementation, contain A variety of enlightening function.
my_proj
- 在人工智能领域中, 八数码问题一直都是一个游戏难题。介绍了八数码问题, 然后在启发式搜索算法上对A * 算法定义进行了解释, 并在其旨在提高搜索效率的方面作了比较详尽的介绍, 详细描述了基于图搜索算法的解决此类问题的一种启发式搜索算法:A* 算法。再依据这种算法用可视化编程语言VC+ + 6. 0 来实现八数码问题的求解过程, 取得了预期的搜索解, 提高了搜索效率。-in english
Astar
- 八数码问题,A*算法使用,人工智能导论,启发式搜索-Eight digital, A* algorithm, Introduction to Artificial Intelligence
bashuma
- 人工智能学习过程中八数码事例的一种算法实现-Artificial intelligence learning process an algorithm to achieve eight digital stories
八数码问题 C语言代码
- 人工智能课基于A*算法的八数码问题 C语言实现