搜索资源列表
8queens_by_MFC
- 用回溯算法MFC实现八皇后问题 不仅展示了使用Microsoft基础类的基本知识 而且也是MFC应用程序的起点 -Backtracking algorithm using MFC to achieve the eight queens problem is not only demonstrated the use of basic knowledge of Microsoft Foundation Classes MFC applications, but also the sta
test
- N Queens Code developed in VC-N Queens Code developed in VC++
eight-queens-problem
- eight queens problem;e ight queens problem;e ight queens problem;e ight queens problem;e ight queens problem;eight queens problem;-eight queens problem;
N-queen
- 求解n皇后问题。给定一个N×N的棋盘,在棋盘上放置N个皇后,使得N个皇后两两之间互不攻击。任何两个处于同一列,同一行,同一对角线上的皇后都会互相攻击。 -Solve the n queens problem. To set a NN board, place N queens on a chessboard, making the N-queens do not attack each other between every two. Any two in the same column,
nQueen
- 用回溯算法解决n皇后问题,使用VC2008开发平台。-Backtracking algorithm to solve the n-queens problem, to use VC2008 development platform.
NQueens-returnback
- 使用调用返回的软件架构风格来实现N皇后问题,可以用于比较效率-using the renturn-back software archetecture style to solve the N-Queens problem
NQueens-filter
- 使用管道过滤的软件架构风格实现N皇后问题,可以用于比较运行效率-sove the N-Queens problem using filter style
nqueen
- 这个是计算机算法基础的n皇后问题,可以完美的显示处理的结果,有好几个程序-This is a computer algorithm based on n-queens problem, can the perfect display processing results, there are several procedures
NQueens-huisu
- 使用回溯的软件架构风格来实现N皇后问题,可以用于比较效率-using huisu style to solve the N-Queens problem
queen
- vc6下的控制台程序,实现四皇后问题,解决算法问题-vc6 under the console program, the four-queens problem solve algorithmic problems
EightQueen
- 简单的经典八皇后问题,输出八皇后问题所有情况-Simple classic eight queens problem, the output of all the circumstances of the eight queens problem
Nqueen
- 经典的N皇后问题,用VC编程实现N个皇后不想冲突的模式,并将各种模式打印出来-Classic N-queens problem, the N queens do not want conflict mode, and print out various modes VC programming
n_queen_QS4
- 利用QS4算法解决N皇后问题,解决300万的皇后所需时间在5s左右,特别快-Use QS4 algorithm to solve the N-queens problem, solve 3000000 Queen the time required for about 5s, particularly fast
N_queen_QS2
- 利用QS2算法解决N皇后问题,解决50万的皇后所需时间在5s左右,特别快-QS2 algorithm to solve the N-queens problem, solve 500000 Queen the time required for about 5s, particularly fast
8queens
- 遗传算法实现八皇后程序,八皇后程序的主要功能就是利用进化计算来找到符合要求的八皇后排列,该程序可在10000代内找到全部92种符合要求的排列。-Genetic Algorithms eight queens program, eight queens program' s main function is to make use of evolutionary computation to find the arrangement meets the requirements of the
Queen2
- 八皇后游戏 将八皇后的摆放变成一种游戏-Eight Queens Eight Queens game will be placed into a game
five-classic--C-code
- 里面有五个C语言初学者遇到的经典递归问题的代码及详解!八皇后、回文、顺转矩阵、斐波那契及整数分划问题。-There are five classic C language for beginners recursive problems encountered by the code and explain! Eight queens, palindrome, clockwise rotation matrix, Fibonacci and integer partition problem.
N-queens
- 3D car code nice to use pls all try once and let me know
Eight-queen
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-Eight queens problem is an old and famous, is a typical case of backtracking algorithm The problem is the international chess player
NQueens
- 利用快速局部搜索算法,在几秒内解决百万皇后问题-solve the million queens problem in just a few secs.
