搜索资源列表
8QUEENS-BEST
- 8皇后问题最好的算法,请登陆本站才能下载哦!这是最优的解法哦!-8 Queens best algorithm, please log onto the site can download! This is the best solution!
myAlgorithmExamplesAndExplain
- 都是自己编写的常用算法的事例,本人础作. 里面有:哈密尔顿环,皇后问题,图的着色问题,子集和数问题,树和等价问题,栈的各种用发等.-themselves are prepared by the algorithm commonly used examples, I make foundation. There are : Hamilton Central, Queen's, graphs, and several subsets, trees and equivalence, the
bhh1
- 八皇后问题源代码,简单易懂,适合经验较浅者使用-8 Queens source code is simple to understand and suitable for inexperienced users
huanghouwenti
- 在国际象棋盘上放八个皇后,互相不能攻击,有多少种摆法? 这个是经典的8皇后问题,解决此问题的方法是回溯法。 回溯法是一种思路简单而且有效的解决问题的基础算法。 解决一个问题的时候分成n个步骤,每向后进展一个步骤,就检查一下当前的状态,如果发生了冲突,就放弃,如果到达了目标状态就记录下答案,回溯,求解下一个解。 对于8皇后问题,每个步骤就是在棋盘上放一个棋子,每放一个棋子,就检查当前的状态,有否产生攻击,如果没有攻击,就继续放下一个,如果攻击了,就回溯,如果放够八
17
- 可以由用户指定皇后个数的解八皇后问题的源程序,希望大家获得帮助
bhh
- 八皇后问题的递归求解-eight of the Queen's recursive solution
8queen3555
- 八皇后问题的c语言实现-eight of the Queen's language c
bahuanghou
- 八皇后问题,能过正确解答出八皇后问题的解 共有52个 好像-8 Queen s problem, to have the correct answers to eight the solution s total of 52 seems to
q
- 八皇后问题的实现,vc++6.0运行环境-Queen of the achievement of the eight issues, vc++6.0 run environmental
bahuanghou
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the nineteenth c
bahuanhouwenti
- 通过一个简单的程序来解决八皇后的问题,是一个比较经典的程序设计例子-Through a simple program to solve the Eight Queens problem is a more classic example of program design. . .
stopVegas
- 拉斯维加斯的多皇后问题的程序源码,学习算法设计与分析的童鞋会用的到的-Las Vegas, queens problem program source code, learning algorithm design and analysis of children s shoes to the
bahuanghou
- 本代码主要是利用迭代和for循环来实现八皇后问题-Use a for loop iterations and achieve the eight queens
EgihtQueen
- 八皇后问题,可以顺顺利利的实现书籍上所谓的八皇后。-Eight queens problem, you can smoothly books on the realization of the so-called eight queens.
code
- 八皇后问题,改变宏之后可以直接实现任意皇后的,数据结构入门经典题-Eight queens problem, then you can directly implement any changes in the macro queen, data structures portal classic title
QueenQuestion
- C++皇后问题MFC实现,图形界面编程的典型例子-vrvy good Mfc vrvygooddfdfafcfdsfsdaf
Nhuanghou
- N皇后问题,输入N就可以展示出每一种情况以及情况总数-N queens problem, enter N can demonstrate in each case as well as the total number of cases
N皇后
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It is put forward the internationa