搜索资源列表
NQueen
- 用JAVA编写的N后问题~可以自由设置皇后个数,目前设置皇后上限为13,更改程序中STRING字符串的大小后可计算更多皇后的问题,有图形化界面显示解的位置~界面很可爱好看的哦~
src
- 基于位运算的求解NQueen问题的一个实例。 提供了基于单线程和多线程两种方式计算的代码,分别见NQueen.java和MultiThreadNQueen.java
nqueen
- 我自己编写的一款关于n后问题解决的图形版源码,运行的时候会有图形显示的。-I have written to solve a problem on the n graphics version after the source, when there will be running graphical display.
TASK3
- N皇后的计算,注释比较详细了,方便易学,效率也快-calculate NQueen
nQueen
- 实现解决N皇后的问题,由用户指定N,程序给出所有摆法的情况及摆法数目-Achieve a solution N-Queens problem, the user-specified N, the program gives all the pendulum method the number of conditions and the pendulum method
nqueen
- N-Queen Algorithm by Visual C++ just input size N.
