搜索资源列表
nqueue
- 用分支界限法实现的n后问题 vc++ 语言效率很好-branch line with the law to achieve n vc language problem after a good efficiency
n-Queen
- 算法设计:著名的n后问题:在nXn的棋盘上放彼此不受攻击的n个皇后,按国际象棋的规则,任何2个皇后不在同一行或同一列或同一斜线上. 本算法才用回朔法来解决.-algorithm design : n after the famous question : In nXn put on the chessboard of each other against attack n empress, according to the international rules of chess, any
nQueenaa
- n后问题,有界面。 -after question, it is the interface.
112213432545435
- n后问题,实现n后问题的求解,并且可以输出最有解-n, n after realizing the problem solving, and can export most Solution
tsguide
- 这是一个用C语言写的禁忌搜索算法的解释,解决了了一个n后问题,这是一个典型的介绍性的算法代码。 很不错
nhou
- 对于n后问题,用n元组工[1:n]表示n后问题的解。其中x[i],表示皇后i放在棋盘的第i行的第i列。由于不允许将2个皇后放在同一列,所以解向量中的x[i]互不相同。2个皇后不能放在同一斜线上是问题的隐约束。对于一般的n后问题,这一隐约束条件可以化成显约束的形式。将n x n格棋盘看作二维方阵,其行号从上到下,列号从左到右依次编号为1,2,…,n。从棋盘左上角到右下角的主对角线及其平行线(即斜率为一1的各斜线)上,2个下标值的差(行号一列号)值相等。同理,斜率为+1的每一条斜线上,2个下标值的和
NQueen
- 用JAVA编写的N后问题~可以自由设置皇后个数,目前设置皇后上限为13,更改程序中STRING字符串的大小后可计算更多皇后的问题,有图形化界面显示解的位置~界面很可爱好看的哦~
queen
- 此程序源码为回溯算法中的n后问题,可以根据需要更改棋盘大小。已加入时间函数,可以分析不同棋盘规模下的运行时间。
sf2
- 算法实验 包括最短路径问题 n后问题 哈弗曼编码 归并排序-Experiments including the shortest path algorithm, after n questions Havermann code mergesort
n_queens
- VC++实现N后问题的实验报告和源码。N值可自己设定。-N VC++ implementation issues after the lab report and source code. N value can set yourself.
n
- n后问题的排列树,不全,要改进,排列树的似乎没人使用-n the arrangement after the problem tree, failure to improve, it seems that no one ordered the tree to use
nqueenproblem
- 图形后n后问题,逐个显示皇后的位置,并得到所有途径。-graphics N Queen problem
nqueen
- 我自己编写的一款关于n后问题解决的图形版源码,运行的时候会有图形显示的。-I have written to solve a problem on the n graphics version after the source, when there will be running graphical display.
SF1
- 算法程序,最小生成数的问题,N后问题等。-Algorithm, the minimum number of questions generated, N after the problems.
java_n_queen
- 使用java语言, 回溯法实现n后问题和0-1背包问题-java huisu suanfa slove N Queen question
n_queen
- 关于N皇后问题,通过探讨N后问题得到一些结论性的东西-On the N-Queens problem, after problem by exploring some of the conclusions N of the things
nhou
- n后问题,采用C++语言编写,n后问题是一经典问题,是算法中经常见到的。-n problem C++ language, n-problem is a classic problem is often seen in the algorithm.
Algorithm-design-n-problem
- 本源码是算法设计中的N后问题,他通过C++编写。-This source is N after the algorithm design, written by C++.
n-Queen
- 在n*n格的棋盘上放置彼此不受攻击的n皇后。按照国际想起的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n*n格的棋盘上放置n个皇后,任何2个皇后不放在同一行或同一列或同一斜线了。-Place each n is not an attack on the queen n* n chessboard grid. Think of in accordance with international rules, the Queen can attack at a pawn
QueenN
- 国际象棋的n后问题相关算法的可行性解,时间复杂度,及棋盘生成。-The feasibility of the solution after n chess problems related algorithms, time complexity, and board production.