搜索资源列表
puzzle
- 用A star,先深搜索等搜索算法搜索puzzle。
flash
- 智能拼图游戏 根据FLASH编写 可以查看源码和教程文档 非常好用-FLASH prepared according to intelligence jigsaw puzzle
拼图Game
- 小游戏数字拼图,网页的-small number puzzle games, the website
Puzzle
- 八数码 * 大体思路:主要思想为插入排序。 * 特殊词语解释: * 墙:在最外层的中间位置,总共有四个,如[1][0]。 * 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异 * 角:数组的四个角 * 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wa
PicturePuzzle
- 利用J2ME在手机上实现的简单的拼图游戏。-The use of J2ME on mobile phones to achieve a simple jigsaw puzzle.
puzzle
- java拼图 分为3个等级 两种不同的玩法 一个是移动的 一个是跳动的-java puzzle Level 3 is divided into two different ways is one of the Beat movement of the
puzzle
- puzzle program witch dfs bsf and a* algorithm
Puzzle
- puzzle game with java.very good !
puzzle_flashgame_fla_swf
- puzzle game for flash, fla, swf
BoxGame
- 九格拼图游戏代码,数字型排序,随机生成。-9 puzzle grid code, digital-based sequencing, randomly generated.
JavaScript
- This Nice 15 puzzle-This is Nice 15 puzzle
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
puzzle
- js, php javascr ipt puzzle
Puzzle
- 这是一个拼图游戏的源代码,是很基础的的java游戏编程-This is a jigsaw puzzle of the source code, is a foundation of java game programming
eightpuzzle
- eight puzzle using RBFS and A* search and manhattan distance heuristic function
puzzle
- java拼图applet 1-8数字拼图-java puzzle applet 1-8 number puzzle
puzzle
- 用java编写的简单拼图游戏,利于新手学习java中的GUI,以及对GUI中各个期间移动的操作. puzzletile.jar直接查看效果,源码在src文件夹中.-Written in a simple jigsaw puzzle using java, which will help novice to learn java in the GUI, as well as GUI in operation at all during the move. Puzzletile.jar direct
puzzle
- 用A star,先深搜索等搜索算法搜索puzzle。-star
sliding-puzzle
- 这是一个sliding puzzle的程序,在数据包里有详细的截图以及报告说明。-This is a sliding puzzle program, detailed in the data package and the report shows a screenshot.
Sliding-Puzzle
- Sliding Puzzle的游戏,很简单,可以供初学Java的人士参考使用-Sliding Puzzle game, very simple, you can reference for beginners who use Java