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

搜索资源列表

  1. 统计英文文章的字符个数并huffman编码

    4下载:
  2. a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2838
    • 提供者:李韦纬
  1. prim

    0下载:
  2. 图的操作,最小生成树的原代码!(用pirm做的哦!)- Chart operation, smallest production tree s original code! (Does with pirm oh!)
  3. 所属分类:

    • 发布日期:2017-12-03
    • 文件大小:804
    • 提供者:王猛
  1. heapsort

    0下载:
  2. A heap is a binary tree satisfying the following conditions: 􀂄 This tree is completely balanced. 􀂄 If the height of this binary tree is h, then leaves can be at level h or level h-1. 􀂄 All leaves at level h are as fa
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1554
    • 提供者:linru
  1. mst

    0下载:
  2. 最小生成树 MST的四种算法实现。 包括普通的Kruskal算法和Prim算法,用Disjoint-Set优化的Kruskal算法和用Heap优化的堆算法。 复杂度分别为O(mn), O(n^2), O(m log n), O(m log n)-Minimum Spanning Tree Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3918445
    • 提供者:黄劲松
  1. HeapsortCodes

    0下载:
  2. Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as po
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:197021
    • 提供者:黃文岩
  1. Tree

    1下载:
  2. 数据结构中树的程序,包括二叉树,线索二叉树,树与森林的遍历,堆,以及Huffman树等。-Tree data structure in the process, including binary trees, Threaded Binary Tree, tree and forest traversal, heap, and the Huffman trees.
  3. 所属分类:其他小程序

    • 发布日期:2013-03-26
    • 文件大小:31139
    • 提供者:冷山道
  1. Heap-sort

    0下载:
  2. 堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素。 -Heap sort (Heapsort) is the use of stacked tree (heap) data structure designed such a sorting algorithm can take advantage of the characteristics of the array elements quickly locate t
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:780
    • 提供者:mfeng
  1. heap

    0下载:
  2. 使用MFC可视化界面,实现数据结构中的对排序,初始堆和排序后的堆都用树控件显示-Visual interface using MFC, data structure of the sort, after the initial heap and sort heap is a tree control displays
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:26805
    • 提供者:wangyun
  1. Heap

    0下载:
  2. Heap Class based on binary Tree. Used in many programs.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5522
    • 提供者:Hans
  1. Classification-of-binary-tree

    0下载:
  2. 利用分类二叉树查找及堆排序实现学生成绩管理 -Classification of binary tree search and sort heap of student achievement management
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:311627
    • 提供者:the spring
  1. HEAP

    0下载:
  2. Implement binomial min heap and leftest tr-Implement binomial min heap and leftest tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:8275
    • 提供者:peggy
  1. tree

    0下载:
  2. 天津大学树,二叉树,堆的复习资料。适合初学者使用。比较倾向acm-Tianjin University of trees, tree, heap review the information. Suitable for beginners to use. Compare tendency acm
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:531023
    • 提供者:阎杰
  1. binary tree,Quick sort, Heap Sort

    0下载:
  2. binary tree,Quick sort, Heap Sort C programs
  3. 所属分类:TreeView控件

    • 发布日期:2014-02-15
    • 文件大小:3954
    • 提供者:ajaybhardwaj89
  1. The-size-of-the-heap

    0下载:
  2. 堆的实现通过构造二叉堆(binary heap),实为二叉树的一种 由于其应用的普遍性,当不加限定时,均指该数据结构的这种实现。-Heap by constructing a binary heap (binary heap), is actually a binary tree due to the universality of its application, the time when unqualified, refer to the data structure to achiev
  3. 所属分类:Data structs

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

    0下载:
  2. java实现的d叉树堆的事例从2叉到4叉树-An instance of Java to achieve d ary tree heap 2 forks to the 4 fork tree
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:9764
    • 提供者:sydonay
  1. implementation-for-the-Heap-Trees

    0下载:
  2. It s required to design an Abstract Data Type (ADT) Java implementation for the Heap Trees data structure that includes the following operations: 1. Constructor and display operations 2. Creating a Heap Tree a given array 3. Adding an elemen
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:7772
    • 提供者:tamer
  1. HEAP

    0下载:
  2. Implementation of heap tr-Implementation of heap tree
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:865
    • 提供者:Sanchit Arora
  1. BTREE

    0下载:
  2. Implementation of heap tr-Implementation of heap tree
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2273
    • 提供者:Sanchit Arora
  1. heapsort

    0下载:
  2. Heap sort Algorithm using heap tree data structure c-Heap sort Algorithm using heap tree data structure c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:562
    • 提供者:srikanth
  1. Heap sorting

    0下载:
  2. 本程序可实现堆排序重构,用完全三叉树来实现堆排序中的堆(This program can achieve heap sort refactoring, and use full tri tree to achieve heap sort.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:711680
    • 提供者:薄荷小安
« 12 3 4 5 6 »
搜珍网 www.dssz.com