搜索资源列表
人工智能(课程)
- 其中readme是整个程序的要求,1.txt是测试程序,hw3.java是编写的程序。主要是为了实现8-puzzle问题(手机上都有的那个小游戏,9个格子,8个数字,让你移动到一种终止状态)。-readme which is the entire process, 1.txt test procedures hw3.java preparation procedures. Major is to achieve 8-puzzle (the phone is the small game, nin
Puzzle
- 八数码 * 大体思路:主要思想为插入排序。 * 特殊词语解释: * 墙:在最外层的中间位置,总共有四个,如[1][0]。 * 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异 * 角:数组的四个角 * 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wa
puzzle
- 在一个n*n 矩阵中找到 沿着八个方向搜索,找长度大于4并且字典中包含的单词。-N* n in a matrix along the eight found in the direction of search, to find the length of more than 4 and the word dictionary is included.
8_puzzle_solver_2009_10
- AI(人工智能)课程的作业,要求用java语言 随即生成8迷宫问题,然后用dfs解决,请大家参考-AI (Artificial Intelligence) program demands of their workers using java language then generate the eight maze problems, and then use dfs resolved, please refer to the
eightpuzzle
- eight puzzle using RBFS and A* search and manhattan distance heuristic function
EightNumber
- 八数码小程序,界面简单,能够自动运行求解,适合新手学习-eight puzzle
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
Jigsaw-Puzzle
- 八皇后 通过AI寻找各种实现八皇后的解 最终打印出各种结果-Eight Queens AI to find the final solution to the eight queens print out results
AI_Assignment_8_Puzzle
- eight puzzle with using A star algorithm
8-figure-puzzle
- 用深度优先搜索实现八数码问题,适合对java感兴趣的人作为一个有趣的练习-Depth-first Algorithm is used to implement the eight-figure puzzle, suitable for people interested in Java as a fun exercise
Eight
- 八数码难题的java源代码,采用的是广度优先算法。-Eight puzzle java source code, using the breadth-first algorithm.
8puzzlefinal
- 深度优先搜索解决任何八码图和十六码图 非常有用的代码-eight puzzle application