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

搜索资源列表

  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. 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. haffman

    0下载:
  2. 这是一个实现哈夫曼树的算法。是用C语言实现的。-This is an implementation Huffman tree algorithm. Is to use C language implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:276800
    • 提供者:邓扬
  1. hafumanshu

    0下载:
  2. c语言实现哈夫曼树,并计算带权哈夫曼树的最终值,题目来源于九度在线测试-c language Huffman tree and calculate the weighted Huffman final value, the title comes from the nine degrees online test
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1038795
    • 提供者:王仁
  1. The-code-of-Taffman_tree

    0下载:
  2. 数据结构(C)里哈夫曼树之自己的理解,以及其代码的实现,对想学习这部分内容的友友有帮助。-Huffman tree introduction and implementation of their code
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6631
    • 提供者:lianglin
  1. Huffman-Tree-and-Coding

    0下载:
  2. 哈夫曼树编码完整程序,编码主要是依照数据结构一书上的伪C代码,有调整,有完整-Huffman coding complete program, coding mainly in accordance with the data structure of a pseudo-C code book, there are adjustments, there is a complete
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:545253
    • 提供者:yiyi
  1. huffuman

    0下载:
  2. 哈夫曼树实现中英文文本压缩 c++ MyEncode.exe压缩 MyDecode.exe解压-Huffman tree to achieve Chinese English text compression c++ MyEncode.exe MyDecode.exe
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:744111
    • 提供者:litiantian
  1. hufferman

    2下载:
  2. 用下表给出的字符集和频度的实际统计数据建立哈夫曼树,并实现以下报文的编码和译码:“THIS PROGRAM IS MY FAVORITE”字符 A B C D E F G H I J K L M 频度 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 频度 57 63 15 1 48 51 80 23 8 18 1 16 1-The actual statistics of the character set a
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3103
    • 提供者:梁耀燊
  1. Haffman

    0下载:
  2. 严蔚敏 数据结构 C++ 哈夫曼编码 哈夫曼树-YanWeiMin Huffman Huffman tree data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1050808
    • 提供者:周牒岚
  1. haffuman-for-students-imformation

    0下载:
  2. 数据结构内容,使用哈夫曼树存储学生信息,适用于VC 和C-Data structure of the content, use the Huffman tree to store student information for VC and C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1522
    • 提供者:ZX
  1. Huffman

    0下载:
  2. 构造哈夫曼树的c++实现代码,非常基础易懂,适合初学者学习。-Huffman tree structure to achieve the c++ code, very basic and easy to understand, suitable for beginners to learn.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1200
    • 提供者: u6D45 u5BFB
  1. huffman

    0下载:
  2. c语言数据结构 ,利用哈夫曼树存储结构 , 实现了通讯录。针对大连海事大学数据结构上机实验-the data sturcture which called huffman-tree,we use it to creat a software whose funcation is like address book .
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:725814
    • 提供者:muyouhang
  1. huff

    0下载:
  2. 一个简单的基于C语言的哈夫曼树实现算法,实现哈夫曼树功能-A simple algorithm of Huffman tree, Huffman tree function
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1301
    • 提供者: 朱子轩
  1. HuffTree

    0下载:
  2. 用c ++建立非链表哈夫曼树 并用哈夫曼树进行编码 和译码-HuffTree decode encode
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:278371
    • 提供者:张艺谋
  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. 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 45 »
搜珍网 www.dssz.com