Welcome![Sign In][Sign Up]
Location:
Search - queen

Search list

[Windows DevelopVCslx

Description: 经典问题的源码(n皇后问题,点灯问题)-the classic source (n Queen, the Lantern)
Platform: | Size: 12288 | Author: 宋雷先 | Hits:

[Documents运用递归来解N皇后问题

Description: 运用递归来解N皇后问题-use recursive solution to the problem of N Queen
Platform: | Size: 1024 | Author: | Hits:

[Chess Poker gamesb~a~hh

Description: 由n2个方块排成n行n列的正方形称为“n元棋盘”。如果两个皇后位于n元棋盘上的同一行或同一列或同一对角线上,则称它们为互相攻击。要求输出使n无棋盘上的n个皇后互不攻击的所有布局。 具体要求如下; (1)n可由键盘输入。 (2)在输入n后,动态建立方法说明中所需要建立的数组空间;程序运行结束时释放该存储空间。 (3)分别用n=4,5,6运行你的程序。-by n2-n squares formed n trip out of a square called "n chessboard." If the two Queen's n chessboard at the same line or in the same series or on the same diagonal, claimed they attack each other. Request output enable chessboard n-n the Queen's not attack each other all the layout. Specific requirements are as follows; (1) n input from the keyboard. (2) n input, dynamic methodology established by the needs of an array of space; Running at the end of the release of the storage space. (3), respectively, n = 4,5,6 run your procedures.
Platform: | Size: 9216 | Author: 林新华 | Hits:

[Data structs回溯法N皇后问题

Description: 这是计算机算法中的回溯法中的一个经典的问题--N皇后问题!希望对学计算机算法的同学有用!-This is a computer algorithm, the retroactive law on the issue of a classic-- N Queen! Want to learn how to use computer algorithms useful to the students!
Platform: | Size: 2048 | Author: 中国 | Hits:

[Windows Develop算法分析与设计多媒体

Description: 在毕业设计期间由多人开发的一个算法演示系统,它包n皇后问题、拉维斯加算法等-This is a algorithm demo system developed by some persons, which including n queen problem, Laplac algorithm,etc.
Platform: | Size: 3955712 | Author: 吴义军 | Hits:

[ConsolenQueenPuzzle

Description: 八皇后问题,用C++编程,在VC++上运行正确,效率还不错-eight Queen's problems, and use C++ programming in Visual C++ running on the right, also good efficiency
Platform: | Size: 1024 | Author: 许超雄 | Hits:

[Windows DevelopN皇后问题

Description: 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-Put on N queens in a N multiply N chessboard,preventing each queen to be knocked over
Platform: | Size: 22528 | Author: 罗敏秀 | Hits:

[Data structsEIGHT—QUEEN

Description: 这是在VC下本人编写的解决八皇后问题的程序 ,92种解会直接输出在C:SIGN。H文件中。是用来测试一款C编译器而写的。-This the VC I prepared by the Queen's problem to solve eight procedures, 92 kinds of solutions will be directly output in the C : SIGN. H files. It is used to test new C compiler written.
Platform: | Size: 11264 | Author: 陶自权 | Hits:

[Data structs8皇后算法111

Description: 皇后算法111 很经典的 内含两种 希望大家喜欢-111 Queen's algorithm includes the classic two hope you like
Platform: | Size: 2048 | Author: YY | Hits:

[Windows Develop20050622235246_eq

Description: 八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem. algorithm: backtracking. First, put a queen on first line then find a suitable position on 2nd line for next queen, and so on. When all eight lines have queens, it means we have find a solution. If we put the i-th queen, but can find a suitable position on the (i+1)th line, then back to the ith line and move the queen on the ith line to next suitable position and move on to the next line. Repeat this until we have found all the solutions. Note:By this mean, some solutions maybe equivalent to others, some can be acquired by the rotation of other solutions.
Platform: | Size: 52224 | Author: huwu | Hits:

[Data structs“八皇后”问题递归法求解

Description: “八皇后”问题递归法求解 * 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-"8 Queen's" recursive method* 8 Queen's problem is one of the oldest and famous, is backtracking algorithms typical example.18508X8 Gaussian that 76 species program. In 1854 in Berlin on different chess magazine published by the author of 40 different solutions, and later was used graph theory methods to come up with 92 kinds of results.
Platform: | Size: 2048 | Author: 美美 | Hits:

[Windows DevelopRand_Nqueen

Description: 这是一个八皇后的问题,可以设置皇后数量。很经典的一个程序-This is one of the eight Queen's, Queen's volume can be set. A classic procedures
Platform: | Size: 1024 | Author: | Hits:

[Data structs李森数据结构作业

Description: 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non- recursive algorithm, Dyeing, 8 Queen, depth and breadth traversal, Josephus, numerical conversion, tree height and leaf nodes. the minimum spanning tree, all between the two paths
Platform: | Size: 19456 | Author: 李森 | Hits:

[CSharpvc62445261344

Description: 关于8皇后问题的源代码,希望大家多多交流-8 on the Queen's source code, I hope Members can exchange
Platform: | Size: 50176 | Author: 段天 | Hits:

[Documents4Queen

Description: 皇后问题,只要稍加修改就可以解决八皇后问题,同样也可以解决四皇后-Queen's question, as long as some amendments to be solved eight Queen's problems, but they can also be solved four Queen's
Platform: | Size: 153600 | Author: 无名氏 | Hits:

[MPImpi

Description: 《并行算法实践》附带的mpi源程序,包括求解八皇后问题、货郎问题等的38个mpi并行程序-"parallel algorithm practice," incidental mpi source, including eight for Queen's, Peddlers issue of 38 mpi Parallel Programming
Platform: | Size: 852992 | Author: 聂磊 | Hits:

[Other8_queens

Description: 8皇后问题的圆满解决 应该算一个比错的算法了 原创的!-eight of the Queen should be resolved satisfactorily than the wrong one count of the original algorithm!
Platform: | Size: 1024 | Author: jz | Hits:

[AI-NN-PRN-queen-Cplusplus

Description: 解国际象棋的N皇后问题的C++源代码,可用于大学计算机技术课程《算法分析》上机联系-Solutions International Chess Queen of the N C source code, University computer can be used for technical courses "algorithm analysis" on the plane link
Platform: | Size: 3833856 | Author: 吴俊杰 | Hits:

[Data structs8-queens

Description: 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C/C
Platform: | Size: 6144 | Author: 王卫国 | Hits:

[AI-NN-PRhu_8queen_scr

Description: 以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
Platform: | Size: 73728 | Author: 大象 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net