搜索资源列表
Nqueen
- Nqueen后问题解答,输入任一大于1的数-After Nqueen questions, enter any number greater than 1
nqueen
- 经典的你皇后问题用回溯法实现运行环境vc-Queen
nQueen
- n 后问题,用了三种方法解决,希望和大家一起分享-three solutions for N Queen question
Nqueen
- n queen puzzle as you can s-n queen puzzle as you can see
nqueen
- N皇后可视化演示程序,动态演示N皇后回溯过程,用MFC编的,直观、简单。-N Queen visual demonstration program, the dynamic presentation N Queen back in the process of using MFC code, intuitive and simple.
nQueen
- 一个简单的解决N皇后问题的算法,主要用到的是递归算法-A simple solution of nQueen
NQueen
- 本程序由八皇后问题出发,为解决N皇后问题。本程序是跨平台设计,由宏UNIX选择是UNIX还是WIN 。-The procedure starting from the eight queens problem, to solve N-Queens problem. The program is cross-platform design, the choice is UNIX or UNIX macro WIN.
Nqueen
- 调用返回法实现n皇后问题,对回溯法进行了改编,回溯法和调用返回法的时间代价几乎一样-Almost the same as n-queens problem, call the Law of Return adaptation of backtracking, backtracking time to the consideration of the law and call the Law of Return
NQueen
- 简单的N皇后问题,能实现,可以正常运行-Simple N-queens problem, to achieve normal operation
nQueen
- 计算机算法设计与分析。解决N皇后问题C#实现-Solution of N-queens problem implemented by C#
nqueen
- 这是一个用c++实现的,关于用分支限界法求解n皇后问题的小程序,希望对所有初学者能够有所帮助-This is a c++ achieve, on the use of branch and bound method to solve n-queens problem of small procedures, we hope to be helpful to all beginners
Nqueen
- N 皇后问题:在n×n格的棋盘上放置彼此不受攻击的n个皇后。按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于再n×n的棋盘上放置n个皇后,任何2个皇后不妨在同一行或同一列或同一斜线上。 -a solution of N queens
NQueensProblem
- N皇后问题 用软件体系结构各种风格实现 黑板风格 调用返回 回溯 管道过滤器-NQUEEN Problem four architecture style implement
meta_largeur_3
- NQueen BFSearch written in Java
Nqueen
- N后问题,java简单实现,很简单的小程序,可以看下一下-N After the problem, java simple, very simple little program, you can have a look what
nqueen-bt
- 在vc++环境下,使用回溯法解决任意n皇后问题-In vc++ environment, use backtracking to solve any n queens problem
NQueen
- N皇后算法的递归实现,可以将结果保存到文件便于查看-The N Queen problem.
nqueen
- n皇后问题的分支限界算法 常见C语言问题算法-Analysis of Boundary Boundary Algorithm for Queen s Problem Common C Language Problem Algorithm
