搜索资源列表
八皇后问题
- 八皇后问题\\八皇后问题-8 \\ 8 Queens
8-queen
- 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
8queens
- the main function of this C++ source file is actualize how to find the loads of 8 queens.
eightqueen
- 8皇后问题的算法 改算法可以扩展到N皇后的问题,不过时间会很长的-It s about the eight queens problem
BigInteger_src
- This a program main 8 queens. this is good problem and good solution-This is a program main 8 queens. this is good problem and good solution
EightQueens
- 改程序实现用函数式设计语言scheme解决八皇后问题,开发环境为PLT scheme-Function to program design language used scheme to solve the issue of the eight Queen' s, PLT scheme for development environment
eightqueens
- 用 Scheme 来解决八皇后问题。八皇后问题:在 8*8 的棋盘上放置彼此不受攻击的 8 个皇后。按照国际象棋的规 则皇 后可以攻击与之处在同一行或同一列或同意斜线上的棋子。找出所有合法的 使8 个皇后 彼此不受攻击的放置方法。1 )除了完成 queens 的定义之外 , 给出一个打印输出过程 print-queens-Scheme used to solve the problem of the eight Queen' s. 8 Queen' s problem: In the
06413407
- 在10乘10的棋牌上进行八皇后排列,并输出排列情况和种类-10 x 10 8 Queens on a chess arranged and the arrangement of the output and variety of
8queens
- 著名的八皇后问题,回溯算法求解,包括cpp文件和工程文件-Well-known eight queens problem, backtracking algorithm for solving
queen
- 8皇后问题 说明很详细,而且也很容易懂-8 queens problem descr iption is very detailed, but also easy to understand
chess1
- this program is develop to solve the 8 queens probleem on chess table. There is 92 asnwers. This was developed by Ismael Drenth
Program_8Queens
- Csharp实现八皇后问题,并且输出到命令行中-program with 8 queens
queen_8
- 八皇后程序:程序写得不是很流畅,未使用堆栈,只是单纯使用循环来完成,程序本身有点啰嗦,似乎有大量冗长的代码,基本上只能说是完成了功能。运行时要求输入的文件名为txt格式,用于存储输出结果。-8 Queens program: Program is written is not very smooth, without the use of the stack, simply use the cycle to complete, the program itself is a bit long-w
8-queen
- 经典的8皇后问题,没用到堆栈,C++实现-Classic 8-queens problem, useless the stack, C++, achieve
8-vazir
- 8 queens!it s the source code of 8 queens
8-queen-issues
- 8皇后问题的源码,入门学习人工智能的好程序-Source code 8 queens problem, a good entry-learning artificial intelligence program
the-problem-of-8-queens
- 数据结构实现八(n)皇后问题,c源码+自定义头文件。有注释-the problem of 8 queens,language:C,has comments.
8-Queens-Problem-Solver
- 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 .
8皇后
- 输出皇后问题的所有解,不仅支持8皇后问题(All solutions of the queen problem are not only supported by the 8 queens problem)
8 queens
- 利用C语言计算八皇后问题,并枚举出所有的解(Solving eight queens problem by using C)