搜索资源列表
cj
- 8皇后问题。就是八个皇后在8*8的网格中排列时不能同在一行、一列或者一条斜线上。只有92中解决方案。
queen
- 用回溯法解决8皇后问题,用的是vc递归。一个92种解法,希望对大家有用。
LPTc
- 8皇后问题,N皇后问题,随机算法,提高速度-this is a randomized solution of N Queens. with random algrithism, we can improve the speed of finding solution
eightQUeen
- 自编的8皇后问题的C++编写程序,含递归调用-8 queens problem C++ programming, including recursive calls
rengongzhineng
- 人工智能部分典型问题答案(传教士问题,骑士周游问题,8皇后问题等)-Some typical answers to questions of artificial intelligence (missionary problems, knights tour problem, eight queens problem, etc.)
8queen
- 参考网上资料写的一个能在linux下编译通过的8皇后问题,可以显示出每一步的过程,和所有的结果。-Written in a reference to on-line information.It can be compiled under linux, adopted by 8 Queens problem, It can show every step of the process, and all the results.
Queen_Fasttest
- 8皇后问题,采用递归回溯算法,结构完美,迄今运算最快的-8queen program mit rekusiv method
bahuanghouwenti
- 描述: 输出8皇后问题所有结果。 输入: 没有输入。 输出: 每个结果第一行是No n:的形式,n表示输出的是第几个结果;下面8行,每行8个字符,‘A’表示皇后,‘.’表示空格。不同的结果中,先输出第一个皇后位置靠前的结果;第一个皇后位置相同,先输出第二个皇后位置靠前的结果;依次类推。 输入样例: 输出样例: 输出的前几行: No 1: A....... ....A... ..
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
C
- line.c-某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 Compute.cpp--约瑟夫(Josephus)环问题 8Queens.cpp--8皇后问题 4Colors.cpp--4色问题 4Fib.cpp--f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k
8Queens
- 八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列-Eight queens problem: the solution set for the 8 queens problem (x1, x2, x3, ..., x8), constraints are: 8x8 chessboard in which any two xi and xj c
8queen
- 8皇后问题 皇后数量可以自己输入 非常好用-Queen number 8 queens problem can be very useful for their input
eight_queens
- 8皇后问题 在一个8*8的棋盘里放置8个皇后,要 这8个皇后两两之间互相都不“冲突”-8 queens on an 8* 8 board in place eight queens, to the Queen' s 22 8 are not each other " conflicts"
8queens
- 8皇后问题,其中前四个是随机输出,后四个采用回溯法,并输出计算所耗时间。-8 queens problem, which is a random output of the first four, the last four by backtracking, and output calculation of the time-consuming.
8-queens
- 八皇后问题所有解的Java程序代码,能得到92种全部解。-Java source code of the "Eight queens problem". It can work out all 92 solutions.
the-problem-of-eight-queens
- 用遗传算法解决8皇后问题,并在VC++环境下调试通过,得出了正确结果,word文档说明和C源代码-With a genetic algorithm to solve 8 queens problem, and in the VC++ debugging environment through, come to the right result, word and the C source code documentation
q8
- 全面解决八皇后问题,本程序中用了3种方法解决8皇后问题。-Comprehensive settlement of the Eight Queens problem, the program used three methods to solve the 8 Queens problem.
QueensLVB
- 8皇后问题.LVB以及随机算法。 .C文件-8 queens problem. LVB and random algorithms. . C file
BaHuangHou
- 8皇后问题源代码,可供学生学习,初学者可用,非常好的-8 queen problem source code, may be learning for students, beginners can be used, very good
8queen
- 一个简单的8皇后问题的解答,里面有一个cpp文件和两个h文件,h文件一个是棋盘类,一个是写函数,cpp文件为主程序。输出为一个.txt文件,上面有所有问题的答案-A simple 8-queens problem solution, which has a cpp file and two h files, h files one is the class board, one is to write functions, cpp file-based program. Output as a.