搜索资源列表
Eight
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。全部使用C语言完成的-Eight queens problem is an old and well-known problem is a typical Example backtracking algorithms. All done using the C language
EiQueen
- 用C语言实现国际象棋中的八皇后问题,给出第一个皇后所在的位置,程序输出所有的正确解法。-Using C language in the Eight Queens chess problem, given the location of the first queen, the program outputs the correct solution for all.
3
- 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
eight
- 用的普通的回溯法的方法解决C语言的八皇后问题-Ordinary backtracking method to solve the eight queens problem of C language
eight-queens
- 另一种八皇后算法,根据数字标记,得出最佳的答案-An eight-Queen algorithm
Eight-Queens-code
- 介绍了用回溯的方法解决八皇后问题。通过改变参数,还能扩展解决N皇后问题-Back method to solve the eight queens problem. By changing the parameters, but also extended to solve the N queens problem
eight-queen
- 八皇后的源代码,自己写的,可以运行,结果正确,而且一切正常,代码简洁-Eight queens of the source code, write your own, you can run, the results are correct and everything is normal, simple code
eight-queens
- 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.
eight-queens-problem
- 解决八皇后问题:即在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
Eight-queens
- 应用程序向导已为您创建了此 八皇后问题 应用程序。 本文件概要介绍组成 八皇后问题 应用程序的每个文件的内容。 八皇后问题.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 八皇后问题.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 它包含有关项
eight-queen
- VC++6.0实现八皇后问题 包含说明文档-VC++6.0 eight queens problem contains documentation
eight-queen
- 用回溯法,实现八皇后问题的程序,通过矩阵符号显示每种布局-Procedures to achieve the eight queens problem
eight-queens
- 八皇后问题的递归解法,虽然可能跟已有的算法类似,但真的是我自己写的,望不要删-Eight queens problem recursive solution
Eight-Queens
- 八皇后问题,是一个经典的问题,本代码,对其进行分析,用C实现。-Eight queens problem is a classic problem, the code, analyze, with the C implementation.
eight-Q
- 完美实现八皇后问题的求解,列出了八皇后问题的所有情况并给出解的个数。-Perfect realization of the eight queens problem solving, and a list of all the circumstances and given the eight queens problem number of solutions.
Eight-queens-problem-
- Matlab写的求解八皇后问题的程序,可以求出全部的92个解-Eight queens problem solving backtracking
Eight-Queen
- 数据结构中非常经典的八皇后问题,皇后个数可以更改,使用C编写。-Data structure very classic eight queens problem, you can change the number of Queens, use C to write.
eight-queens
- 八皇后问题,包括BFS,DFS和回溯法运算。也可以解决n皇后问题。- Eight queens problem, including BFS, DFS and backtracking operations. N queens problem can be solved.
eight-queen-problem
- 题目描述 8X8的国际象棋棋盘上被挖了一些洞,这些洞不能放棋子,求八皇后问题的摆放方案,输出一种方案即可 输入格式 棋盘用.表示正常格子,用#表示被挖掉的洞,一共8行8列 输出格式 输出从上到下的每一行的皇后所在列号(1-8)-Topic describes 8 by 8 chess board was dug holes, these holes can t put chess pieces, put eight queens problem, output
eight-quens
- 八皇后问题,这是一个经典的c语言程序问题,此程序用visual c++编写。-eight queens problems,which is a classic problem, code prepared by visual c++