搜索资源列表
MagicPanel.rar
- 拼图魔板由4×4或3×3个方格组成,这样就增加拉用户的选择性,其中一个格子是空的。对于4×4的魔板,其它格子里随机放置15个编号为1-15的方块; 对于3×3的魔板,其它格子里随机放置8个编号为1-8的方块。 用鼠标任何与空格子相邻的方块可以把该方块移入空格。通过不断地移动方块,可将方块一行一行按数字顺序排列。 同时也可以使用图像来代替数字,对于4×4的魔板,将一个图像分成4×4个方块,打乱顺序后,放入魔板,并将其中一个方格置为空。最终目标是通过移动方块恢复为原始图像。 ,Magic pu
8puzzle
- Simple 8 Puzzle with C-Simple 8 Puzzle with C++
BFS
- This program implements the search algorithm depth in the 8 puzzle problem
puzzel-(2)
- e: C# code tha implements the Breadth-first-search (BFS) search algorithm. The program solves the 8-puzzle game using the algorithm
AStarAlgorithm
- A 星算法,用于游戏中机器人寻找路径,也可以解决8 puzzle 问题。-A* algorithm, used path finding in the game, can also resolve 8 puzzle problem
Source
- 8 Puzzle Logic Source Code for Computer Engineerning
8puzzle
- 8_puzzle_in_C#_ solve the 8-puzzle problem using A* algori thm
astart8puzzle
- A-Start Alogirthm 8 puzzle CODE in RAR file