搜索资源列表
EIGHT—QUEEN
- 这是在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 writte
queen
- 八皇后问题。利用了递归算法,很是巧妙!最后一行为输出解的个数,每行共8个数字,这些数字即代表皇后在该行的位置。-It s a code about Eight queen.
随机生成八皇后棋盘
- 随机生成八皇后棋盘,利用爬山法选择较优方案,Randomly generated eight Queen s chessboard, using mountain climbing method to choose better programs
eight-queen
- 通过堆栈结构解决著名的八皇后问题,同时也是数据结构中的典型例题-Codes for the well-known eight-queen problem
queen
- 该问题是十九世纪著名的数学家高斯1850年提出,这个是八皇后问题的一种高效递归解法 ,在VC++上运行正确,效率还不错 -The problem is that the nineteenth century, the famous mathematician Gauss in 1850, this is the issue of the eight Queen of an efficient recursive solution in VC to run correctly, effic
queen
- 用Python实现的八皇后问题-Using Python to achieve the eight queen problem
8queens
- 这是八皇后算法,自己写的,但是主题思想一样,深度优先,大家参考-This is the eight Queen s algorithm, wrote it myself, but the main idea, the depth-first, we refer to
eight-queens
- 在vc6.0下用c++写的八皇后问题,基于最基本的递归回溯策略,打印输出92个解-At vc6.0 using c++ to write the eight Queen' s question, based on the most basic recursive backtracking strategy, printouts 92 Solutions
Queen
- 分别用面向过程、面向对象和函数式程序设计的方法解决八皇后问题。 附报告-Were process-oriented, object-oriented programming and function of the eight Queen' s problem to solve. The attached report
Queen
- 八皇后的c++实现怎么能写出20个字的描述呢-Eight queen c implementation
artificial_intelligence_demo_programs
- 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,野人与传教士过河问题,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of a number of examples of the hard work of graduate and undergraduate results. Including reasoning based on the principle of the
queen
- 八皇后问题串行算法,可递推n皇后问题 C代码-eight queen question code
eight-queen
- 著名的八皇后问题,是回溯算法的典型例题。该问题是19世纪著名的数学家高斯1850年提出:在8*8格的国际象棋上摆放8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-The famous Eight Queens problem, backtracking algorithm is a typical example. The problem is the famous 19th century mathematician Gauss 1850: U
Eight-queen
- 很强的算法,是八皇后问题,很好的解释了回溯的问题,能够有效,且正确的进行编程-A strong algorithm, is eight queens problem, a very good explanation of the problem back, to be effective, and accurate programming
Eight-Queen
- “八皇后”问题递归法求解“八皇后”问题递归法求解-" Eight Queens" problem recursive method for solving the " Eight Queens" problem recursive method
eight-queen
- 该程序是一个实现查找八皇后的问题求解的程序,在vc 中编写的-this program is write for eight queen
eight-queen
- 八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。-8 queens problems in the 19 th century famous mathematician gauss put forward in 1850. His problem is: in 8* 8 board placed eight queen, to make it c
eight-queen
- 八皇后问题及n皇后问题求解,数据结构的经典算法,及课程设计的需要-eight queen problem .data sructment problem
eight-queen
- 该算法为一经典算法案例,八皇后算法,利用C++进行实现,大家可以参考利用-The algorithm is a classical algorithm case, eight Queen s algorithm, using C++ be achieved, we can refer to the use of
Eight-queen-problem-matlab-solution
- 在matlab中使用回溯法解决八皇后问题-Use the backtracking method in matlab to solve the eight queen