CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 布局

搜索资源列表

  1. p6

    0下载:
  2. 本程序是实现对室内电源线及插座的布局 是数据结构中的一个程序-this procedure is right indoor power lines and the socket layout data structure which is a procedure for the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.58kb
    • 提供者:李晋
  1. HRD

    1下载:
  2. 十分完善的华容道程序,有多种布局的求解!
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:103.07kb
    • 提供者:pengxiaohu
  1. n_queens

    0下载:
  2. 在n×n的棋盘上放置n个皇后,现要求出使n元棋盘上的n个皇后互不攻击的布局。 -In n × n chessboard of n-place Queen
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:898byte
    • 提供者:李强
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:538.39kb
    • 提供者:赵刚
  1. 5_queen

    0下载:
  2. 设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试用递归与非递归的方法编写算法,求解并输出此问题的所有合法布局-In the initial state in the international chess board does not have any pieces (Queen' s).
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:9.8kb
    • 提供者:卡米力江
  1. fivequeenpositionproblem

    0下载:
  2. 数据结构中5皇后布局问题的源代码,已通过运行,实用-The data structure layout, 5 Queen' s source code, has passed the running, practical
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10.13kb
    • 提供者:maxiujuan
  1. queen

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.62kb
    • 提供者:
  1. Queens

    0下载:
  2. 程序功能:1.由n2个方块排成n行n列的正方形称为n元棋盘。 如果两个皇后位于n元棋盘上的同一行、同一列或同一对角线上,则称它们在互相攻击。 现要找出使棋盘上n个皇后互不攻击的布局。 2.编制程序解决上述问题, 用户输入0~30间的棋盘方阵,给出所有解决方案,并输出结果。 -queens of different table sizes
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:88.6kb
    • 提供者:lfm
  1. packing

    0下载:
  2. 一种求解带性能约束的圆形布局问题的C语言源代码-With performance constraints for solving the problem of circular layout of C language source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:6.32kb
    • 提供者:黄振东
  1. nQueen

    0下载:
  2. 在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
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:25.77kb
    • 提供者:伍新威
  1. N-QUENE

    0下载:
  2. 算法在前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,
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:42.88kb
    • 提供者:JLH
  1. main

    0下载:
  2. N皇后代码,可以输出给定的皇后个数的所有棋盘布局-N Queen code
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:884byte
    • 提供者:李康
  1. HRD

    0下载:
  2. 华容道的算法实现,简单的递归穷举算法解出来的横刀立马布局。界面实现使用了Cocos2dx游戏引擎-Huarong s algorithm, a simple recursive algorithm for solving out exhaustive Crosses flew layout. Interface implementation uses Cocos2dx game engine
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:50.28kb
    • 提供者:simayi
搜珍网 www.dssz.com