搜索:QUEENS
找到约 10 项符合「QUEENS」的查询结果
结果 10
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/694/325523.html
并行计算
所谓八皇后问题(Eight Queens Problem)
所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。
https://www.eeworm.com/dl/641/436763.html
数学计算
n queens problem which can print the chess board pattern
n queens problem which can print the chess board pattern
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/518/435770.html
数值算法/人工智能
This progamram desrible how put N queens on the board have size N*N Using algorithm back tracking
This progamram desrible how put N queens on the board have size N*N
Using algorithm back tracking
https://www.eeworm.com/dl/654/467179.html
数据结构
This program finds the locations of placing n queens in a n*n chessboard so that none attack any oth
This program finds the locations of placing n queens in a n*n chessboard so that none attack any other
https://www.eeworm.com/dl/534/239525.html
其他
有关一个N皇后的问题。用户只要改变开始宏定义是的 QUEENS的值就可以验证 皇后的具体分布情况;如 8 皇后 则会输出具体的92中放置方法;
有关一个N皇后的问题。用户只要改变开始宏定义是的 QUEENS的值就可以验证 皇后的具体分布情况;如 8 皇后 则会输出具体的92中放置方法;
https://www.eeworm.com/dl/534/452835.html
其他
用 Scheme 来解决八皇后问题。八皇后问题:在 8*8 的棋盘上放置彼此不受攻击的 8 个皇后。按照国际象棋的规 则皇 后可以攻击与之处在同一行或同一列或同意斜线上的棋子。找出所有合法的 使8 个
用 Scheme 来解决八皇后问题。八皇后问题:在 8*8 的棋盘上放置彼此不受攻击的 8 个皇后。按照国际象棋的规 则皇 后可以攻击与之处在同一行或同一列或同意斜线上的棋子。找出所有合法的 使8 个皇后 彼此不受攻击的放置方法。1 )除了完成 queens 的定义之外 , 给出一个打印输出过程 print-queens ...