搜索资源列表
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.
moni
- 该程序用模拟退火算法实现了对八皇后不相冲突的位置算法。-The program simulated annealing algorithm for the eight queens do not conflict with the location algorithm.
code
- import java.doc,MATLAB拟合函数.doc 八皇后程序代码.doc,求杨辉三角.doc 光栅的模拟.doc-import java.doc, MATLAB fitting function. doc 8 Queens program code. doc, seeking Yang Hui triangle. doc grating simulation. doc
bahuanghou
- 用于解决人工智能中的八皇后的问题,是比较经典的问题,用matlab编程实现-Artificial intelligence used to solve the eight queens problem, the problem is more classic, with the matlab programming
GA_queen
- 在matlab上用传统遗传算法解决八皇后问题。 成功率有60 吧。-matlab、GA、eight queens.
Queens
- 本程序用Matlab实现了八皇后问题的所有解,用到了递归的编程思想-The procedures used Matlab eight queens problem all the solutions use recursive programming ideas
yichuan
- matlab程序,用遗传算法解决八皇后的问题。不用添加工具箱即可运行。其中yichuan.m是主程序。算法简单易懂。-matlab program, using genetic algorithms to solve the eight queens problem. Do not add Toolbox to run. Where yichuan.m is the main program. The algorithm is simple and easy to understand.
queen8
- Matlab,国际象棋棋盘上,八个王后问题,要求王后相互之间都不会吃掉对方。-Matlab, chess board, eight queens problem, requiring between the queen will not eat each other.
bahuanghou
- matlab解决八皇后,利用深度优先算法解决,广度优先,A算法-matlab to solve the eight queens, the use of depth-first algorithm to solve, breadth-first, A algorithm
matlab_8vazir
- 8 queens on the chess board with matlab
queen
- 八皇后问题,用matlab解决八皇后问题,以及多皇后问题,采用追溯法-Eight queens problem
n-Queens-In-Matlab
- n-queens implementation in MATLAB
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
Eight-queens-problem-
- Matlab写的求解八皇后问题的程序,可以求出全部的92个解-Eight queens problem solving backtracking
NQueens
- Solve n-queens using matlab
8queens
- this a project of 8 queens problem with genetic algorithm (GA) that implemented in matlab. -this is a project of 8 queens problem with genetic algorithm (GA) that implemented in matlab.
ypea116-tabu-search
- 结构化的禁忌搜索(TS)的MATLAB实现TSP和n-Queens问题-A structured implementation of Tabu Search (TS) in MATLAB for TSP and n-Queens Problem