文件名称:Puzzle
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- du***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
八数码 * 大体思路:主要思想为插入排序。
* 特殊词语解释:
* 墙:在最外层的中间位置,总共有四个,如[1][0]。
* 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异
* 角:数组的四个角
* 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wall: In the middle of the outermost layer, a total of four, such as [1] [0].* Note: These four locations have a common nature, namely: the number of records in any way for them with five other locations parity differ* angle: the four corners of the array* space: Digital 0
* 特殊词语解释:
* 墙:在最外层的中间位置,总共有四个,如[1][0]。
* 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异
* 角:数组的四个角
* 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wall: In the middle of the outermost layer, a total of four, such as [1] [0].* Note: These four locations have a common nature, namely: the number of records in any way for them with five other locations parity differ* angle: the four corners of the array* space: Digital 0
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Puzzle.java