当前位置:
首页
资源下载

搜索资源 - The eight queens problem
搜索资源列表
-
0下载:
通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
-
-
0下载:
8皇后问题的算法 改算法可以扩展到N皇后的问题,不过时间会很长的-It s about the eight queens problem
-
-
0下载:
The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard such that none of them are able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no two queens attack e
-
-
0下载:
八皇后问题的高效解法-递归版An efficient method for the eight queens problem - recursive version
-An efficient method for the eight queens problem- recursive version
-
-
0下载:
用遗传算法完美解决八皇后问题! 有详细的注释-Using genetic algorithms to solve the eight queens problem perfectly! Detailed notes
-
-
0下载:
分治法求解八皇后问题,一个简单的分治法应用算法。-Divide and conquer method to solve the eight queens problem, a simple application of divide and conquer algorithm.
-
-
0下载:
解决C++中的一个难题:八皇后问题,代码有一定的参考性。-Solution in C++ a problem: the eight queens problem, the code has some reference.
-
-
0下载:
八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。-Eight queens problem: Let the eight queens problem, the solution (x1, x2, x3, ..., x8), constraint conditions: on a 8x8 board, in which any two xi
-
-
0下载:
介绍了用回溯的方法解决八皇后问题。通过改变参数,还能扩展解决N皇后问题-Back method to solve the eight queens problem. By changing the parameters, but also extended to solve the N queens problem
-
-
0下载:
C语言版八皇后问题,里面包含源代码,能运行。-C language version of the eight queens problem, which contains the source code can run.
-
-
0下载:
这是八皇后问题的C程序,非常完整的源代码,解决了很多难题。-This is a C program, complete source code of the eight queens problem, and solve many problems.
-
-
0下载:
c++解决八皇后问题,用数学方法实现,不是枚举法。可以正确找出96组全解和12组无重复解。-c++ solve the eight queens problem using mathematical methods to achieve, not enumeration method. Can correctly identify 96 sets of solutions and 12 without repeating solutions.
-
-
0下载:
解决八皇后问题:即在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Solve the eight queens problem: that is placed on a 8X8 grid chess eight Queen, so that it can not attack each other, that is, any two Queens are not in the same line, same column
-
-
0下载:
应用程序向导已为您创建了此 八皇后问题 应用程序。
本文件概要介绍组成 八皇后问题 应用程序的每个文件的内容。
八皇后问题.vcxproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件,
其中包含生成该文件的 Visual C++
的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
八皇后问题.vcxproj.filters
这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。
它包含有关项
-
-
0下载:
针对八皇后问题的解答,列举出相应的93种解在二维数组的坐标-Answers to the eight queens problem, listed 93 kinds of solutions
-
-
0下载:
八皇后问题的解决方案.图形列出了种类,并计算解决方案总个数-Solution to the eight queens problem
-
-
0下载:
解决八皇后问题:即在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Solve the eight queens problem: that is placed on a 8X8 grid chess eight Queen, so that it can not attack each other, that is, any two Queens are not in the same line, same column
-
-
0下载:
解决八皇后问题:即在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Solve the eight queens problem: that is placed on a 8X8 grid chess eight Queen, so that it can not attack each other, that is, any two Queens are not in the same line, same column
-
-
0下载:
使用c语言编写程序解决八皇后这个经典问题,也可以说是骑士巡游问题-Use c language program to solve the eight queens problem。
-
-
0下载:
This program calculates and displays all possible solutions of the eight queens problem .-This program calculates and displays all possible solutions of the eight queens problem .
-
« 12
3
4
5
6
7
8
9
10
...
16
»