搜索资源列表
人工智能(课程)
- 其中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
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
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
AIpuzzle
- 使用A*算法 双向搜索实现的8PUZZLE问题-Bi-directional search using the A* algorithm implementation issues 8PUZZLE
puzzle
- java拼图applet 1-8数字拼图-java puzzle applet 1-8 number puzzle
8puzzle
- 8 puzzle是西人喜欢玩的一个小游戏,这段小程序用四种人工智能算法来实现这个小游戏。 首先是A*查找,包括Nilsson’s sequence score;Tiles Out of Place;Manhattan Distance;另外还有一种算法是air distance-8 puzzle a foreigner like to play a little game, this small program with four kinds of artificial intelligen
TallerHTMLCSS
- El 8 Puzzle Orientado a Inteligencia Artificial
puzzle
- An 8 puzzle game employing manhattan search and heuristic search methods to solve itself.
Horses
- This an implementation of Horses puzzle, for example 8 Horses puzzle.-This is an implementation of Horses puzzle, for example 8 Horses puzzle.
the_eight_puzzle_breaker
- a* search 8 puzzle, not finish yet
EightQueens
- 8 Puzzle source code in java
431896
- 8 puzzle using Breadth first search implemented by java. for atificial intellegence codes .
BLOG
- 1. 实现访问者注册利用ajax提示用户名是否可用,在用户注册、用户登录时为用户提示密码错误。 2. 实现搜索可以分为以作者为select的条件,也可以以文章内容为select的条件! 3. 实现任务列表功能可以用ajax实现将任务由“未完成”动态变为“已完成”。 最终实现新任务的的添加,和已完成任务的删除。 4. 主页上显示文章标题列表,提供查看全文的链接以浏览全文,并且可以浏览关于文章的评论。 5. 实现管理员添加文章,添加图片,编辑评论,最终实现管理员删除文章,删除评论。 6. 娱乐模块
pentu
- 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:拼图游戏-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: jigsaw puzzle
pintuyouxi
- 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:拼图程序的代码。as较多,思路参考吧-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect is the code: the
Puzzle
- this program is written in java language and it s simulating 8 puzzle tile hope you enjoy it
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
8puzzle
- 实现八数码移动,九宫格中的八个数字随机排列,有一个空格数字可以通过在空格中移动来移动,最后实现将8个数字按大小顺序围绕空格周围排列(8 puzzle thisprogram is very good,it can make the number stand by order ,so it is a good program)
puzzleFinal
- Juego del puzzle desarrollado en java
puzzleSolver
- otra solucion grafica al 8-puzzle