搜索资源列表
5-Queen
- N皇后问题!图形界面演示,VC6.0开发-N Queen! GUI demonstration VC6.0 development. .
n-Queen
- 算法设计:著名的n后问题:在nXn的棋盘上放彼此不受攻击的n个皇后,按国际象棋的规则,任何2个皇后不在同一行或同一列或同一斜线上. 本算法才用回朔法来解决.-algorithm design : n after the famous question : In nXn put on the chessboard of each other against attack n empress, according to the inte
N-queen-Cplusplus
- 解国际象棋的N皇后问题的C++源代码,可用于大学计算机技术课程《算法分析》上机联系-Solutions International Chess Queen of the N C source code, University computer can be used for technical courses "algorithm analysis" on the plane link
queen
- 并行算法的queen问题实现。在smp环境下使用mpi编写
EIGHT—QUEEN
- 这是在VC下本人编写的解决八皇后问题的程序 ,92种解会直接输出在C:SIGN。H文件中。是用来测试一款C编译器而写的。-This the VC I prepared by the Queen's problem to solve eight procedures, 92 kinds of solutions will be directly output in the C : SIGN. H files. It is used
Ndk_demo
- 网络开发工具包,包含三个类:服务器,客户端和消息队列 -Tool lib for network development, contains three class : server, client and message queen
8queen2
- 国际象棋中8皇后问题算法-Algorithm of Eight queen question in chess
n皇后
- n皇后-n Queen
QUEEN
- N皇后游戏。-N empress plays.
n皇后问题
- n皇后问题的C++实现-n Queen's realization of C
5-Queen
- N皇后问题!图形界面演示,VC6.0开发-N Queen! GUI demonstration VC6.0 development. .
n-Queen
- 算法设计:著名的n后问题:在nXn的棋盘上放彼此不受攻击的n个皇后,按国际象棋的规则,任何2个皇后不在同一行或同一列或同一斜线上. 本算法才用回朔法来解决.-algorithm design : n after the famous question : In nXn put on the chessboard of each other against attack n empress, according to the inte
Queen
- 八皇后问题,运行结果导入到txt文本文件中-8 Queen
Queen
- 八皇后问题全解 有回溯法(函数,for循环) 还有用遗传算法来求解的-8 Queen
QUEEN
- 這是利用基因演算法來計算皇后問題的小程式 絕對是狠快速的方法-This is the use of genetic algorithms to calculate the Queen s problems is a small program relentless rapid method
queen
- 所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。-The so-called Queen s the issue of eight (Eight Queens Problem), in the 8* 8 grid of the chessboard, 8 Queen s plac
Queen
- 求解八皇后问题 Java 2K-Solving the issue of the eight Queen s Java 2K
queen
- 拉斯维加斯(Las Vegas)算法来解皇后控制问题的解题报告和源代码。问题描述:在一个n×n个方格组成的棋盘上的任一方格中放置一个皇后,该皇后可以控制他所在的行,列以及对角线上的所有方格。对于给定的自然数n,在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击? 设计一个拉斯维加斯算法, 对于给定的自然数n (1≤n≤100)计算在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的
Queen
- 求解n皇后问题的MATLAB源程序。此程序只需输入皇后个数,即可得到所有的解。-N queens problem solving MATLAB source code. Just enter the number of this program at Queen' s, you can get all of the solution.
n-queen
- N-queen soluotion. Print into screen the the solution of queen in the chess board