搜索资源列表
八皇后问题图形演示程序
- 著名的八皇后问题的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
八皇后问题
- 八皇后问题\\八皇后问题-8 \\ 8 Queens
111八皇后问题121212
- 八皇后问题,C语言-8, C Language
八皇后问题演示
- 一个用C语言实现的八皇后问题演示程序-a C language of the Queen's eight issues Demonstration Program
1.八皇后问题
- 数据结构的八皇后问题-data structure of eight Queens
一个八皇后问题的解决方案
- 一个八皇后问题的解决方案-an eight Queen's solutions to problems
用VB对八皇后问题的算法设计
- 用VB对八皇后问题的算法设计
回溯法求解八皇后问题
- 回溯法求解八皇后问题
八皇后问题
- 八皇后问题,Eight queens problem
八皇后问题的求解
- 八皇后问题的求解方法,最经典的算法求解-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语言实现。92种答案
皇后问题
- 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.)