CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 二叉树

搜索资源列表

  1. tree.tar

    0下载:
  2. 很强大的链表。二叉树源码,很好使用。希望更多的人使用-A very strong list. Binary source, a very good use. Hope that more people use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1133
    • 提供者:mike
  1. 12344587

    0下载:
  2. 二叉树开发,解决二叉树当中的顺序层出问题加实例。-Binary tree development, solve the sequence of binary tree are problems with examples.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:122371
    • 提供者:李浩
  1. 5551

    0下载:
  2. 利用数据结构的知识生成一颗二叉树,利用非递归的算法遍历二叉树,主要借助栈来遍历二叉树-Data structures generated using a binary tree of knowledge, use of non-recursive binary tree traversal algorithm, the main stack to traverse binary tree with
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:189538
    • 提供者:zhigang
  1. 66666

    0下载:
  2. 创建一颗线索二叉树,主要利用了数据结构的知识和递归算法,最后能够遍历整颗树的信息-Creating a threaded binary tree, the main advantage of the knowledge and recursive data structures algorithms, and finally be able to traverse the whole tree information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:158959
    • 提供者:zhigang
  1. OptimalBST

    0下载:
  2. 最优二叉搜索树的构建,动态规划实现。gcc编译通过,可将构建好的树以列表的形式打印出来。-Optimal binary search tree construction, Dynamic Programming. gcc compile.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:11834
    • 提供者:m
  1. Exercise2

    0下载:
  2. 1、(实习题) 请编写一个程序,确定二叉树的特征。如:每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。-1, (practice questions) Write a program to determine the characteristics of a binary tree. Such as: the level of each node, the node from the root to shoot length (
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:16556
    • 提供者:齐宇轩
  1. processcreat

    0下载:
  2. 进程创建模拟 针对操作系统中进程创建相关理论进行实验。要求实验者输书提供的代码并进行测试。代码简化了进程创建的多个步骤和内容。进程的树形结构采用广义二叉树的方式进行存储。-Process simulation for the operating system in the process of creating theories to create the experiment. Asked the experimenter to provide written input and teste
  3. 所属分类:Network Security

    • 发布日期:2017-04-07
    • 文件大小:35147
    • 提供者:kkk
  1. twolinktable

    0下载:
  2. linux下的源码,关于二叉树的建立,添加,删除,销毁
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:10418
    • 提供者:孙洪刚
  1. avl

    0下载:
  2. 平衡排序二叉树的具体实现及使用测试例子 在linux上测试通过-Order to achieve a balanced binary tree and the use of specific test cases to test in linux through
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2373
    • 提供者:jinyunshuai
  1. threaded-Tree

    0下载:
  2. 二叉树线索化动态演示,用Qt做的,有图形界面-Dynamic presentation binary tree threaded-QT
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:10766
    • 提供者:liangliang
  1. BTree

    0下载:
  2. 二叉树的递归以及非递归创建,遍历,遍历包括前序.中序.后序.....,在其非递归创建和遍历时又分别利用了栈和队列等一系列方法进行-Recursive binary tree non-recursive traversal, as well as create, including the former sequence traversal sequence after sequence. .....
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1490
    • 提供者:
  1. shujujiegou

    0下载:
  2. 1、 用户键盘输入一个中缀表达式,回车表示结束;如果该中缀表达式正确,那么在字符界面上输出其后缀表达式,其中后缀表达式中两相邻操作数之间利用空格隔开;如果不正确,在字符界面上输出表达式错误提示。 2、 四则运算表达式求值。将中缀表达式转换为后缀表达式,计算并输出结果。利用二叉树后序遍历来实现表达式的转换,同时使用栈来求解后缀表达式的值。 3、 测试数据 - a student can learn it so ,a hope we can share it together
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:24453
    • 提供者:jack
  1. binary_tree

    0下载:
  2. 二叉树先序、后序遍历,节点插入、删除,用C实现,操作系统平台为linux系统-binary tree
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3338
    • 提供者:chenmou
  1. arc

    0下载:
  2. 运用二叉树求代数表达式的值,将代数表达式的每个符号用二叉树结点表示,遍历图的每一结点,按结点值得不同采用不同运算方式-Solving algebraic expressions binary tree
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:1398
    • 提供者:陆言
  1. tree

    0下载:
  2. 创建二元二叉树,输出二叉排序树,在二叉排序树中查找相关结点,递归查找.-Create binary tree, output binary sort tree,search relevant nodes in the binary sort tree.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:2239
    • 提供者:陆言
  1. binary-tree

    0下载:
  2. 二叉树的创建,二叉树中结点的查找,测二叉树的深度宽度,输出二叉树的叶子结点-Binary tree creating, search binary tree node , the binary tree s depth and width, output binary tree leaf nodes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:2161
    • 提供者:陆言
  1. Binary-tree-travel-around

    0下载:
  2. 建立一个二叉树,并实现添加,删除节点,周游二叉树的功能。-Binary tree travel around
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1237365
    • 提供者:Brant
  1. adt-tree

    0下载:
  2. 二叉排序树:又称二叉查找树。 它或者是一棵空树;或者是具有下列性质的二叉树: (1)若左子树不空,则左子树上所有结点的值均小于它的根结点的值; (2)若右子树不空,则右子树上所有结点的值均大于它的根结点的值; (3)左、右子树也分别为二叉排序树;-Binary sort tree: also known as binary search tree. Or an empty tree or a binary tree with the following properties: (1) If t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:909
    • 提供者:叶幸
  1. BiTree

    0下载:
  2. c语言基础的数组方式二叉树的实现,stack函数。-c array of language-based way binary tree implementation, stack function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:4013
    • 提供者:严湖斌
  1. Untitled1

    0下载:
  2. 二叉树的基本操作(有界面) 包括各项遍历 主要涵盖递归与非递归-binary tree the basic operating
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-07
    • 文件大小:2414
    • 提供者:蔡琛
« 1 23 4 5 »
搜珍网 www.dssz.com