搜索资源列表
8queensproblem
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 -Eight queens problem is an old and well-known problem is a typical Example backtracking algorithms. The problem is that the nineteent
Queen8
- 八皇后~8*8的棋盘,确定皇后的位置,用的是回溯法,过程很详细-eight Queens~
bahuanghouwenti-csharp
- 用C#语言实现八皇后问题,里面有截图和说明,希望和大家交流-C# language with eight queens problem, which has screenshots and descr iption, and we hope the exchange
bahuanghou
- 八皇后问题是指,在国际象棋棋盘中,放置八个棋子使彼此吃不掉,即彼此不在一条横线,竖线和斜线上。八皇后问题要求八个皇后彼此吃不掉,也就是要求彼此不在同一直线,横线,竖线上,可以通过一个函数,考虑斜率来实现该问题。-Eight queens problem is that, in the international chess board, the place can not afford to eat eight pieces to each other, that is not in a lin
bahuanghouxiao17
- 能够用c++实现八皇后算法,自动运行,功能清晰-Able to achieve the eight queens c++ algorithm, automatically, features clear
cshrapdevelop
- 囊括了sharp诸多技术,例如一些常见算法,八皇后问题,猴子选大王问题,字符及字符串处理技术数据校验、控件数据处理’图片数据处理’日期和时间‘windows控件-Include a sharp many techniques, such as some of the common algorithm, the eight queens problem, the monkey king election issues, character and string processing data va
EightQueensGAsrc
- about solving 8 queens puzzle with genetic algorithm using C#. -The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens attack each other. Thus, a solution requires that no two queens share the
Eight-queens-problem
- C语言版八皇后问题,里面包含源代码,能运行。-C language version of the eight queens problem, which contains the source code can run.
genetic
- 遗传算法解决8皇后问题:代码示例。在visualC++上可以运行。-The genetic algorithm to solve the eight queens problem: code example. Can run in visualC++.
bahuanghou
- 在一个8×8的棋盘里放置8个皇后,要求每个皇后两两之间不相冲突 (在每一横列,竖列,斜列只有一个皇后) -In a 88 chessboard, placed eight queens, queens requires each between any two do not conflict (in each row, vertical column, diagonal row only one queen)
Queen
- 八皇后代码,自己写的,希望下载后提供宝贵意见,-queen eight queens code, write their own who want to download can be more valuable advice, thank you!
1
- 几个C#的源码程序,有八皇后问题,初学者可以看一下,易学易懂。-Several C# source program, there are eight queens problem, beginners can look at, easy to understand.
8prince
- 运用回溯法解决八皇后问题,代码仅供参考,-I use backtracking to solve eight queens problem, this code is just for everyone to comment and consult, thank you
bahuanghou
- 数据结构,c++,八皇后问题,北京邮电大学,第三次实验作业-Data structure, c++, eight queens problem, Beijing University of Posts and Telecommunications, the third experiment jobs
eight-queens
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is backtracking algorithms typical case. The problem is that international che
八皇后问题
- 在C#(VS2017)中通过控制台输出八皇后问题的92个解法。(Solve the eight queens problem by C#(VS2017), find the 92 solution.)