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

搜索资源列表

  1. isValidBST

    0下载:
  2. 判断二叉树是否是二叉搜索树,先找左边的节点,压栈,那么第一个弹出来的为最左节点。右子树类似。 -Determine whether a binary tree is a binary search tree, first find the node on the left, push, then the first pop-up to the most left node. Right subtree is similar.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:515
    • 提供者:achun
  1. BiTree

    0下载:
  2. 输入一个序列,建立B-树,能够查找指定节点,并能够遍历整个B-树,输出遍历序列结果。-Enter a sequence established B- tree, able to find the specified node, and the ability to traverse the entire B- tree traversal sequence output results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:208086
    • 提供者:逝颜
  1. haffuman

    1下载:
  2. 基于哈夫曼的压缩和解压缩,将文本中的字符作为节点构建哈夫曼树,通过01来编码,实现对文件的压缩,同时通过逆过程将文件解压缩。-Based Huffman compression and decompression, the text of the character as a node Huffman tree constructed by 01 to coding, to achieve the file compression, through the reverse process to
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4089
    • 提供者:肖娜
  1. war

    0下载:
  2. 某年某月,A军与B军之间发生了一次战争。为了不让A军轻易的找到自己的总部,B军布下了一个二叉树型的阵形,这样既可以相互沟通,也可以很好的隐藏总部的位置。共有n个节点,每个节点用一个数字标号,总部就在其中的某个节点处。知道在前序遍历中B军总部排在标号串的第m位。 A军找到学过数据结构的你,请你根据已知的中序遍历和后序遍历得到B军的前序遍历,并得出B军总部究竟在标号为多少的节点上。 -A certain period, A B between army troops and a war br
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:640584
    • 提供者:
  1. Tree_Labview

    0下载:
  2. 改程序实现在树形控件中,在指定节点位置动态添加指定内容,方便树的控制-Change in the tree control program implementation, specified in the specified node position dynamically add content, convenient control of the tree
  3. 所属分类:Button control

    • 发布日期:2017-03-24
    • 文件大小:5084
    • 提供者:赵涛
  1. 30132160472

    0下载:
  2. 现在要对一棵二叉树的节点进行染色。每个节点可以被染成红色、绿色或蓝色。并且,一个节点与其子节点的颜色必须不同,如果该节点有两个子节点,那么这两个子节点的颜色也必须不相同。给定一棵二叉树的二叉树序列,请求出这棵树中最多和最少有多少个点能够被染成绿色。-Now to node of two binary tree were stained. Each node can be dyed red, green or blue. Moreover, a node and its child nodes m
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:785626
    • 提供者:孙铭啸
  1. BiTree

    0下载:
  2. 编程实现二叉树的a建立,b/c先序、中序、后序、层序遍历(递归和非递归方法),d二 叉树的高度、e繁茂度,f交换左右子树,g统计叶子节点的数目,h判断是否为完全二叉树, i按树的形态在屏幕上打印输出。 [基本要求] (1) 从文件中读入建树信息,树的节点数目不小于20个,树的高度不小于4。 (2) 建树信息采用两行英文字符表示,每个英文字符代表一个结点,第 1 行为树的 中序遍历结果,第 2 行为树的后序遍历结果。-Programming a binary tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:233412
    • 提供者:真真
  1. erchashu

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。 (6)在主函数中设计一个简单的菜单,分别调试上
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1401
    • 提供者:顾欣
  1. Completed-BinaryTree

    0下载:
  2. 遍历(Traversal)沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问二叉树的实现逻辑和流程-Traversal (Traversal) along a strip search route, turn on each node of the tree were done once and only once to access binary logic and processes to achieve
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:14271
    • 提供者:chen
  1. TreeControl-and-Datatable-Easy-Toos

    0下载:
  2. 使用这个工具你只需要 2行代码(new工具类和添加到tree控件的Node节点) 就能解决 tree控件的复杂问题 方便得定义点击事件-Complex problems using this tool you need only two lines of code (new tools and add to the Node node tree control) can be solved easily tree controls have to define the click event
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:76223
    • 提供者:钱云杰
  1. huffman

    0下载:
  2. 霍夫曼编解码,采用构造霍夫曼树进行编码;构造好霍夫曼树后解码的过程就比较简单了;只需通过霍夫曼树找到相应的叶子节点即可解码-Hoffman codec used to encode structural Huffman tree good Huffman tree structure after decoding process is relatively simple just find the leaf node can be decoded by the Huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:702585
    • 提供者:落落
  1. demoTree

    0下载:
  2. tree控件的演示,点击“添加子节点”会自动添加子节点A,B,C。此例适合初学者掌握Tree控件-Demos tree controls, click on the " Add a child node" will automatically add child nodes A, B, C. This case is suitable for beginners to master the Tree control
  3. 所属分类:TreeView

    • 发布日期:2017-05-26
    • 文件大小:8893672
    • 提供者:陈文洋
  1. erchashu

    0下载:
  2. 采用数组的方法,可以输入任意二叉树,并将全部二叉树的节点及其儿子输出-The method uses an array, you can enter any binary tree, and all the binary output node and son
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:526
    • 提供者:王飞
  1. code

    0下载:
  2. binary tree asm lab1-In computer science, binary tree is a widely used data structure. Here we will look at infinite binary tree where the node is a pair of integers. The tree is constructed as follows: 1. The root is the pair (1,1). 2. If a node
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1969960
    • 提供者:zhangshuyuan
  1. binaryTree

    0下载:
  2. 基于Visual C++的一个二叉树的程序,能实现从文件输入和数组两种方法建立二叉树,实现二叉树的前,中,后序遍历,广义表形式的输出,结点个数的统计,结点度的计算,树的高度计算,最大值的计算。-he establishment of the two fork tree the file input and an array of two methods, the realization of the two binary tree before, after the traversal, th
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1025732
    • 提供者:易新宇
  1. huofuman

    0下载:
  2. 给定n个权值作为n的叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。哈夫曼树是带权路径长度最短的树,权值较大的结点离根较近。-Given n weights as a leaf node n, and construct a binary tree, if the weighted path length to a minimum, said such a binary tree is optimal binary tre
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1773
    • 提供者:何忠浩
  1. LeftChild-RightChild

    0下载:
  2. 用二叉树的LeftChild-RightChild表示法存储二叉树,每个节点所含数据元素均为单字母,试编写按树状打印二叉树的算法.是学习数据结构很好的例子-Storing binary notation using binary tree LeftChild-RightChild, each node contains data elements are single-letter, written by the test print binary tree algorithm. Is a go
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:279101
    • 提供者:冉戆
  1. FaultTree

    0下载:
  2. 可是实现故障树的绘制,撤销节点,增加节点-But to realize the fault tree, revocation of node, add nodes
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:266688
    • 提供者:张强
  1. chaoliujisuan

    1下载:
  2. 本程序适用于全部开式网络,包括树状网络(任意数量母线节点),且可以任意设置迭代次数 程序开始前先在linedata.txt及busdata.txt内分别输入线路信息及母线信息 线路信息输入顺序为 始节点 末节点 电阻 电抗 导纳(若为变压器则为0) 变压器空载有功损耗(为输电线则为0) 变压器空载无功损耗(输电线为0) 变比(输电线为1) 母线信息输入顺序为 节点 电压(初始未知电压为额定电压) 母线有功功率(无负荷设为0) 母线无功(无负荷设为0) 母线类型(电
  3. 所属分类:Energy industry

    • 发布日期:2017-04-13
    • 文件大小:2237
    • 提供者:cui
  1. DynamicTree

    0下载:
  2. Android树,点击一个节点,去拿数据,拿到数据更新树。-Android tree, click on a node, get data, get data update tree.
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:944691
    • 提供者:黎城
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com