搜索资源列表
p6
- 本程序是实现对室内电源线及插座的布局 是数据结构中的一个程序-this procedure is right indoor power lines and the socket layout data structure which is a procedure for the
HRD
- 十分完善的华容道程序,有多种布局的求解!
n_queens
- 在n×n的棋盘上放置n个皇后,现要求出使n元棋盘上的n个皇后互不攻击的布局。 -In n × n chessboard of n-place Queen
Haffmancode
- 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
5_queen
- 设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试用递归与非递归的方法编写算法,求解并输出此问题的所有合法布局-In the initial state in the international chess board does not have any pieces (Queen' s).
fivequeenpositionproblem
- 数据结构中5皇后布局问题的源代码,已通过运行,实用-The data structure layout, 5 Queen' s source code, has passed the running, practical
queen
- n个皇后问题 在 n 行 n 列的国际象棋棋盘上,最多可布n个皇后。若两个皇后位于同一行、同一列、同一对角线上,则称为它们为互相攻击。 n皇后问题是指找到这 n 个皇后的互不攻击的布局。-n-Queens problem in n rows n columns of the chess board, up to n-Queens cloth. If the two Queens in the same row, same column, the same diagonal, then c
Queens
- 程序功能:1.由n2个方块排成n行n列的正方形称为n元棋盘。 如果两个皇后位于n元棋盘上的同一行、同一列或同一对角线上,则称它们在互相攻击。 现要找出使棋盘上n个皇后互不攻击的布局。 2.编制程序解决上述问题, 用户输入0~30间的棋盘方阵,给出所有解决方案,并输出结果。 -queens of different table sizes
packing
- 一种求解带性能约束的圆形布局问题的C语言源代码-With performance constraints for solving the problem of circular layout of C language source code
nQueen
- 在n*n的棋盘上放置n个皇后,要求皇后两两互斥,即任意两个皇后不能出现在同一行、同一列或同一条斜对角线上。试求出所有的合法布局-In the n* n chessboard placed on the n Queens, asked the Queen twenty-two mutually exclusive, that is, any two queens can not appear on the same line, same column, or diagonal line with
N-QUENE
- 算法在前N/2个位置,利用随机算法求解,得到一个可能的排列之后,利用回溯法求解后面的布局,-Algorithm is the first N/2 positions, using a random algorithm to get a possible arrangement, the use of backtracking to solve the back of the layout,
main
- N皇后代码,可以输出给定的皇后个数的所有棋盘布局-N Queen code
HRD
- 华容道的算法实现,简单的递归穷举算法解出来的横刀立马布局。界面实现使用了Cocos2dx游戏引擎-Huarong s algorithm, a simple recursive algorithm for solving out exhaustive Crosses flew layout. Interface implementation uses Cocos2dx game engine