QUEENS
探索Queens技术的精髓,这里汇集了11个精选资源,涵盖从基础理论到高级应用的全方位知识。Queens技术以其卓越的数据处理能力和灵活的应用场景,在物联网、嵌入式系统开发及智能硬件设计中展现出巨大潜力。无论您是初学者还是经验丰富的工程师,都能在这里找到宝贵的学习资料和技术文档,加速您的项目开发进程...
资源总数
9
QUEENS 热门资料
查看全部 9 份 →C PROGRAM FOR 8 QUEENS PROBLEM USING BACKTRACKING
C PROGRAM FOR 8 QUEENS PROBLEM USING BACKTRACKING
2017-08-07
169
Using Genetic Algorithm to solve the 8 Queens problem.
Using Genetic Algorithm to solve the 8 Queens problem.
2014-11-28
37
所谓八皇后问题(Eight Queens Problem)
所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。
2016-07-27
107
n queens problem which can print the chess board pattern
n queens problem which can print the chess board pattern
2013-12-18
189
Solution to the "8 Queens Problem" (8 Damen Problem) known from Chess
Solution to the "8 Queens Problem" (8 Damen Problem) known from Chess
2017-08-12
56
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
2017-05-04
42
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
2014-11-17
146