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

搜索资源列表

  1. xrun

    0下载:
  2. 数据结构之任意多叉树的建立和操作,包括先序,中序,层序,和插入节点,统计树信息。 融入了树,双向队列等经典数据结构的使用模式。-Data structure of any multi-branch tree establishment and operation, including the first order, in sequence, sequence, and insert the node, the tree statistics information. Into the tr
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7627
    • 提供者:EmersonLee
  1. Complete_binary_tree

    0下载:
  2. 在完全二叉树中,在层次遍历和先根序遍历中,已知某节点在一种遍历中的编号,求该节点在另一种遍历中的编号.-Complete binary tree in level order traversal and first traversal of the root, known to a certain node in a traversal of the code, and the node in a traversal of the code.
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:287574
    • 提供者:weixiaoguoke
  1. erchashujiqixiangguancaozuo

    0下载:
  2. 二叉树及其相如按操作C程序代码 凹入表示法输出 二叉树的创建 结点内容用字符串表示 二叉树的节点数 叶子数 层次遍历 前序 中序 后序遍历 查找结点 删除结点 删除结点及其子树 再用凹入表示法输出-Binary Tree and its operation, such as by indentation C code representation of the output tree to create the content node tree with the string that lea
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5955
    • 提供者:junjie
  1. binarytreesort

    0下载:
  2. 数据结构排序部分的二叉树排序,可以实现排序功能,同时可以删除某个节点-bitree sort in the datastructure can sort the data ,delete the note in bitree
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:40337
    • 提供者:liangfangfang
  1. jiafen

    0下载:
  2. 求一棵加分值最高的二叉树,其中序遍历序列为给出的节点编号顺序,如1,2,3,4,5...n,求出的树加分值最高-The highest score for an increase in the binary tree, which traversal sequence for the given node number sequence, such as 1,2,3,4,5 ... n, obtained the highest score of the tree increases
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:4111
    • 提供者:yyx
  1. erchashuzuichanglujing

    0下载:
  2. 本程序实现求二叉树的最长路径,输出该二叉树的最长路径数目以及该路径上的各节点-Binary tree for the program the longest path, the output of the binary tree the number of the longest path and the path of each node
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:985
    • 提供者:陈乐
  1. avl_Tree

    0下载:
  2. 一个用C++实现的平衡二叉树算法,实现了高度、平衡度、父子节点等-A use of C++ to achieve a balanced binary tree algorithm, to achieve a high degree of balance, such as father and son nodes
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:578084
    • 提供者:liao
  1. trees

    0下载:
  2. 树的和 ★问题描述 LISP是一种高级语言,可以用它来表示其它的数据结构,例如二叉树。二叉树由LISP的S 表达式来表示,其规则如下: 空树=() 树= (整数 左子树 右子树) 叶节点=(整数 () ()) ★编程任务 问题是给定一棵由LISP的S表达式决定的二叉树,问是否存在一条从根到叶节点的路径 P,使这条路径上所有节点的和等于一个给定的整数I。 ★数据输入 由文件input.txt给出输入数据。每个输入数据包含多组数据,每组数据包含一个整数I和
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:889103
    • 提供者:skyalone
  1. binary_tree_characters

    0下载:
  2. 程序确定二叉树的特征。如:每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。-Procedures to determine the characteristics of binary tree. Such as: the level of each node, the node from the root to the branch length (path length), the number of generations a
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:263441
    • 提供者:yyzhang
  1. Snort

    0下载:
  2. 分析了数据包调用检测函数匹配规则节点的平均次数计算函数,并用该函数对Snort系统规则树进行了优化,减少了数据包过滤匹配次数,极大提高了入侵检测效率-Analysis of packet matching rules called detection function of the average number of nodes the calculation function, and the system function of the Snort rules tree is optimiz
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:122856
    • 提供者:TTstone
  1. PKU2529Msyorsposter

    0下载:
  2. 一个很好的线段树的题目,每一组数据里面的一个区间是一个不同的颜色,问最后可以看到几种颜色 ....... 要清楚树的是树有多少个节点 .. 代码如下 :-A good segment of the subject tree, each set of data inside an interval is a different color and asked to see the last of several colors to make it clear ....... the tr
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:1214
    • 提供者:杨金龙
  1. Binary

    0下载:
  2. 汇编写的二叉树 输入相应大节点 自动产生相应大二叉树-Binary Tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1791
    • 提供者:王宁
  1. erchashu

    0下载:
  2. 对于二叉树的基本的运算,查找孩子结点,查看叶子节点到根节点的路径~ 二叉树的宽度。-For computing the basic binary tree to find the child node to view the leaf node to the root of the width of the path-tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1462
    • 提供者:隋辩
  1. RSAVC2

    0下载:
  2. 是很不错的RSA代码!不是本人的!为了大家学习!进步!此控件是为了让 DataGridView 支持多维表头,而设计的. 通过导入一个树图(TreeView)的概念,每一个节点对应到一个表头单元格. 在多维标题中的每一个最底层的标题相当于 TreeView 中最低深度的节点. C++写的椭圆曲线加密算法库源码 -RSA is a very good code! Not own! For them to learn from! Progress! This DataGridView contr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:3114
    • 提供者:易天行
  1. DHtmlXTree_1_6_pro

    0下载:
  2. dhtmlxTree v.1.6 Professional edition build 80512 js+dhtml实现的树结构可以通过xml配置可通过配置实现在节点前添加复选框支持多层选择。这个是Pro版本的!-dhtmlxTree v.1.6 Professional edition build 80512
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-05
    • 文件大小:109739
    • 提供者:howgoo
  1. sjjg

    0下载:
  2. Josephu问题,一元多项式的相加问题,模拟停车场管理问题,线性表的逆置算法,合并有序表,遍历二叉树(递归算法),求二叉树的节点数、叶子数和深度(递归算法),交换二叉树的左右孩子,有序表的折半查找,按递减次序输出二叉树中大于X的各元素的值,按递减次序输出二叉树中小于X的各元素的值,整理关键字使负值在前,冒泡排序-Josephu problem, the sum of one dollar polynomial problem, the issue of car park management
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:32672
    • 提供者:华夏
  1. huffman

    0下载:
  2. 哈夫曼树构造,给出节点值,就能够获得构造过程-Huffman tree construction, given the node values can be constructed on the process of
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:178350
    • 提供者:guoxiang
  1. anran

    0下载:
  2. 非递归的二叉排序树建立与维护,可以实现二叉树的修改、节点删除等-Non-recursive binary sort tree establishment and maintenance, the tree can be modified to delete nodes, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:14002
    • 提供者:fenglong
  1. hftree

    0下载:
  2. 一开始将所有的2n-1个节点的parent,lchild,rchild都赋初值-1 对于每个非叶子节点ht[i](存放在ht[n]~ht[2n-1]中),从h[0]~ht[i-1]中找到两个最小的且parent=-1(即还未加入到haffuman树中的节点,设为smin,fmin)作为ht[i]左右孩子,并且修改ht[i]的权值ht[i].w=ht[smin].w+ht[fmin].w 如此反复直到所有非叶子节点均已处理完 树的结点元素类型如下 struct htnode
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1954
    • 提供者:自由鸟
  1. bitre

    0下载:
  2. 第一题:求二叉树的高度 第二题:输出二叉树中各节点的值及所对应的层次数 第三题:数组二叉树转化成链式二叉树 第四题:复制二叉树T1到T 第五题:交换左右孩子节点的指针的值 第六题:先序创建二叉数-this is a bitree , there are six functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:589095
    • 提供者:River
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 45 »
搜珍网 www.dssz.com