搜索:Eight+Puzzle
找到约 64 项符合「Eight+Puzzle」的查询结果
结果 64
按分类筛选
- 全部
- 技术资料 (17)
- Java编程 (9)
- 单片机编程 (5)
- 游戏 (3)
- 数值算法/人工智能 (2)
- 其他 (2)
- 其他书籍 (2)
- 数学计算 (2)
- 人工智能/神经网络 (2)
- matlab例程 (2)
- VC书籍 (2)
- DSP编程 (1)
- 通讯/手机编程 (1)
- 其他文档 (1)
- 技术书籍 (1)
- DSP工具/软件 (1)
- 嵌入式综合 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- 可编程逻辑 (1)
- 单片机开发 (1)
- 数据结构 (1)
- Delphi控件源码 (1)
- Symbian (1)
- JavaScript (1)
- 并行计算 (1)
- 书籍 (1)
https://www.eeworm.com/dl/625/266450.html
游戏
java puzzle eight problem solution
java puzzle eight problem solution
https://www.eeworm.com/dl/1000343.html
技术资料
eight queen question
适用于算法学习与C语言进阶开发,解决经典的8皇后问题。通过回溯法实现棋盘布局验证,帮助开发者深入理解递归与条件判断的应用场景。适合用于教学或个人项目实践。
https://www.eeworm.com/dl/633/400979.html
Java编程
Java Game: Puzzle & Black Jack !
Java Game: Puzzle & Black Jack !
https://www.eeworm.com/dl/633/463809.html
Java编程
puzzle game with java.very good !
puzzle game with java.very good !
https://www.eeworm.com/dl/694/325523.html
并行计算
所谓八皇后问题(Eight Queens Problem)
所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。
https://www.eeworm.com/dl/625/371073.html
游戏
Classic puzzle game of the source code
Classic puzzle game of the source code
https://www.eeworm.com/dl/625/371075.html
游戏
Classic puzzle game of the source code
Classic puzzle game of the source code
https://www.eeworm.com/dl/641/467538.html
数学计算
A 8 puzzle program solver.user have to input the current state and goal state of your 8 puzzle and i
A 8 puzzle program solver.user have to input the current state and goal state of your 8 puzzle and it solving by the program.