搜索资源列表
nqueen
- 有关一个N皇后的问题。用户只要改变开始宏定义是的 QUEENS的值就可以验证 皇后的具体分布情况;如 8 皇后 则会输出具体的92中放置方法;
nQueen
- n后问题的代码,最后用图形显示,运用了多线程技术
nqueen
- 用c++语言实现n皇后问题,您可以输入N值,程序可为您实现。-With c++ Language n Queens problem, you can enter the N value, the procedure for you.
Nqueen
- Nqueen后问题解答,输入任一大于1的数-After Nqueen questions, enter any number greater than 1
nqueen
- 经典的你皇后问题用回溯法实现运行环境vc-Queen
Nqueen
- N皇后问题的一些源代码,仅供参考和学习,在vc++环境下实现-N Queen' s problem to some source code, for reference and study, in vc++ environment under implementation
nQueen
- n 后问题,用了三种方法解决,希望和大家一起分享-three solutions for N Queen question
nqueen
- 经典的N皇后问题,使用C++6.0开发,很好的-Classic N-Queens problem, the use of C++6.0 development, good
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皇后问题,利用递归方法实现,输出棋盘及放置位置。-Solve the n queens problem, using a recursive method implementation, the output board and placement.
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
- 回溯法算法解决8皇后问题,可推广到N皇后-Backtracking algorithm to solve N queen problem
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皇后问题,使用VC2008开发平台。-Backtracking algorithm to solve the n-queens problem, to use VC2008 development platform.
nqueen
- 这个是计算机算法基础的n皇后问题,可以完美的显示处理的结果,有好几个程序-This is a computer algorithm based on n-queens problem, can the perfect display processing results, there are several procedures
NQueen
- 简单的N皇后问题,能实现,可以正常运行-Simple N-queens problem, to achieve normal operation
Nqueen
- 经典的N皇后问题,用VC编程实现N个皇后不想冲突的模式,并将各种模式打印出来-Classic N-queens problem, the N queens do not want conflict mode, and print out various modes VC programming
nQueen
- 计算机算法设计与分析。解决N皇后问题C#实现-Solution of N-queens problem implemented by C#
