CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 树 节点

搜索资源列表

  1. numberpaixu

    0下载:
  2. 关于分支为3的树,它的节点种类总数小于7,深度为3,全探索的源代码-With regard to the three branches of the tree, which is less than the total number of nodes of type 7, a depth of 3, all to explore the source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:564
    • 提供者:云祖
  1. TreeCtrl

    0下载:
  2. 通过点击按钮实现把一棵树的节点复制到另一颗树。-By clicking on the button to achieve the one tree to another tree and the node copy.
  3. 所属分类:TreeView

    • 发布日期:2017-04-09
    • 文件大小:1549449
    • 提供者:张杰
  1. pyinotify

    0下载:
  2. 大量小文件的实时同步方案,通过Hash Tree来实现同步,既有通过日志来同步的软实时特点(msyql, bdb等),也可以保证最终数据的一致性(rsync, unison等)。Hash Tree的大体思路是将所有数据存储成树状结构,每个节点的Hash是其所有子节点的Hash的Hash,叶子节点的Hash是其内容的Hash。这样一旦某个节点发生变化,其Hash的变化会迅速传播到根节点。需要同步的系统只需要不断查询跟节点的hash,一旦有变化,顺着树状结构就能够在logN级别的时间找到发生变化的内
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1731
    • 提供者:wuyou
  1. tree

    0下载:
  2. 实现二叉树的建立,节点的插入,删除,和搜索功能。并在main函数中实现各种功能。-To achieve the establishment of a binary tree, node insertion, deletion, and search functions. In the main function to achieve various functions.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2584
    • 提供者:jay
  1. TreeDepth

    0下载:
  2. 通过遍历二叉树,求二叉树的深度 使用是先输入各节点的数据,再得出二叉树的深度-By traversing a binary tree, find the depth of use is the first binary input data on each node, and then arrive at the depth of binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:631
    • 提供者:罗方
  1. 175730

    0下载:
  2. 基于节点编号的运用树状菜单设计方法与实现,应用在LCD点阵模块显示控制-LCD DISPLAY
  3. 所属分类:Document

    • 发布日期:2017-04-26
    • 文件大小:194077
    • 提供者:汪明
  1. 175740

    0下载:
  2. 基于节点编号的运用树状菜单设计方法与实现,应用在LCD点阵模块显示控制-LCD DISPLAY
  3. 所属分类:Document

    • 发布日期:2017-04-24
    • 文件大小:95430
    • 提供者:汪明
  1. huffman

    0下载:
  2. 用c语言给出了哈夫曼树的实现代码。已经编译通过。输入节点数和权值后,可以生成huffman 树-Using c language gives the Huffman code tree to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1495
    • 提供者:isnoody
  1. RedBlackTreeInsert

    0下载:
  2. 红黑树插入算法,先建一棵至少20节点的红黑树,然后再往该树中插入至少100节点-RedBlackTreeInsertAlg
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:152888
    • 提供者:lihong
  1. IntevalSearch

    0下载:
  2. 区间树的创建及查找与给定区间的重叠区间,若存在则返回该节点的详细信息,否则给与相应的提示-IntervalSearch
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:133512
    • 提供者:lihong
  1. hefuman

    0下载:
  2. 赫夫曼树:试构造一棵有n个叶子结点的二叉树,每个叶子节点带权为wi,则期中带权路径wpl的最小的二叉树-Huffman Tree: test construct an n-leaf nodes are the binary tree, each leaf node with a right to wi, then the period of the right path with the smallest binary tree wpl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3154
    • 提供者:王军
  1. fork

    0下载:
  2. 在某个家谱中,每人都生两个儿子。这些人之间的关系可以用二叉树来表示。这些二叉树总共有N个节点(3 <= N < 200)。这些二叉树有如下性质: 每一个结点的度是0或2。度是这个结点的儿子的数目。 树的高度等于K(1 < K < 100)。高度是从根到任何叶子的最长的路径上的结点的数目。有多少不同的家谱结构? 如果一个家谱的树结构不同于另一个的, 那么这两个家谱就是不同的。输出家谱树的个数除以9901之后的余数。-In a family tree, the p
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:203365
    • 提供者:Edan
  1. Binary_Tree

    0下载:
  2. 用c#实现二叉树(二叉树的前序,中序,后序遍历,以及删除节点等功能)-To use c# to achieve binary tree (binary tree preorder, inorder, postorder, and delete nodes and other functions)
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:19718
    • 提供者:淡靥
  1. Calculatethenumberofleafnodes

    0下载:
  2. 编写递归算法:计算二叉树中的叶子结点的数目。输入数据时,如果此节点无子节点则输入.结束-Write a recursive algorithm: calculation of a binary tree in the number of leaf nodes. Input data, if this node without child nodes enter. End
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:11715
    • 提供者:xiaoxue
  1. cz_site

    0下载:
  2. 使用Jquery开发的一个页面布局的示例;将页面分割为三部分,左边是一个树形选择结构,右边分为上下两个ifr a me结构,通过选择树中的不同节点,做局部刷新。-Developed using Jquery example of a page layout the page split into three parts, the left is a tree-selection structure, the right is divided into upper and lower two i
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-06
    • 文件大小:170330
    • 提供者:changzhe
  1. Tree

    0下载:
  2. 比较红黑树和最优二叉检索树在不同节点个数时的检索性能-as what i told above, in chinese
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1458
    • 提供者:wxw_s_life
  1. BinarySortTreeApplication

    0下载:
  2. 二叉排序树的应用,借助实现于IP地址的排序。构造排序树,遍历节点。-Application,Binary Sort Tree,IP Address。
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:70435
    • 提供者:欧阳
  1. avl

    0下载:
  2. 基本的avl树,实现构造插入和删除节点的功能-Basic avl tree insertion and deletion nodes to achieve structural function of
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1514
    • 提供者:wangye
  1. mytree

    0下载:
  2. 纯JS实现的树控件,能够自由添加子节点实现无限级伸展,使用方便-Pure JS implementation Calendar Control
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:42193
    • 提供者:Johnson.Lee
  1. wrk

    0下载:
  2. 利用STL中的MAP和VECTOR实现的一个多节点树-The use of STL in the MAP and the VECTOR to achieve a multi-node tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:18335
    • 提供者:Waxgin
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 45 »
搜珍网 www.dssz.com