搜索资源列表
aglorithm
- 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest shortest routes, traveling salesman
EghitQueue
- 八皇后问题的LasVegas与回溯法的混合算法实现,其中代码和文档详细-The eight queens problem LasVegas backtracking hybrid algorithm in detail, including code and documentation
Desktop
- n queens problem which can print the chess board pattern
8q
- a simple graphical 8 queens solution in c++ builder
Nqueensprobleseekingbackrackingalgorithmusingfromt
- 求 N 皇后问题回溯算法,用从C语言编写的。希望对大家有所帮助!-N queens problem seeking backtracking algorithm, using from the C language. We want to help!
Nqueensprobleseekingbackrackingalgorith
- n皇后问题回溯算法,用C语言编写的!希望对大家有所帮助!-n queens problem backtracking algorithm, written using C language! We want to help!
bhh
- 用C语言实现把八皇后问题解决了,应该值得一看。-With the C language implementation to solve the eight queens problem, it should be worth a visit.
EightQueens
- Eight Queens solution. There is a simple task to place 8 queens on one board. Each of them doesn t have to kill others.
N_QUEENS
- n-queens问题,目前最佳的解法为法国人pion所写-n-queens
NQueens
- Solves the N-Queens problem using hillclimbing.-Solves the N-Queens problem using hillclimbing.
eight-queen
- 著名的八皇后问题,是回溯算法的典型例题。该问题是19世纪著名的数学家高斯1850年提出:在8*8格的国际象棋上摆放8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-The famous Eight Queens problem, backtracking algorithm is a typical example. The problem is the famous 19th century mathematician Gauss 1850: U
N-Queens
- pascal语言使用迭代法求解N皇后问题的源码-pascal language use iteration method to solve N-Queens problem code
bahuanghou
- pascal实现的八皇后算法,算法效率挺高的-Eight Queens pascal implementation algorithm is efficient pricey
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
moama
- arranging n queens on an n*n board
Eight-Queens-algorithm
- 八皇后算法源码,八皇后算法的C++代码,用VC++6.0 编译,生成-Eight Queens algorithm source code, eight queens algorithm C++ code, VC++6.0 compiler to generate
N-queens-problem
- 利用c语言实现的高效N皇后问题,并输出计算时间。-Use c language to achieve efficient N queens problem, and outputs the computation time
Queens
- Program solve Eight queens puzzle
Queens
- 八皇后,回溯法,JAVA实现,1维数组,可列出所有可行解-Eight Queens, backtracking, JAVA implementation, one-dimensional arrays, lists all feasible solutions
N-Queens
- 使用回溯法求N皇后问题,是又经典的8皇后问题延伸而来-Seeking N Queens backtracking law, it is another classic 8-queens problem extends from
