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

搜索资源列表

  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. otree

    0下载:
  2. 用C实现的基于O-tree的ic设计布图布线工具源代码,有相关文档-C realized based on O-tree-id wiring layout design tools source code, related documentation
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:283.85kb
    • 提供者:qihuolin
  1. btree

    0下载:
  2. 用c++写的用于ic设计中布图布线的工具源码,采用btree结构,包含文档-using c + + to write for ic design layout source routing tools used btree structure, including documentation
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:442.07kb
    • 提供者:qihuolin
  1. DFS

    0下载:
  2. DFS算法的非递归函数 老师布置的,满分作业哦!-DFS algorithm of non-recursive function teacher layout, operating out of Oh!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6.47kb
    • 提供者:海瑞
  1. main

    0下载:
  2. 安排比赛 用分治法实现 可以重复输入比赛队数,排版美观。 -Competition arrangements with sub-rule method can be re-enter the team number, layout aesthetics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1011byte
    • 提供者:kt
  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. Po_Clock

    0下载:
  2. mfc实现的时钟,我们老师布置得数据结构课程设计-mfc clock to achieve, we teachers have the data structure layout of the curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.87mb
    • 提供者:苏飞
  1. High-quality

    0下载:
  2. 详细解说了文件结构,程序的版式,共性规则,运算符的优先级,为什么需要常量,函数设计等等内容-A detailed explanation of the document structure, layout procedures, common rules, the priority operator, why the need for constant, function design elements, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:587.26kb
    • 提供者:杨振
  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. DS_ppt

    0下载:
  2. 某大学一个设计很好的数据结构课件,不少算法过程使用动画,版面颜色搭配得很好,是一个优秀的数据数据课件。-A university in a well-designed data structures courseware, algorithm process uses a lot of animation, layout colors very well and the data is an excellent courseware.
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11.43mb
    • 提供者:李东国
  1. Dijkstra

    0下载:
  2. Dijkstra算法,矩阵存储在txt文件,有详细的提示和演示过程,在输出时也有排版。-Dijkstra algorithm, the matrix is stored in the txt file, with detailed tips and presentation process, when a layout in the output.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:395.23kb
    • 提供者:lin
  1. Dynamic-division-algorithm

    0下载:
  2. 这是一个 动态分合排样算法例子,十分有用的,对于初学者很有帮助的。-This is an example of dynamic division and layout algorithm is very useful, very helpful for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:125.98kb
    • 提供者:george
  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. xitong

    1下载:
  2. 通过实现哲学家进餐问题的同步深入了解和掌握进程同步和互斥的原理哲学家有N个,也定全体到达后开始讨论:在讨论的间隙哲学家进餐,每人进餐时都需使用刀、叉各一把,所有哲学家刀和叉都拿到后才能进餐。哲学家的人数、餐桌上的布置自行设定,实现刀和叉的互斥使用算法的程序实现。-Philosophers have N, is also scheduled to discuss after all reach: the gap in the discussion of dining philosophers, e
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:406.49kb
    • 提供者:赛德华
  1. Kruskal-algorithm

    0下载:
  2. 利用Kruskal算法,求各城市之间的最佳通信线路的布置问题。-Kruskal algorithm, to seeking the best lines of communication between cities layout.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:127.89kb
    • 提供者:he san
  1. 1-1

    0下载:
  2. 一本书的页码从自然数1开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多余的前导数字0。例如第6页用6表示而不是06或006。数字统计问题要求对给定书的总页码,计算出书的全部页码中分别用到多少次数字0,1,2,3,.....9。-A book page from the coding sequence of natural numbers starting at 1 until the natural number n. Book page layout according
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:943byte
    • 提供者: 高安市
« 12 »
搜珍网 www.dssz.com