搜索资源列表
Queen
- 求解n皇后问题的MATLAB源程序。此程序只需输入皇后个数,即可得到所有的解。-N queens problem solving MATLAB source code. Just enter the number of this program at Queen' s, you can get all of the solution.
matlabeightqueensquestion
- 该代码是用matalb实现的八皇后源代码,具体功能:可以用鼠标操作,共64个格子,用鼠标点击其中一个方块,其对角线和同一行列的格子都会变成红色,将为不可点击的状态,其中还有定时程序,显示出实现八皇后所用的时间,若实现了就会停止计时,若没有将会一直计时。可以实现重新开游戏功能和退出游戏功能。-The code is matalb Queen' s source code to achieve the eight specific functions: You can use the mous
n_queen
- N-Queen implementation in Matlab
n
- 要求一个n*n的矩阵要求每一行有一个皇后,但是每一行的皇后不能在同一列上或同一些线上-Requires a n* n matrix requires that each line has a queen, but each line of the Queen can not be in the same column or the same number of lines.
Genetic
- Genetic algorithms in 8 queen problem
tabu
- tabu search for resolving the problem of 8 queen in chess table.
q_2000_1000
- 皇后矩阵的生成matlab源代码 the generate of QUEEN matrix source-the generate of QUEEN matrix source the generate of QUEEN matrix source
8queens
- implementation of eight queen problem using genetic algorithm
8queens
- solving 8 queen problem in matlab with GA
xxqueen_problem_genetic_algorithm
- Genetic Algorithm for n-queen problem
qnf
- one of the most important parameteres in power system is frequency,in this paper frequency estimated using queen base algorithm
queen8
- Matlab,国际象棋棋盘上,八个王后问题,要求王后相互之间都不会吃掉对方。-Matlab, chess board, eight queens problem, requiring between the queen will not eat each other.
Chess
- Solving Classic 8 queens dilemma in matlab, In chess, a queen can move as far as she pleases, horizontally, vertically, or diagonally. A chess board has 8 rows and 8 columns. The standard 8 by 8 Queen s problem asks how to place 8 queens on an ordina
n-Queen-using-ICA
- Solving n-Queen Problem Using Imperialist Competitive Algorithm(ICA) Matlab Codes
Eight-queen-problem-matlab-solution
- 在matlab中使用回溯法解决八皇后问题-Use the backtracking method in matlab to solve the eight queen
n-Queen using TS
- n-Queen Problem using Tabu Search