搜索资源列表
8皇后问题的所有解
- 8皇后问题的所有解,可以把它给成N皇后的问题
回溯法实现N皇后问题
- vc++源码 N皇后
用VB对八皇后问题的算法设计
- 用VB对八皇后问题的算法设计
回溯法求解八皇后问题
- 回溯法求解八皇后问题
Queen 八皇后的回溯法
- 八皇后的回溯法-MFC实现界面,共92种算法,界面漂亮
八皇后问题
- 八皇后问题,Eight queens problem
n皇后
- n皇后-n Queen
八皇后问题的求解
- 八皇后问题的求解方法,最经典的算法求解-eight Queen's problem solving methods, the most classical algorithm
8皇后问题和最短路径解法
- 包含8皇后问题和最短路径解法。其中8皇后使用的是递归和回溯的方法,最短路径使用的是dijkstra算法
回溯算法实验八皇后问题
- 利用回溯算法求解N皇后问题,理解求解流程和搜索顺序(Backtracking algorithm used to solve the N queen problem, understand the flow of the solution and search order)
八皇后
- 算法分析课程设计,八皇后问题,源代码!!!(Algorithm analysis curriculum design, eight queens problem, the source code)
N皇后
- n皇后求解利用给定的程序,针对10个不同问题规模n,计算正确的n后排列方案。啊实打实的(Use of a given application, in view of 10 different problem size n, calculate the correct arrangement scheme after n. Oh, hush)
8皇后
- 输出皇后问题的所有解,不仅支持8皇后问题(All solutions of the queen problem are not only supported by the 8 queens problem)
n皇后问题
- 递归回溯法求解并输出输出n皇后问题所有解法(n的取值不限)(Output all solutions to the N queens problem)
BFS 求解 N 皇后问题(252370)
- BFS算法实现N皇后问题,12个皇后是速度还行,超过了就有点慢。(BFS algorithm to achieve N queen problem, 12 queens is the speed is OK, more than a little slow.)
八皇后问题的递归方法
- 该代码是解决经典问题——八皇后问题的C++实现,算法使用了递归的方法,简单易懂。(This C++ code is used for solving the traditional Eight Queen Problem.The algorithm uses recursive method and it is easy to understand.)
n皇后问题
- n皇后问题 课程设计上的一个小作业 水平有限(n-queen problem A small assignment in the curriculum design is limited)
皇后问题
- 实现了皇后算法的主要功能1211111111111111111111(Realize the queen algorithm of the main functions12121111111)
8皇后
- 对于经典问题:8皇后问题的新手解答,请大神帮忙纠错~(A solution of 8 kings promgram from a green hand)
N皇后
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It is put forward the internationa