搜索资源列表
eight queens
- 一种新的八皇后问题解决方案,用矩阵来表示皇后们的位置-a new eight Queens solutions matrix to express their position at Queen's
AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
- AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
皇后之謎
- this small program to give one possible solution of the 8 queens puzzle...
8quene
- 八皇后问题-Eight queens problem
nq
- 求N皇后问题回溯算法--Asks the N queens question recollection algorithm
Queens
- 八皇后问题的一个程序,可以输出结果-eight of a Queen's procedures, the results can be output
8Quing
- 八皇后问题(附自编解说)-8 Queens (self Commentary)
1八皇后
- 八皇后问题 数据结构学习源码-8 Queens source data structure study
八皇后问题
- 八皇后问题\八皇后问题-8 \ 8 Queens
1.八皇后问题
- 数据结构的八皇后问题-data structure of eight Queens
N皇后问题
- 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-Put on N queens in a N multiply N chessboard,preventing each queen to be knocked over
20050622235246_eq
- 八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens
eight queens
- 一种新的八皇后问题解决方案,用矩阵来表示皇后们的位置-a new eight Queens solutions matrix to express their position at Queen's
dossier
- 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 representa
bahuanghouwent
- 此源码是用C++语言编写的八皇后问题小程序。-this source is the C language 8 Queens small programs.
8Queen_Demo
- Using Genetic Algorithm to solve the 8 Queens problem.-Using Genetic Algorithm to solve the eight Quee ns problem.
knight
- “八皇后”问题归朔法求解。八皇后问题是一个古老而著名的问题,该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-"8 Queen" The problem Schomburg me
aglorithm
- 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest short
8QUEENS-BEST
- 8皇后问题最好的算法,请登陆本站才能下载哦!这是最优的解法哦!-8 Queens best algorithm, please log onto the site can download! This is the best solution!
8-queens
- 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C/C