搜索资源列表
1八皇后
- 八皇后问题 数据结构学习源码-8 Queens source data structure study
八皇后问题
- 八皇后问题\\八皇后问题-8 \\ 8 Queens
1.八皇后问题
- 数据结构的八皇后问题-data structure of eight Queens
八皇后问题
- 八皇后问题,Eight queens problem
8-queen
- 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
NQueens
- 这是一个八皇后问题的扩展,使用java实现,扩展到了多皇后,只要你输入皇后的个数,能给出所有的解。-This is an expansion of 8 Queen
eightqueens
- 求解八皇后问题。可以求出规定大小的棋盘下所有的解以及解的总数。-Solving the eight queens problem. You can find the size of the board under the provisions of all solutions, as well as the total number of solutions.
EightQueen
- 八皇后问题,基于MFC界面,C++语言写的,可以动态演示,还有word文档报告,下下来就可以教的数据结构课程设计-Eight Queens problem, the interface based on MFC, C++ language to write, can be dynamically presentation, as well as word document report, the next down to the data structure can teach curricul
8queens
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-Eight queens problem is an ancient and well-known probl
八皇后
- 算法分析课程设计,八皇后问题,源代码!!!(Algorithm analysis curriculum design, eight queens problem, the source code)
Eight_Queens
- 使用MIPS指令实现八皇后问题的求解,代码较精简(Solve the Eight Queens Problem with MIPS)
queen
- 这是在C语言环境下实现八皇后问题产生的程序(This is in the C language environment to achieve eight queens problem generated procedures)
Desktop
- 用DFS解八皇后,这个是递归算法跟非递归算法(Using DFS to solve eight queens, this is a recursive algorithm with non recursive algorithm)
Queen
- 八皇后问题是一个经典问题,此代码可以解决,方便大家交流学习(Solving the eight queens problem)
皇后问题
- 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 queens
- 利用Javascr ipt计算八皇后问题所有的解(Solving eight queens problem by using Javascr ipt)
8 queens
- 利用C语言计算八皇后问题,并枚举出所有的解(Solving eight queens problem by using C)
八皇后问题
- 八皇后问题分析,这次实验是用蛮力法找出八皇后位置。第一个实验8*8矩阵,经过测试所用时间过大.。(Eight queens question)
eight queens 递归
- 八皇后递归(eight queens)