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

搜索资源列表

  1. ihuffman

    0下载:
  2. 用c语言编的哈夫曼程序。用到了树的思想 !!!!强烈推荐-series Huffman procedures. Use a tree thinking! ! ! ! Strongly recommended!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:886
    • 提供者:favinfeng
  1. 000000adada2

    0下载:
  2. 数据结构,二叉树和哈夫曼编码。C++ 1、 学会针对DFA转换图实现相应的高级语言源程序 ·a C++ Class Library of Cr ·简单的防火墙,可以用来学习,作为毕业课设也相当有帮 ·实现ARM 芯片的一对PWM 输出用于控制直流电机 ·Programming the Microsoft ·VC调用java的简单例子。需要注意jvm.dll ·这是介绍在VC++6。0下如何编写GPIB程序。有 ·GPS坐标转换软件:直角坐标与大
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:3519
    • 提供者:ssss3162
  1. HaffmanTree.h

    0下载:
  2. 哈夫曼编码的算法实现(数据结构c++语言描述)用仿真指针实现二叉树节点双亲孩子结点存储结构
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1313
    • 提供者:diyi
  1. huffman

    0下载:
  2. 一个完整的哈夫曼c代码,包括huffman树的构造,编码,解码。-Huffman c a complete code, including the huffman tree structure, encoding, decoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:3814
    • 提供者:张高
  1. HuffmanCoding

    0下载:
  2. 用C实现的哈夫曼编码程序,包括码树的建立和码字生成。-Huffman Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2240
    • 提供者:Lin Xu
  1. HaffManTree

    0下载:
  2. 哈夫曼编码的C++实现,同样是数据结构中树的应用-Huffman coding C++, is also a tree data structure applications
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3371
    • 提供者:
  1. huffman1

    0下载:
  2. 数据结构:利用C++实现对树进行哈夫曼编码,代码易懂。-Data Structures: Using C++ implementation of the Huffman code tree, the code easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1249
    • 提供者:liuyupei
  1. tanxinsuanfa

    0下载:
  2. 贪心算法又被称为登山法,根本思想是逐步获得最优解,使用贪心算法选取那些最可能实现结果的解来考虑,即以逐步的最优达到最终的全局最优。哈夫曼算法是构造最优前缀码的贪心算法,以自底向上的方式构造表示最优前缀码的二叉树T,在算法中编码字符集中的每一字符c的频率为f(c),以f为键值的优先队列Q用在贪心选择时,有效地确定算法当前要合并的两棵具有最小频率的树,一旦两棵具有最小频率的树合并后,产生一棵新的树,其频率为合并的两棵树的频率之和,并将新树插入优先队列Q。-Greedy algorithm is a
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1792
    • 提供者:ss
  1. HFTree

    0下载:
  2. 实现了哈夫曼编码译码系统,采用二叉树的中序遍历。C++语言描述-C++ HfmTree coding and decoding System
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1089588
    • 提供者:张鹭
  1. Huffman

    0下载:
  2. 哈夫曼二叉树的带权值用C语言实现的源代码-Huffman binary tree with weights using the C language source code
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:219458
    • 提供者:谭珊
  1. huffman.tar

    0下载:
  2. C++ 实现huffman树,和哈夫曼编码,实现对外部文件加密等功能 -Achieve huffman tree, and Huffman coding, to achieve document encryption
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:15332
    • 提供者:nan
  1. ztrees

    0下载:
  2. *讨论   * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越   *共源的值由短比特序列表示。   *   *每个代码树存储在ZIP文件以压缩形式   *这是本身的长度的霍夫曼编码   *所有的代码串(按升序排列按来源值)。   *实际代码串从长度重构   *解压缩过程中,如在“应用指南”中描述   *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:11082
    • 提供者:ShichaoLiang
  1. HuffmanTree

    0下载:
  2. 数据结构中经典的哈夫曼树实现。采用Visual C++ 6.0编译。仅供学习交流。-Data structure in the Huffman tree implementation. Compiled by Visual C++ 6.0. Just for learning.
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:160147
    • 提供者:qhh
  1. ym_cpp-heimantree

    0下载:
  2. 哈夫曼编码是可变字长编码(VLC)的一种,一个C++ 夫曼树例子源程序 .-Huffman coding is a variable word length coding (VLC) A, a C++ source code examples Huffman tree.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:9094
    • 提供者:常小小
  1. huffman

    0下载:
  2. 最优二叉树——哈夫曼树(带权路径长度最短)的完整实现,类C语言实现代码源文件,建议在visual studio2010/2015环境下运行。-Optimal binary tree- Huffman tree (with the right length of the shortest path) to achieve a complete, class C language code source files, it is recommended to run under visual stu
  3. 所属分类:File Operate

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

    0下载:
  2. C++代码,目的是生成哈夫曼树。哈夫曼树又称最优二叉树,是一类带权路径长度最短的树。其构造可利用哈夫曼最早给出的哈夫曼算法来构造-C++ code is to generate Huffman trees. Huffman tree is also called the optimal two tree, is a class of weighted length of the shortest path tree. Its structure can be used to give the H
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1689094
    • 提供者:su
  1. huafffman

    0下载:
  2. 自己用c写的一段代码,详细解释了哈夫曼树的内容-Own use c to write a piece of code, explained in detail the contents of the Huffman tree
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:719
    • 提供者:城西
  1. wu

    0下载:
  2. 利用最小堆编程实现给定权值集合下构造相应霍夫曼树的算法,并解决以下问题: 有一电文共使用五种字符a,b,c,d,e,其出现频率依次为4,7,5,2,9。 (1)构造对应的编码哈夫曼树(要求左子树根结点的权小于等于右子树根结点的权)。 (2)给出每个字符的哈夫曼编码。 (3)译出编码系列11000111000101011的相应电文。-With minimal programming stack to the next set of predetermined weights co
  3. 所属分类:Data structs

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:孔令言
  1. 201528

    0下载:
  2. 实现哈夫曼树的编码,使用C语言,最基础核心的哈夫曼树编码实现(Huffman tree coding)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:nike111
  1. Huf

    0下载:
  2. 哈夫曼树的实现,哈夫曼编码解码,c++源码,数据结构与算法(Huffman tree implementation, Huffman coding and decoding, c++ source code, data structures and algorithms)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:Amysear
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com