CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 树

搜索资源列表

  1. btree

    0下载:
  2. 一个关于B树结构的详细介绍,尤其是在数据库中利用其实现索引功能-B tree structure of a detailed introduction, especially in the database using its indexing realize
  3. 所属分类:File Formats

    • 发布日期:2017-03-23
    • 文件大小:181448
    • 提供者:yuamei
  1. phylip

    0下载:
  2. 这篇文章,详细的介绍了当前国际最流行的 生物进化树软件使用说明,中文版!-This article, a detailed introduction of the current international the most popular biology evolutionary tree software to use that version of English!
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:4682
    • 提供者:sunny
  1. Branch-and-Price

    0下载:
  2. Branch—and—Price,一种广义分枝定界或分枝定界的扩展算法,它允许列生成过程应用于整个分枝定界树-The philosophy of branch-and-price is similar to that of branch-and-cut except that the procedure focuses on col- umn generation rather than row generation.
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:622051
    • 提供者:abrahamlau
  1. Binarytreedemoprogram

    0下载:
  2. 本程序设计实现抽象数据类型二叉树的演示程序-Design and Implementation of the program abstract data types binary tree demo program
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:1830
    • 提供者:rambo
  1. 123

    0下载:
  2. 一点关于树状数组和线段树的比较,比较肤浅-1:00 segment tree on the tree array and a comparison was quite superficial and
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:7855
    • 提供者:mijing
  1. erchashu

    0下载:
  2. 建立简单二叉树,包含其他的一些小程序,可能会存在错误,不是很完善-erchashu
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:8507
    • 提供者:xuhua
  1. 95302938huffman

    0下载:
  2. 数据结构课程设计中的赫夫曼树的建立,功能全面,健壮性好-the c resource is very good,and you can use it any time
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:14412
    • 提供者:asd
  1. dada

    0下载:
  2. 以递归方式按先序序列建立二叉树的二叉链表结构,再分别输出先序、中序、后序的遍历结果-Recursively by first-order sequence of the establishment of a binary tree binary linked list structure, each with output of the first sequence, in order, postorder traversal of the results of
  3. 所属分类:File Formats

    • 发布日期:2017-03-24
    • 文件大小:123150
    • 提供者:胡丹
  1. erchashu

    0下载:
  2. 二叉树的构建掌握基于先序遍历构造二叉链表的算法-Construction of binary tree
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:2664
    • 提供者:xiaoG
  1. ThreeChoseTree

    0下载:
  2. 这是介绍的关于三态树方面的源代码,对研究三态树算法有一定帮助。-It is introduced on the tri-state area of the source code tree, the tree algorithm on three-state study has some help.
  3. 所属分类:File Formats

    • 发布日期:2017-05-13
    • 文件大小:3432062
    • 提供者:好格
  1. 10060323

    0下载:
  2. 搜索1.建立有序表,然后进行二分查找; 2.建立二叉排序树,然后进行查找。-A search. To establish an ordered list, and then binary search 2. Binary sort tree, and then search.
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:534525
    • 提供者:曹小保
  1. 10060324

    1下载:
  2. 二叉树主要完成以下功能: 1. 建立二叉树 2. 计算结点所在的层次 3.统计结点数量(size)和叶结点数量 4.计算二叉树的高度 5.计算结点的度 6.找结点的双亲(Parent)和子女 7.二叉树的遍历 8.二叉树的输出-Main binary tree complete the following features: 1. The establishment of a binary tree. Calculate the junction point w
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:550872
    • 提供者:曹小保
  1. optimal-binary-tree

    0下载:
  2. 这个程序通过dp来构建最优的二叉树,使得效率更好,将高概率的结点放在高处。通过o(n^2)实现。-To build this program by dp optimal binary tree, making better efficiency, the high probability of the node on the height. O (n ^ 2).
  3. 所属分类:File Formats

    • 发布日期:2017-12-04
    • 文件大小:12905
    • 提供者:luyifan
  1. CTree

    0下载:
  2. 该程序是实现双亲表的算法,主要用于二叉树的应用-The procedure is the algorithm of the parent table, mainly used for the application of the binary tree
  3. 所属分类:File Formats

    • 发布日期:2017-12-01
    • 文件大小:8466
    • 提供者:木子
  1. Haffman

    0下载:
  2. 哈夫曼树的建立和编码(需将代码重新跑一次裁图)-huffman tree and huffman code
  3. 所属分类:File Formats

    • 发布日期:2017-11-08
    • 文件大小:69360
    • 提供者:
  1. classical-algorithm-VCPP

    0下载:
  2. 常用的算法经典代码,包括快速排序,冒泡排序等各种排序方法,还有二叉树的前序、中序和后序遍历等-The classic algorithm code, including quick sort and bubble sort sorting methods, as well as the preamble of the binary tree, inorder and postorder traversal, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:15500
    • 提供者:张双喜
  1. makingtree

    0下载:
  2. 学习树的创建与遍历,在实践中领悟树的奇妙。-learning to make tree and learn how to browse
  3. 所属分类:File Formats

    • 发布日期:2017-12-09
    • 文件大小:1043
    • 提供者:manaleelee
  1. zuoye

    0下载:
  2. 二叉树遍历,包括前中后序递归遍历和计算椰子树和节点数-Binary tree traversal, including former in after sequence recursively traverse and calculation of coconut trees and the number of nodes
  3. 所属分类:File Formats

    • 发布日期:2017-12-06
    • 文件大小:1169
    • 提供者:JAKY
  1. Cpp1

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:665
    • 提供者:Grape
  1. erchashu

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-12-07
    • 文件大小:669
    • 提供者:Grape
« 12 »
搜珍网 www.dssz.com