搜索:8-queen+problem
找到约 7,835 项符合「8-queen+problem」的查询结果
结果 7,835
按分类筛选
- 全部
- 技术资料 (2840)
- 单片机开发 (780)
- 单片机编程 (557)
- VHDL/FPGA/Verilog (300)
- VIP专区 (298)
- 其他 (212)
- 汇编语言 (160)
- 其他书籍 (124)
- 嵌入式/单片机编程 (117)
- 数据结构 (116)
- matlab例程 (98)
- Java编程 (97)
- 人工智能/神经网络 (97)
- 学术论文 (89)
- 数学计算 (76)
- 软件设计/软件工程 (74)
- 微处理器开发 (67)
- 书籍源码 (66)
- 技术书籍 (56)
- 数值算法/人工智能 (54)
- VC书籍 (53)
- 其他嵌入式/单片机内容 (53)
- 文章/文档 (52)
- 加密解密 (44)
- 可编程逻辑 (43)
- DSP编程 (40)
- 电源技术 (39)
- 电子书籍 (39)
- 系统设计方案 (39)
- Linux/Unix编程 (34)
- Java书籍 (33)
- 压缩解压 (31)
- 源码 (31)
- 教育系统应用 (29)
- Delphi控件源码 (28)
- 书籍 (28)
- 模拟电子 (26)
- 教程资料 (25)
- Internet/网络编程 (24)
- 其他数据库 (24)
- 游戏 (23)
- 嵌入式综合 (22)
- 编译器/解释器 (22)
- 通讯/手机编程 (21)
- 串口编程 (21)
- 文件格式 (21)
- 通讯编程文档 (21)
- 技术教程 (19)
- PCB相关 (17)
- 企业管理 (17)
- FlashMX/Flex源码 (17)
- 其他 (17)
- 电子书籍 (16)
- 软件工程 (16)
- 手册 (16)
- uCOS (15)
- 其他行业 (15)
- 并行计算 (15)
- C/C++语言编程 (14)
- 开发工具 (14)
- 数据库系统 (13)
- 驱动编程 (13)
- 行业发展研究 (13)
- 软件 (13)
- 操作系统开发 (12)
- 多国语言处理 (11)
- 嵌入式Linux (11)
- 中间件编程 (11)
- 邮电通讯系统 (11)
- Jsp/Servlet (11)
- 资料/手册 (10)
- 传感与控制 (10)
- 通信网络 (10)
- 其他文档 (9)
- 技术管理 (9)
- Windows CE (9)
- SQL Server (9)
- 接口技术 (8)
- 单片机相关 (8)
- J2ME (8)
- 论文 (8)
- 无线通信 (7)
- 测试测量 (7)
- 工控技术 (7)
- 语音压缩 (7)
- USB编程 (7)
- VxWorks (7)
- Delphi/CppBuilder (7)
- 源码/资料 (6)
- 手机短信编程 (6)
- 网络 (6)
- OA系统 (6)
- 单片机 (5)
- Linux/uClinux/Unix编程 (5)
- 设计相关 (5)
- 实用工具 (5)
- 教程资料 (5)
- SCSI/ASPI (5)
- GPS编程 (5)
- 精品软件 (5)
https://www.eeworm.com/dl/641/471754.html
数学计算
The famous 8-queen problem in java
The famous 8-queen problem in java
https://www.eeworm.com/dl/532/469367.html
书籍源码
The program simulate an 8 Queen mathematical problem
The program simulate an 8 Queen mathematical problem
https://www.eeworm.com/dl/625/489431.html
游戏
8 queen 1 game simple to proggramer
8 queen 1 game simple to proggramer
https://www.eeworm.com/dl/654/476993.html
数据结构
Solution to the "8 Queens Problem" (8 Damen Problem) known from Chess
Solution to the "8 Queens Problem"
(8 Damen Problem) known from Chess
https://www.eeworm.com/dl/1000343.html
技术资料
eight queen question
适用于算法学习与C语言进阶开发,解决经典的8皇后问题。通过回溯法实现棋盘布局验证,帮助开发者深入理解递归与条件判断的应用场景。适合用于教学或个人项目实践。
https://www.eeworm.com/dl/650/474968.html
人工智能/神经网络
C PROGRAM FOR 8 QUEENS PROBLEM USING BACKTRACKING
C PROGRAM FOR 8 QUEENS PROBLEM USING BACKTRACKING
https://www.eeworm.com/dl/625/156947.html
游戏
Using Genetic Algorithm to solve the 8 Queens problem.
Using Genetic Algorithm to solve the 8 Queens problem.
https://www.eeworm.com/dl/665/454377.html
matlab例程
An A-star algorithm for solving 8-puzzle problem
An A-star algorithm for solving 8-puzzle problem
https://www.eeworm.com/dl/534/148039.html
其他
Queen and King 問題 : does some checking related to the movement of the queen.
Queen and King 問題 : does some checking related to the movement of the queen.
https://www.eeworm.com/dl/518/476996.html
数值算法/人工智能
Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state
Solve the 8-puzzle problem using A * algorithme.
Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank.
There are 2 Heuristic:
1. N: Number of misplaced tiles
2. S: Sum of Manhattan distance of current location a ...