搜索资源列表
用VB对八皇后问题的算法设计
- 用VB对八皇后问题的算法设计
回溯法求解八皇后问题
- 回溯法求解八皇后问题
八皇后问题的源码
- 8皇后问题的源码,多多指教!-the source, a great weekend!
八皇后问题图形演示程序
- 著名的八皇后问题的DOS环境下的图示解法。-famous Statue of eight DOS environment icon Solution.
八皇后问题的Java程序
- 八皇后问题的Java程序-8 Queen of Java programs
八皇后问题
- 此程序以“穷举法”来解八皇后问题-this procedure "exhaustive" solution to the problem eight Queen's
1八皇后
- 八皇后问题 数据结构学习源码-8 Queens source data structure study
八皇后问题演示
- 一个用C语言实现的八皇后问题演示程序-a C language of the Queen's eight issues Demonstration Program
1.八皇后问题
- 数据结构的八皇后问题-data structure of eight Queens
八皇后问题源码
- 这个应该是经典编程里面的经典算法实现的八皇后问题.也通过了测试.完全达到设计要求.-This should be a classic of the classic programming algorithm inside the eight Queen s problems. Also passed the test. Fully meet the design requirements.
“八皇后”问题递归法求解
- “八皇后”问题递归法求解 * 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-"8 Queen's" recur
“八皇后”动态图形的VC实现
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-eight Queen's problem is an ancient and well-known problems, backtracking algorithm is a typical exampl
八皇后问题的求解
- 八皇后问题的求解方法,最经典的算法求解-eight Queen's problem solving methods, the most classical algorithm
回溯算法实验八皇后问题
- 利用回溯算法求解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)
八皇后问题的递归方法
- 该代码是解决经典问题——八皇后问题的C++实现,算法使用了递归的方法,简单易懂。(This C++ code is used for solving the traditional Eight Queen Problem.The algorithm uses recursive method and it is easy to understand.)
皇后问题
- C语言 八皇后问题 在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法(The eight queens in the C language)
八皇后问题
- 在C#(VS2017)中通过控制台输出八皇后问题的92个解法。(Solve the eight queens problem by C#(VS2017), find the 92 solution.)
八皇后问题
- 八皇后问题分析,这次实验是用蛮力法找出八皇后位置。第一个实验8*8矩阵,经过测试所用时间过大.。(Eight queens question)
八皇后问题Python实现
- 八皇后问题Python实现,代码备注清晰,望读者耐心参阅(Eight Queen's problem arithmetic implementation, note clearly, hope readers have patience.)