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

搜索资源列表

  1. erchashudeyingyong

    0下载:
  2. 集成所有二叉树的基本操作。包括求子节点。求页。-Integrates all the basic operations of a binary tree. Including Praying nodes. Find pages.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:737105
    • 提供者:金赛
  1. one

    0下载:
  2. 程序实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数。 1.先序次序建立一个二叉树 ,用#表示某结点的左右子树是否为空,用于表示该结点是否为叶子或者可能存在左子树or右子树。例如对一个简单的三节点二叉树,节点b和c分别为根节点a的左孩子和右孩子,用先序来创建就表示为ab##c## 2.按先序、中序、后序、层次遍历分别输出二叉树的所有节点 3.求二叉树中所有节点数 4.求二叉树的深度 -Program binary t
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1237
    • 提供者:杨痒痒
  1. binary-tree-amplitude

    0下载:
  2. 这是我参加某公司面试时做的一个二叉树问题题目,题目是求任意给出一组数看是否在树上,并求节点和数的裕度。这是我的答案,给大家分析参考。-This is a binary tree question when I participate a company s interview. The question is judging if a random series number is in binary tree and get the node and tree s amplitude.It s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:25824
    • 提供者:柳闻徽
  1. tree

    0下载:
  2. 创建一个二叉树并实现各种遍历,并计算叶子节点数和数的深度-Create and implement a binary tree traversal, and calculating the depth of several leaf nodes
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:797
    • 提供者:geenli
  1. erchashu

    0下载:
  2. 输入完全二叉树前序,实现中序、后序、层次遍历,交换左右子树,统计叶子节点,二叉树深度。使用C语言实现。-Enter the first complete binary tree sequence to achieve the sequence after sequence, hierarchy traversal, the exchange about the sub-tree leaf node statistics, binary tree depth. Using the C.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1781
    • 提供者:李俊
  1. tree

    0下载:
  2. 实现二叉树的先序遍历,中序遍历和后序遍历的递归和非递归算法,以及层次遍历的算法。 用二叉树来表示代数表达式,树的每一节点包括一个运算树,代数表达式中包含“+”,“—”,“*”,“/”和一位整数且没有错误,按照先乘除后加减的原则构造二叉树。 构造一颗哈夫曼树,输出对应的哈夫曼编码和平均查找长度。-Recursive and non-recursive algorithm binary tree preorder, preorder and post-order traversal, and
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1292012
    • 提供者:余啸坤
  1. tree

    0下载:
  2. Write有效的功能,它接受一个指向二叉树的根T和计算: 一个。 (1)T的叶子的数量   (2)含有一个非NULL子T中的节点数目 湾 (3)he含有两个非空的儿童T中的节点数量-Write effective function, which accepts a pointer to the root of the binary tree T and computing: a. (1) the number of T leaves (2) contains
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1292
    • 提供者:林宥嘉
  1. erchashubianli

    0下载:
  2. 二叉树遍历,先建立二叉树,然后遍历寻找指定节点,输出反向路径-Binary tree traversal, first create a binary tree, then traverse to find the specified node, output reverse path
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:710
    • 提供者:wuxiaohui
  1. haffmantree

    0下载:
  2. 哈弗曼数节点类,带权路径长度最短的树,权值较大的结点离根较近。显示个字符的编码,编码,译码,文本串的编码。-Huffman number of node class with the right length of the shortest path tree, the larger weights from the root node closer. Display, coding, decoding, encoding text strings of characters.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:112002
    • 提供者:majian
  1. treebkimage

    1下载:
  2. VC++ 在树形控件中插入背景图,看到了树控节点的那结连线了吗?实现思路:先在内存CDC 对象上对TreeView 默认绘图,然后再选择背景位图,与缺省位图进行与操作合成TreeView 的背景图,最后通过函数BitBlt()将树形控件的背景图呈现出来。同时为了避免闪烁,必须重载函数OnItemexpanding()和函数OnItemexpanded()-VC++ insert background image in the tree control, see the end of that t
  3. 所属分类:Java Develop

    • 发布日期:2016-01-25
    • 文件大小:21504
    • 提供者:bpudn76
  1. Htree

    0下载:
  2. 输入叶子节点的权值,够着哈夫曼树并输出。-create the hftree
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:610847
    • 提供者:郭武楠
  1. erchashu158

    0下载:
  2. 根据二叉树的结构特点创建一棵二叉树(无节点的地方用#代替)-The creation of a binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:30057
    • 提供者:赵先生
  1. cppsfs

    0下载:
  2. 本.cpp代码主要是收集了一些常用的C++算法相关内容,关键地方都已标记注释,比如链表数据、尾插法利用一个动态指针、迭代斐波那契、循环队列、KMP模式匹配算法,二叉树二叉链表节点结构定义、二叉排序树查找、平衡二叉树 AVL、优化后的冒泡算法、简单的选择排序,依次比较将最小的,然后与第一个位置交换、希尔排序、堆排序、归并排序(内存占用大)等,具体请下载这个源代码文件。-The. Cpp code is a collection of some commonly used C++ algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9287
    • 提供者:gxtxtplg
  1. bintree

    0下载:
  2. 实现二叉树的前序创建实现二叉树的计算节点个数等功能-creat er cha shu
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:104101
    • 提供者:许天
  1. Delphi_215886

    0下载:
  2. 基于Delphi的单向链表应用,演示了定义头节点、定义当前节点、刷新树、根据节点数据得到当前节点、添加头节点、插入节点、删除节点、删除尾节点、添加链表节点数据等基本操作,通过本示例可了解一些Delphi树控件方面的知识。-Based on Delphi singly linked list application that demonstrates the definition of the head node, the definition of the current node, refre
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:51411
    • 提供者:RYZOVNX
  1. ExchangeTree

    0下载:
  2. 先序创建二叉树,将二叉树所有节点的左右子树交换,再先序遍历输出-create a binary tree in first order, exchange all the nodes of the binary subtree , then preorder output
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:278199
    • 提供者:张荣
  1. TreeRegression

    1下载:
  2. 树回归:对复杂的关系建模。一般可以分为两种,一种是回归树,一种是模型树, 主要的区别在于对于叶节点的建模方式,回归树使用分段常数,模型树使用线性回归方程。 可以使用剪枝技术对于可能过拟合的树进行剪枝,剪枝一般分为预剪枝和后剪枝。 回归树和模型树都是2元树,每次总是选择最好的分割方式,分成两部分。 这个是自己写的Python语言的CART树回归程序,基本实现了其原理,注释比较多。-Tree Regression: modeling of complex relationshi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2515
    • 提供者:iihaozl
  1. Delphi_811744

    0下载:
  2. Delphi:Delphi双向循环的链表应用实例源代码,演示添加节点、插入节点、删除节点、删除尾节点以及创建链表节点数据,操作成功后,点击刷新,可看到左侧树结构中已存在添加的数据。 -Delphi: Delphi way circular linked list application source code examples, demonstrates adding nodes, insert nodes, delete nodes, delete nodes, and create li
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:58754
    • 提供者:QO6SH1V
  1. client

    0下载:
  2. Delphi:Delphi双向循环的链表应用实例源代码,演示添加节点、插入节点、删除节点、删除尾节点以及创建链表节点数据,操作成功后,点击刷新,可看到左侧树结构中已存在添加的数据。 -Delphi: Delphi way circular linked list application source code examples, demonstrates adding nodes, insert nodes, delete nodes, delete nodes, and create li
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:69902
    • 提供者:EI26B7K
  1. AVL

    0下载:
  2. AVL树是最先发明的自平衡二叉查找树。在AVL树中任何节点的两个儿子子树的高度最大差别为一,所以它也被称为高度平衡树。查找、插入和删除在平均和最坏情况下都是O(log n)。-AVL tree is a self-balancing binary search tree first invented. AVL tree height in any node of the biggest differences between the two sons of a sub-tree, it is a
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:14052
    • 提供者:NAME
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 45 »
搜珍网 www.dssz.com