搜索资源列表
8Queens
- 八皇后经典问题 输出任一种解-eight Queen's classic output as a Solution
01-8queens
- n皇后问题,rar格式,运行环境c++,n〉=1
8QUEENS-BEST
- 8皇后问题最好的算法,请登陆本站才能下载哦!这是最优的解法哦!-8 Queens best algorithm, please log onto the site can download! This is the best solution!
hu_8queen_scr
- 以VC6写的用遗传算法解决8皇后(8queens)问题,包括遗传算法介绍和代码的使用方法说明word文档-to write using genetic algorithms to solve the Queen (8queens). including genetic algorithms and code on the use of the methodology word document
8queens
- 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2
8Queens
- 利用随机算法和回溯法实现8皇后问题,并对不同的stopLV得出的结果进行比较
8queens
- 由C语言编写的八皇后算法的图形演示版,注意:需要设置C代码中的graphic库的正确位置。程序可以演示八皇后的所有解,并能够根据用户的要求找到某一特定解
8Queens
- 八皇后经典问题 输出任一种解-eight Queen's classic output as a Solution
01-8queens
- n皇后问题,rar格式,运行环境c++,n〉=1-n Queens problem, rar format, operating environment c++, n> = 1
8QUEENS-BEST
- 8皇后问题最好的算法,请登陆本站才能下载哦!这是最优的解法哦!-8 Queens best algorithm, please log onto the site can download! This is the best solution!
hu_8queen_scr
- 以VC6写的用遗传算法解决8皇后(8queens)问题,包括遗传算法介绍和代码的使用方法说明word文档-to write using genetic algorithms to solve the Queen (8queens). including genetic algorithms and code on the use of the methodology word document
8queens
- 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2
8Queens
- 利用随机算法和回溯法实现8皇后问题,并对不同的stopLV得出的结果进行比较-err
8queens
- 由C语言编写的八皇后算法的图形演示版,注意:需要设置C代码中的graphic库的正确位置。程序可以演示八皇后的所有解,并能够根据用户的要求找到某一特定解-By the C language algorithm eight queen graphics demo, pay attention: the need for C code in the correct position of graphic library. Program c
8queens
- the main function of this C++ source file is actualize how to find the loads of 8 queens.
8QUEENS
- c语言算法中的8皇后问题的解答 而且结果的输出很漂亮 一眼就明白-c language algorithm 8 Queen s questions and the results of the output is very beautiful to understand at a glance
8queens
- 这是八皇后算法,自己写的,但是主题思想一样,深度优先,大家参考-This is the eight Queen s algorithm, wrote it myself, but the main idea, the depth-first, we refer to
8Queens
- 经典的8皇后问题,1970年与1971年,E.W.Dijkstra与N.Wirth曾经用这个问题来讲解程序设计之技巧。-The classic 8-queens problem, in 1970 and 1971, EWDijkstra and N. Wirth has been using this issue to explain the program design skills.
8queens
- 著名的八皇后问题,回溯算法求解,包括cpp文件和工程文件-Well-known eight queens problem, backtracking algorithm for solving
8queens
- 8皇后问题求解 回溯递归求解,共有92组解-8queens recursive backtrack algorithm