搜索资源列表
一个局部搜索NQueen的O(n2)算法
- 求N皇后问题的一个解: 算法 :QS1
nqueen
- 有关一个N皇后的问题。用户只要改变开始宏定义是的 QUEENS的值就可以验证 皇后的具体分布情况;如 8 皇后 则会输出具体的92中放置方法;-On a N Queen
NQueen
- 自己用MFC设计的N皇后问题演示程序,有界面,最多可以设置20个皇后,演示可以自动摆放,也可以手动摆放-Their own design using MFC demo N Queen
nqueen
- 高效率的N皇后解法,其采用的思想和一般的解法有些不同,对N皇后问题的解决有一定的启发意义-N Queen efficient method, its use of ideas and the general solution is somewhat different for N Queen
Nqueen
- n皇后问题构造法实现,比起启发式修补运行时间较长。-n Queen realize the issue of construction method, compared to a longer run-time heuristic repair.
nQueen
- n后问题的代码,最后用图形显示,运用了多线程技术-n after the issue of the code, and finally with graphical display, using a multi-threading technology
NQueen
- 本实例通过堆栈以及回朔法进行N皇后的遍历.-This instance through the stack as well as the retrospective method of traversal N Queen.
nqueen
- 用c++语言实现n皇后问题,您可以输入N值,程序可为您实现。-With c++ Language n Queens problem, you can enter the N value, the procedure for you.
Nqueen
- Nqueen后问题解答,输入任一大于1的数-After Nqueen questions, enter any number greater than 1
nQueen
- java实验在jdk1.6,netbeans下实现的算法实验n后问题。-java experiment in jdk1.6, netbeans algorithm achieved under the experimental n issues.
nqueen-genetic-algorithm
- This is a java implementation for solving NQueen problem using genetic algorithm.Enjoy it!
nqueen
- this program find nqueen by c-this program find nqueen by c++
NQUEEN
- Nqueen problem with backtracking
nQueen
- 一个关于N皇后问题的小程序,输出结果为一个n行n列的矩阵-nQueenProblem
NQueens_So2080728262007
- Genetic Algorithm NQueen
nqueen
- 著名的N皇后问题的两种解法: 在棋盘上放置N个皇后,使之不能互相攻击,输出可能的方法数。 JAVA实现。-2 kind of solutions of nqueen.
nQueen
- 一个简单的解决N皇后问题的算法,主要用到的是递归算法-A simple solution of nQueen
nqueen
- 用概率算法求解N皇后问题。1、拉斯维加斯概率算法 每一行得到了几个摆放位置时,不是按顺序进行摆放,而是随机摆放的。因此程序每次运行的时间都不一样。用拉斯维加斯算法除非找不到解,如果找到,答案就一定是正确的。-Probabilistic algorithm with N queens problem. 1, Las Vegas probabilistic algorithms have several display each lin
nqueen
- java 的N后问题的实现..自己写的,还可以~-the question of Nqueen
nqueen
- Nqueen program too get all possibility of queen