CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - check tree

搜索资源列表

  1. TwoEmbranchmentTree

    0下载:
  2. TwoEmbranchmentTree:As ancestor has its children , a tree has its leaves. we could check its leaves in terms of algorithm as preorder , midorder or postorder.-TwoEmbranchmentTree : As ancestor has its children, a tree has its leaves. we could check
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:819
    • 提供者:张丽颖
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. kruskal

    0下载:
  2. kruskal( 利用堆,并查集(即树的等价问题)实现) -kruskal (the use of heap, and check collection (that is, the issue of tree-equivalent) to achieve)
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1439
    • 提供者:luo
  1. erchapaixushu

    0下载:
  2. 实现了二叉排序树的所有功能 建立,增,删,改,查 -Achieved a binary sort tree all the features of the establishment, increase, delete, change, check
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:526501
    • 提供者:郭应海
  1. BinaryTree

    0下载:
  2. 数据结构经典实例,深入了解二叉树。如:可查询每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。-Classic examples of data structures, in-depth understanding of binary tree. Such as: to check the level of each node, the node from the root to shoot length (path length)
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:10769
    • 提供者:周子
  1. binaryTree

    0下载:
  2. 完成以下菜单项功能,要求执行完一个功能后自动输出二叉链表的广义表形式或凹入形式: 按带空子树的前序序列建树; 输出前序、中序、后序遍历序列(递归算法); 输出结点个数、叶子结点个数; 输出二叉树的深度; 按凹入格式输出二叉树; 按广义表格式输出二叉树; 查询前序遍历序列的第i个结点; 一般二叉树的查找:给定值是否在二叉树中; 建立二叉排序树; 二叉排序树的查找。 使用二叉排序树完成排序。-Complete the following menu item
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:1015072
    • 提供者:麦培鹏
  1. data-structure

    0下载:
  2. 并查集,并查集扩展,堆,矩形切割,线段树,线段树扩展,线段树应用,字段和,子阵和。-And check collection, and investigations set extensions, stack, rectangular cut, segment tree, expand the tree line, tree line applications, fields, and, sub-array and.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:8642
    • 提供者:lsc
  1. 3625_kruskal

    0下载:
  2. 图论基础算法 解决最小生成树问题 克鲁斯卡尔算法加并查集优化-Graph theory based algorithm to solve the problem Kruskal minimum spanning tree algorithm for optimal set of plus and check
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:218182
    • 提供者:宇之宙
  1. HashTree

    0下载:
  2. 哈希树,一种新的数据结构,可以在常数时间内查询海量数据。其原理是将关键字与查询地址相关。-Hash tree, a new data structure, you can check in constant time mass data. The principle is to address the query keywords.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:172431
    • 提供者:huxuan
  1. 2cs

    0下载:
  2. 二叉堆、并查集和树状数组算法,编程学习者的必备知识,可以供noip、noi、acm选手学习-Binary heap, and check the set and tree array algorithms, programming learners the necessary knowledge for noip, noi to acm players learning
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:348218
    • 提供者:dgwz
  1. rbTree

    0下载:
  2. 自己用C++写的红黑树,包含增、删、查、找的基本功能-Redblack tree written with C++, with basic functions of increase, delete, check, find
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:215366
    • 提供者:mjm
  1. main

    0下载:
  2. In the name of Allah C code for generate and check all posible XOR tree and minimize PDP . This code generate all permutation of input and all tree for each , then calculate power from input activity and propagation of this .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1930
    • 提供者:amirhakh
  1. c

    0下载:
  2. 本次试验的主要要点是哈夫曼树的建立过程,这种算法的思路是: 1)依据给定的n个权值{W0,W1,……,Wn-1}构造n棵只有一个根结点的二叉树,这些二叉树组成一个森林F={T0,T1,……,Tn-1}。 2)在森林F中选取两棵根结点的权值最小的二叉树作为左、右子树合并成一棵新的二叉树,这棵新的二叉树的根结点的权值等于其左、右子树根结点的权值之和。这样一来,森林中就减少了一棵树。 3)重复上一步,直到森林F中只有一棵二叉树为止,这棵二叉树便是要得到的哈夫曼树 二叉树建立好之后,通过
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2572
    • 提供者:张学阳巨蟹
  1. myhuff

    0下载:
  2. 数据结构之霍夫曼树,采用霍夫曼树 (1)根据输入的字符和相应的权值建立哈夫曼树,并输出已建的相应内容作为检查; (2)用哈夫曼树实现前缀编码,并输出各字符的编码串; (3)输入一组二进制报文,进行译码,并输出译文。 -Huffman tree data structures, using Huffman tree (1) according to the input character and the corresponding weights build the Huffm
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1629
    • 提供者:程伟
  1. Graph-based clustering and data visualization algorithms

    0下载:
  2. This Matlab package is written specifically for the book Ágnes Vathy–Fogarassy and János Abonyi: Graph-based clustering and data visualization algorithms. The purpose of the package is to demonstrate a wide range of graph-based clustering and visuali
  3. 所属分类:matlab例程

    • 发布日期:2016-07-28
    • 文件大小:13624033
    • 提供者:abonyijanos
搜珍网 www.dssz.com