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

搜索资源列表

  1. JAVA二叉树算法代码

    0下载:
  2. 广工数据结构实验,此代码为JAVA版的二叉树代码,可放在eclipse上运行。
  3. 所属分类:Windows编程

  1. 二叉查找树

    0下载:
  2. 详细实现了二叉查找树的各种操作:插入结点、构造二叉树、删除结点、查找、 查找最大值、查找最小值、查找指定结点的前驱和后继
  3. 所属分类:数据结构常用算法

  1. 二叉树

    0下载:
  2. (1)输出n=11时的判断树并求成功情况下的平均查找长度ASL; (2)通过构造判断树可以求得成功情况下的平均查找长度ASL1;当宝含有n个节点的判断树看成是一颗满二叉树是,其成功情况下平均查找长度的理论值ASL2约为log2(n+1)-1,对于n=10,100,1000,10000,100000和1000000,求出ASL1,ASL2两者的差距。((1) the judgment tree of the output n=11 and the average search length un
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:19456
    • 提供者:暖阳儿
  1. 二叉搜索树的创建与遍历

    0下载:
  2. 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
  3. 所属分类:书籍源码

  1. 二叉树的高度和宽度

    0下载:
  2. 求二叉树的高度及宽度采用递归算法和非递归算法(Find the height and width of the two tree)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:222208
    • 提供者:时光依旧
  1. 二叉树排序

    0下载:
  2. 二叉树进行排序,可以计算一列数的大小关系(Two fork tree sorting, you can calculate the size of a column of the relationship)
  3. 所属分类:C#编程

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:zhangsheng534
  1. 四叉树编码

    4下载:
  2. 四叉树编码 c++实现,可以用VS尝试编译()
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:3078144
    • 提供者:风声边境
  1. 有序二叉树

    0下载:
  2. 有序二叉树的各种功能,遍历 删除 建立 等等(ordered two folk tree)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:chenjh245
  1. 二叉树遍历

    0下载:
  2. 二叉树遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 遍历是二叉树上最重要的运算之一,是二叉树上进行其它运算之基础。(Two tree traversal (Traversal) refers to a search line, in turn, each node in the tree to do once, and only a visit. The operation of the access nod
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:338944
    • 提供者:Somnus2018
  1. 树菜单

    0下载:
  2. 简单的树菜单基于jQuery的简单展示,基于jQuery的简单展示(JQuery based simple display, based on the simple display of jQuery)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:116736
    • 提供者:菜鸟one
  1. Huffman树

    1下载:
  2. 数据结构中的huffman树,构建一个Huffman树,并实现huffman编码和译码。(building a huffman tree)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:1208320
    • 提供者:柯西柯西
  1. 哈夫曼树

    0下载:
  2. 哈夫曼树,又叫最优二叉树,指的是对于一组具有确定权值的叶子结点的具有最小带权路径长度的二叉树。(The haffman tree, also known as the optimal binary tree, refers to a binary tree with a minimum path length for a set of leaf nodes with determinate weights.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:430080
    • 提供者:啊哈S
  1. 二叉树遍历

    1下载:
  2. 简单的二叉树遍历,中序遍历,后序遍历,前序遍历(Simple two tree traversal)
  3. 所属分类:其他

    • 发布日期:2017-09-26
    • 文件大小:3072
    • 提供者:tomrb
  1. sql读取并生成到控件树

    0下载:
  2. 读取sql数据部分并初始化图像增强初始化参数,然后生成控件树。(Read the SQL data section, initialize the image, enhance the initialization parameters, and then generate the control tree.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:209920
    • 提供者:yh880
  1. 决策树资料合集

    1下载:
  2. 决策树源文件,实例,内容详解,word文档(Decision tree source file, instance)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:虫无
  1. 决策树源代码合集

    7下载:
  2. 决策树,源代码,注释和详解,内附加说明,id3,CD_4型决策树(Decision tree, source code, notes and detailed explanation,)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:24576
    • 提供者:虫无
  1. 树剖

    0下载:
  2. 树链剖分入门必备,包含了几个入门树链剖分的经典题目的详细题解(The tree chain partition entry must contain detailed notes several classic title entry subdivision of the chain tree)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:axuhongbo
  1. 二叉树

    0下载:
  2. 二叉树的前序遍历,中序遍历以及后序遍历。(traversal of binary tree)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:Ass、
  1. 二叉树

    0下载:
  2. 二叉树的个种增删查改及各种操作以及常见的面试题(Two tree additions and deletions, check, change operations, and common interview questions)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:风清扬2017
  1. 二叉树的基本操作

    0下载:
  2. 二叉树的先序,中序,后序,层序递归和非递归实现,总节点个数和叶子节点个数,二叉树的高度等基本操作(Two binary tree first order, middle order, backward sequence, sequence recursive and non recursive implementation, the total number of nodes and the number of leaf nodes, the height of the two fork tre
  3. 所属分类:数据结构

« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com