搜索:QUEENS

找到约 14 项符合「QUEENS」的查询结果

结果 14
https://www.eeworm.com/dl/617/468502.html 压缩解压

N-Queens made in SST

N-Queens made in SST
下载 153
·
查看 1038
https://www.eeworm.com/dl/694/325523.html 并行计算

所谓八皇后问题(Eight Queens Problem)

所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。
下载 107
·
查看 1049
https://www.eeworm.com/dl/650/474968.html 人工智能/神经网络

C PROGRAM FOR 8 QUEENS PROBLEM USING BACKTRACKING

C PROGRAM FOR 8 QUEENS PROBLEM USING BACKTRACKING
下载 169
·
查看 1088
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.
下载 37
·
查看 1117
https://www.eeworm.com/dl/650/149108.html 人工智能/神经网络

For the incomplete methods, we kept the representation of the queens by a table and the method of ca

For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics: descent. Tests: 100 queens in ...
下载 29
·
查看 1095
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
下载 189
·
查看 1043
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
下载 56
·
查看 1114
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
下载 146
·
查看 1065
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
下载 42
·
查看 1193
https://www.eeworm.com/dl/650/208481.html 人工智能/神经网络

以VC6写的用遗传算法解决8皇后(8queens)问题

以VC6写的用遗传算法解决8皇后(8queens)问题,包括遗传算法介绍和代码的使用方法说明word文档
下载 129
·
查看 1140