CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - tree

搜索资源列表

  1. wangluogongchengkeshe

    1下载:
  2. 校园网络设计方案 :1、要求设计理念先进,网络结构合理,满足实际的网络组建,并具有良好的可扩展性,适当为以后网络的升级做好准备。 2、保证某些重要楼宇的链路冗余,确保网络的稳定性。(可以适当扩展比如用生成树或者动态路由协议等来实现) 3、ip地址规划合理,既要满足实际网段的需要又不能浪费ip地址,并且尽可能的保证其连续性。 4、vlan划分既可以每楼层一个vlan又要考虑特殊情况(处于不同地域的同一个单位要同属于一个vlan) 5、保证多媒体等大流量情况下带宽的需求。(可以采用链
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:161570
    • 提供者:南宫斯诺
  1. ANTTree

    0下载:
  2. Here is the technique for modified ant Tree algorithm for MRI brain segmentatin. It is proven that it is more efficient than FCM
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:2355944
    • 提供者:Guru
  1. l

    0下载:
  2. 用二叉树实现递归遍历 希望能对大家派上用处-Achieved using a binary tree recursively traverse want to put to use for everyone
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:644
    • 提供者:李航
  1. BinaryTree

    0下载:
  2. 二叉树测试,二叉树的建立,测试等等。可以进行二叉树的学习,参考。-Binary test, binary tree, build, test and so on. Binary tree can be learning, reference.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-03
    • 文件大小:102787
    • 提供者:sunnylaisy
  1. BST

    0下载:
  2. 二叉树测试操作,二叉树的建立,旋转,删除测试等等。可以进行二叉树的学习,参考。-Binary test operations, the establishment of a binary tree, rotate, delete the test and so on. Binary tree can be learning, reference.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-03
    • 文件大小:3142
    • 提供者:sunnylaisy
  1. qiang

    0下载:
  2. 数据结构二叉树实验报告,排序算法报告的详细设计-Binary tree data structure, experimental report, the report sorting algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:150051
    • 提供者:王楠
  1. DragTree

    0下载:
  2. 利用VC++6实现TREE提供并且提供两种方式-How can Do Tree
  3. 所属分类:Software Testing

    • 发布日期:2017-04-04
    • 文件大小:30444
    • 提供者:王笛
  1. segmentTree

    0下载:
  2. 线段树算法的详细解析.内容十分详尽.可以作为acm初学者的入门教程-Segment tree algorithm is a detailed analysis. Is thorough and comprehensive
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:85076
    • 提供者:zyf
  1. BiTree

    0下载:
  2. 输入一个字符串,并建成一棵二叉树,满足左子树的字符都要小于根结点的字符,右字树的字符都要大于根结点的字符,每个结点值有字符和字符的出现次数,并用三种遍历方法打印,比较是否与自己想象的相一致。再求树的深度、叶子结点数、最大结点值。-Enter a string, and the completion of a binary tree, to meet the characters in the left subtree must be less than the root node of the
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:4059
    • 提供者:fanfausun
  1. fpgrowth_doc

    0下载:
  2. FP-tree is a very fine data mining algorithm. It use FP growth algo for data mining
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:140517
    • 提供者:Faisal
  1. doublemult

    0下载:
  2. 设计了一个双精度浮点乘法器。该器件采用改进的BOO TH 算法产生部分积, 用阵列和 树的混合结构实现对部分积的相加, 同时, 还采用了快速的四舍五入算法, 以提高乘法器的性能。把 设计的乘法器分为4 级流水线, 用FPGA 进行了仿真验证, 结果正确 并对FPGA 实现的时序结果 进行了分析。-Designed a double-precision floating-point multiplier. The device uses an improved algorithm fo
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:209490
    • 提供者:terry
  1. cengcibianlierchashu

    0下载:
  2. C语言版的数据结构,利用层次遍历二叉树算法实现C语言的编程-C language version of the data structure, binary tree traversal algorithms using level C programming language
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1311
    • 提供者:李飞跃
  1. fenk

    0下载:
  2. 产生三维矩阵随机数列,并且能够可操作地改变各行列树值-Three-dimensional matrix of random numbers generated columns, and can be operable to change the value of the ranks of the tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:52889
    • 提供者:冯小新
  1. MSXML_XML

    0下载:
  2. DOM解析将会把一个完整的XML文档读进来,生成一个结构树。这样会要把XML文档全部都加载到内存中。所以解析起来的速度会要慢一些。-DOM parsing will be a complete XML document to read in, generate a tree. This will make all XML documents loaded into memory. So, speed up analysis slower.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-10
    • 文件大小:906
    • 提供者:yenan
  1. Ctree4.5

    0下载:
  2. 详细讲解算法设计及其原理,有利于加深对决策树的理解,并能快速实现决策树的生成-calculation of the Tree c45
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:78675
    • 提供者:mu
  1. mobotix_sdk_1.0.1

    0下载:
  2. Mobotix Ip camera SDK. CONTENTS I. WHAT IS THE MxPEG SDK C++ LIBRARY? I.1. OVERVIEW I.2. INTENDED AUDIENCE I.3. REQUIREMENTS I.4. AVAILABLE DISTRIBUTIONS I.5. LICENSING CONSIDERATIONS II. WHAT HAS CHANGED SINCE v0.9.1 III
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4336824
    • 提供者:allg
  1. 200905112

    0下载:
  2. 一种基于Super Peer结构的P2P视频点播系统的设计与实现摘 要 分析各种P 2 P网络的特点, 为了使用户在视频点播过程中获得快速、 稳定的流媒体数据, 提 出了一种采用 S u p e r P e e r 结构的 P 2 P视频点播设计方案。讨论 了以该方案为基础的拓扑树的构建、 拓扑树的变更等关键技术, 并对该系统进行了性能 分析, 证明其具有较好的可靠性和稳定性。-Based on the structure of Super Peer P2P VOD System D
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:231758
    • 提供者:qiqi
  1. shujujiegou

    0下载:
  2. 主要介绍数据结构,是对c语言学习的加强,主要介绍了排序,线性表,队列,数组,广义表,书和二叉树,查找,图等类容。-Introduces the data structure is the c language to enhance learning, introduces the sort, linear tables, queues, arrays, generalized table, books and binary tree, locate, map, and the like capa
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1844462
    • 提供者:22
  1. hyde5

    0下载:
  2. Note that a steiner tree might contain the steiner vertices. The length of a steiner tree is defined to be the sum of the lengths of all its edges
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:1021
    • 提供者:dds
  1. RandomizedTrees

    0下载:
  2. 随机树算法进行配准的非常经典的算法和非常经典的论文-random tree
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1255376
    • 提供者:lanjing
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com