搜索资源列表
BaShuMa2
- 用java实现人工智能中经典的A*算法,实现八数码问题,
8digitsbyJava
- A*算法实现八数码问题,输入为String类型的当前状态,输出为每步的变化状态。效率较高。-8 Digital A* algorithm problem
EightPuzzle
- A*算法实现八数码问题的解决,清华的人工智能课的作业,相信对后面的人有用。-A* Algorithm 8 digital solution to the problem, Tsinghua AI homework assignment, I believe that right behind him useful.
eightdigital
- 个八数码拼图是根据网上的一个简单的拼图游戏改编而来。本程序保留了原程序的主要界面,重写了拼图主要功能的实现方法,加入了八数码的A*算法,使其可以完成自动拼图功能。-Eight digital puzzle is adapted from a simple jigsaw puzzle online. This procedure retains the original program' s main interface, and rewrite the main function of t
a
- 本程序实现八数码问题,由用户输入初始状态,采用的算法为启发式算法,能够大大提高搜索效率。-The program eight digital input by the user initial state, using the algorithm is a heuristic algorithm, can greatly improve the search efficiency.