搜索资源列表
NQueen
- 用JAVA编写的N后问题~可以自由设置皇后个数,目前设置皇后上限为13,更改程序中STRING字符串的大小后可计算更多皇后的问题,有图形化界面显示解的位置~界面很可爱好看的哦~
nqueen
- 解决N皇后问题,使用的是C++编写的,有兴趣的可以
NQueen
- 自己用MFC设计的N皇后问题演示程序,有界面,最多可以设置20个皇后,演示可以自动摆放,也可以手动摆放
nqueen
- 高效率的N皇后解法,其采用的思想和一般的解法有些不同,对N皇后问题的解决有一定的启发意义
src
- 基于位运算的求解NQueen问题的一个实例。 提供了基于单线程和多线程两种方式计算的代码,分别见NQueen.java和MultiThreadNQueen.java
Nqueen
- n皇后问题构造法实现,比起启发式修补运行时间较长。
nqueen
- N皇后问题(c语言版),N默认为8,N值可以进行修改
一个局部搜索NQueen的O(n2)算法
- 求N皇后问题的一个解: 算法 :QS1
nQueen
- n皇后问题,亦是经典算法与分析题目,通过回溯的方法,解决此问题-n queens problem, is also a classical algorithms and analysis of the subject, through the back way to solve this problem
Nqueen
- N皇后问题的回溯算法,非常简单,容易看懂-N Queen s problem back algorithm, is very simple, easy to understand
NQueen
- 递归方法解决N皇后问题,依次显示所有路径。-Recursive solution to N Queen s problem, show all the path followed.
NQueen-WindowsVersion
- N皇后问题的解决办法.用深度优先搜索搜实现.-N Queen s problem solution. Used to achieve depth-first search found.
nQueen
- n皇后问题:计算各种情况下的棋盘上皇后的摆放位置-n Queen s problems: the calculation of a variety of situations on board the location of Queen s
Nqueen
- 一个简单的N皇后可视化原代码,完成皇后解决方案的图形界面-A simple visualization of N-Queen' s source code to complete the Queen' s graphical interface solutions
NQueen
- N皇后问题求解,VC 6.0编译环境,程序运行结果可给出N皇后问题的全部解,N可取任意正整数-N queen problems VC 6.0
nqueen
- this program find nqueen by c-this program find nqueen by c++
nQueen
- 一个关于N皇后问题的小程序,输出结果为一个n行n列的矩阵-nQueenProblem
nqueen
- 用概率算法求解N皇后问题。1、拉斯维加斯概率算法 每一行得到了几个摆放位置时,不是按顺序进行摆放,而是随机摆放的。因此程序每次运行的时间都不一样。用拉斯维加斯算法除非找不到解,如果找到,答案就一定是正确的。-Probabilistic algorithm with N queens problem. 1, Las Vegas probabilistic algorithms have several display each line position, not by placing the
nqueen
- Nqueen program too get all possibility of queen
TS-Nqueen
- tabu search TS Nqueen matlab codes for ts Nqueen
