搜索资源列表
Nqueen2.rar
- 使用另一种算法实现n皇后问题,现实运行时间及结果,附有算法,Another algorithm using the n Queens problem, the reality of time and results of operation, with algorithm
n_queen
- 还是用分支限界法解N皇后问题,已成功运行过。-Using branch and bound Solving N Queens, which has been run successfully over
Queen
- 用概率算法结合回溯思想实现n皇后问题,并计算算法执行的时间。-Algorithm combined with the probability of backward thinking of the realization of n queen problem and algorithm execution time.
queen
- N皇后问题,N皇后放置过程的现实。 由八皇后问题扩展开来,在N*N的棋盘上摆放N个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上。求可能的解决方案,并显示每一种解决方案的皇后放置过程。-N Queen' s problem, N Queen placed the reality of the process. Expansion by opening eight to question Queen' s, at the N* N chessboard
squee
- c++ n皇后问题的原代码,通过建立一个树形结构,用c++实现,-quee question
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
1
- N皇后问题的回溯算法 N皇后问题的回溯算法 -N Queen' s problem backward algorithm N Queen' s problem backward algorithm
nwanghou
- 算法分析,N皇后问题,这是上交的作业,准确无误!-Algorithm analysis, N queens problem
nqueens-recursion-backtracking-n^n
- n皇后问题的递归回溯实现, 状态数:n^n-n queens problem of recursive backtracking implementation, the number of states: n ^ n
N-Queens
- 软件架构的N皇后问题,这个算法效率比较高-Software architecture of the N queens problem, this algorithm is more efficient
n-queen
- 实现著名的n皇后问题,vs2008开发环境-Realization of the famous n queens problem, VS2008 development environment
n-kings
- 写了一个非常常见的n皇后问题,输入输出均用文本文件显示。源码!-Wrote a very common n-queens problem, the input and output text file. Source!
Erlang-N-queen
- 基于Erlang语言平台解决N皇后问题,通过对原有基于Erlang的N皇后问题算法进行分析,提出了一种新的改进算法。该算法利用位运算操作,并且在每一行只搜索可以放置皇后的位置。通过理论分析与实验验证,证明该算法能明显提升N皇后问题算法效率。-Solve the N-queens problem, based on the Erlang language platform through the original N-queens problem algorithm based on Erlang
N-Q-proclem
- N皇后问题,C++程序编写,N的大小可以自行设定-N Q problem ,C++ programme。
n-huang-hou-wenti
- 在C语言环境下编写的N皇后问题,采用的是回溯法实现的-N-queens problem written in C language environment, backtracking implemented
N-quenes-problem
- N皇后问题,本程序采用二维数组处理N皇后问题,可由用户在运行过程中决定棋盘规格及皇后数目。-N queens problem, the program uses a two-dimensional array processing N-queens problem, decide the number of board specifications and Queen by the user during operation.
N-QWEENS
- 经典的N皇后问题,运用递归方法求解,具有一定参考价值-Classic N queens problem, using a recursive method for solving a certain reference value
n-queen
- n皇后问题的最简单解法,弄够帮助到大家。-n queens problem the easiest solution, get enough help to you.
N-queens-problem
- N皇后问题,可以输入N的值,并输出每一种N的情况和步骤。-N queens problem, you can enter the value of N, and N outputs each situation and steps.
n皇后问题
- 递归回溯法求解并输出输出n皇后问题所有解法(n的取值不限)(Output all solutions to the N queens problem)