搜索资源列表
人工智能(课程)
- 其中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
ShuDu
- 数独是一种源自18世纪末瑞士的数学智力拼图游戏。拼图是九宫格(即3格宽×3格高)的正方形状,每一格又细分为一个九宫格。在每一个小九宫格中,分别填上1至9的数字,让整个大九宫格每一列、每一行的数字都不重复。 数独的玩法逻辑简单,数字排列方式千变万化。不少教育者认为数独是锻炼脑筋的好方法。-Sudoku is a kind of Switzerland originated in late 18th century mathematical intelligence jigsaw puzzl
box8_java
- 自制 9格拼图游戏 java jfc程序 按钮拼图 记录步数 用时 重玩 退一步 改变风格 -9 grid made jigsaw puzzle java jfc record button procedure step by step back when the weight change in style of play
Game_Puzzle
- J2ME的拼图魔方游戏,9×9格子,240×320分辨率-J2ME Game Cube puzzle, 9 × 9 grid, 240 × 320 resolution
BoxGame
- 九格拼图游戏代码,数字型排序,随机生成。-9 puzzle grid code, digital-based sequencing, randomly generated.
EightPazzelBfs
- This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
sudoku_N73
- 益智类游戏《数独》手机版,在9X9格子中输入1-9的数字,横纵不重复即胜利-Puzzle game " Sudoku" mobile version, enter 1-9 in the 9X9 grid of numbers, not to repeat that victory in horizontal and vertical
sudokugame
- sudoku game based in java. The objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 sub-grids that compose the grid (also called "boxes", "blocks", "regions", or "sub-squares") contains all of the digits