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

搜索资源列表

  1. 数据结构源代码系统

    1下载:
  2. 数据结构源代码系统 [1]-线性表子系统 [2]-停车场管理系统 [3]-二叉树子系统 [4]-图子系统 [5]-查找子系统 [6]-排序子系统 [7]-退出系统,Data structure source code system [1]- Linear table subsystem [2]- the car park management system [3]- Binary Tree subsystem [4]- map subsystem [5]- Find sub-system [6]
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-12-10
    • 文件大小:17107
    • 提供者:蓝色忧郁
  1. LevelOrderTraverse

    0下载:
  2. 在链式存储结构条件下实现层次遍历二叉树的各个节点的操作。-Storage structure in the chain under the conditions of the various node-level binary tree traversal operation.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:12484
    • 提供者:凡卡
  1. btree.tar

    0下载:
  2. C++实现的异质二叉树,实现了对节点的增加,删除,查询,以及整个树的释放。利用了面向对象编程的封装,继承和多态的思想。-C++ implementation of heterogeneous binary tree, the realization of the node to add, delete, query, and the release of the entire tree. Object-oriented programming using encapsulation, inher
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3879
    • 提供者:Jason
  1. Binary_balance_sorttree

    2下载:
  2. 7、二叉平衡排序树 问题描述:创建二叉平衡排序树 基本要求: 1、 输入数据的数量不得低于15个 2、 建立二叉平衡排序树(要求包括LL型LR型RR型RL型四种调整方式) 3、 完成任意数据的查找(要求给出查找执行的次数) -7, binary sort tree balanced descr iption of the problem: Create a balanced binary tree sort of basic requirements: 1, the nu
  3. 所属分类:Console

    • 发布日期:2017-01-06
    • 文件大小:914432
    • 提供者:牛小龙
  1. depth

    0下载:
  2. 构造二叉树,并求叶子节点的个数和该二叉树的深度。-Construct a binary tree, and find the number of leaf nodes and the binary tree of depth.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:995
    • 提供者:梁天
  1. BiTree

    0下载:
  2. 1.构建二叉树 2.编写递归算法,交换二叉树的左右子树; 3.输出按先序遍历得到的新二叉树结果。 -1 build a binary tree 2 write a recursive algorithm, exchange the left and right binary subtree 3 preorder traversal of the output obtained by a new binary tree results.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:419834
    • 提供者:修菁敏
  1. erchashu

    0下载:
  2. 1、 利用先序遍历和层次遍历的结果建立二叉树 2、 实现二叉树的层次遍历 3、 统计二叉树叶子结点的个数(递归)。 4、 将二叉树左右子树相互交换(递归) 5、 判断二叉树是不是二叉排序树。 6、 完成二叉排序树的插入、删除和平衡操作。 -1, the use of first order to traverse and level traversal of the results established binary tree 2 and realize the b
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:2412
    • 提供者:王延达
  1. binary_tree

    0下载:
  2. 文本为一个用c语言编写用于产生一个二叉树的源码文本。以三元组形式输入任意二叉树(以大写字母表示结点),求以任意一选定结点为子树的深度。如,在输入示范题中的二叉树之后,程序显示:Please select a node: 输入 ‘B’,回车后,程序显示‘3’。-Text for a written in c used to produce a binary tree source text. With three yuan group form input arbitrary binary tre
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1190
    • 提供者:梅剑寒
  1. erchashuc

    0下载:
  2. c++实现的数据结构中的二叉树 是数据结构课的作业 用于交流学习-c++ binary tree in the data structure is the homework assignment of data structures for the exchange of learning
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:921
    • 提供者:yangyi
  1. 二叉树结点算法源程序

    0下载:
  2. 根据一棵二叉树结点的先根序列和中根序列构造该二叉树,并输出该二叉树的后序遍历结果。,According to a binary tree the root node of the first sequence and the sequence structure of the tree root and post the output of the binary tree traversal results.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-26
    • 文件大小:868637
    • 提供者:tlh
  1. best

    0下载:
  2. 二叉排序树的建立和查找,输入数据按回车即可建立排序二叉树-Binary sort tree establishment and search, input data by enter established binary tree sort
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1919
    • 提供者:曹莉
  1. svmBTA

    0下载:
  2. 一個基於二元樹為結構的svm分多類分類器svm-BTA,將分多類問題是為多個分二類問題,並結合二元樹的構造來達成分類功能。-A new approch for multi-classfication to employ binary tree architecture.
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:57086
    • 提供者:scott
  1. BPlusTree

    0下载:
  2. 基于JAVA的B+树数据结构,B+树是改进的平衡二叉树,查询效率更高。-JAVA-based B+-tree data structure, B+ tree is an improved balanced binary tree, the query more efficient.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:7039
    • 提供者:huxuan
  1. 2

    0下载:
  2. 二)二叉排序树的一些基本操作 (1)利用二叉链表的存储形式,从键盘输入建立一棵二叉排序树; (2)对(1)中建立的二叉排序树进行中序遍历并打印; (3)编写算法,判断一棵二叉树是否为二叉排序树。 (4)在(1)建立的二叉排序树中,查找一个树中不存在的关键字后并插入,之后打印该树; -B) binary tree of some sort of basic operations (1) the use of binary list of the storage form of
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1186
    • 提供者:王玉珏
  1. Classic_binary_tree_data_structure_and_information

    0下载:
  2. 数据结构树和二叉树经典资料Classic binary tree data structure and information -Classic binary tree data structure and information Classic binary tree data structure and information
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:234336
    • 提供者:ib
  1. WANG

    0下载:
  2. 二叉树多项功能的实现 求解点数叶子树 插入删除-Binary tree implementation of a number of functions for solving insertion point leaves the tree removed
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1207
    • 提供者:小鹏
  1. main

    0下载:
  2. 假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其父结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。-Assuming top-down by level, each node from left to right input a triple (N, P, L/R). Where the elements of N-based nodes, P is the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1224
    • 提供者:张晓敏
  1. jiapu

    0下载:
  2. 家谱设计程序 基于c的家谱程序,通过二叉树完成。有的功能不尽完善,不过是自己努力编写完成的。-Genealogy design process based on c, genealogy program, through the complete binary tree. Some features not perfect, but their own efforts in the preparation completed.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:80586
    • 提供者:mirror
  1. tic-tac-toe

    0下载:
  2. 一个简单的用二叉树实现的极大极小指算法人工智能井字棋游戏,使用C++的类,和STL模版库中的vector-A simple binary tree the minimax means algorithm artificial intelligence tic-tac-toe game of chess the class of C++, and STL template library in the vector
  3. 所属分类:Shell api

    • 发布日期:2017-04-09
    • 文件大小:1038755
    • 提供者:laixin
  1. hafuman

    0下载:
  2. 利用最优二叉树存储结构实现哈弗曼码的编译系统,按顺序打印出对应输入字符串的哈弗曼编码。-Binary tree using the optimal storage structure of the compiled code哈弗曼system, in order to print the corresponding input string encoding哈弗曼.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:110695
    • 提供者:yun
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com