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

搜索资源列表

  1. 综合实验哈夫曼编码

    0下载:
  2. 1.n个叶结点,权分别为w1,w2,• • • ,wn的二叉树中,带权路径长度WPL最小的二叉树叫最优二叉树, 也叫霍夫曼树。 2.霍夫曼算法:1)根据给定的权值{w1,w2,• • • ,wn}构造n个二叉树F={T1,T2,• • • ,Tn}每个Ti只有一个根结点,权为wi。2)在F中选取两棵根结点的权值最小的树 构成一棵新的二叉树,其根的权值为左右子树根的权值的和。3)F中删去这两棵树,加上新得
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1654
    • 提供者:yy
  1. all1

    0下载:
  2. 利用小波和霍夫曼对单声道文件进行压缩编码 并解码输出-using wavelet and Hoffman right mono document coding and decoding output
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:970
    • 提供者:彭瑶
  1. encoding

    0下载:
  2. 该代码基于VC开发平台,能演示三中编码方法:香农,霍夫曼,费诺编码,经过测试,运行稳定!-code based on the VC development platform, which can display three coding method : Shannon, Hoffman, Connaught fee coding, After testing, operation stability!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:116326
    • 提供者:陈天
  1. hf

    0下载:
  2. 就是一个霍夫曼树的的实现程序,当你输入一串序列号后,可以得到每个字母经霍夫曼树排列后的编码。霍夫曼编码的广泛用途也不用再具体说了吧~
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17558
    • 提供者:zhangyun
  1. 原代码2

    0下载:
  2. 霍夫曼编码译码程序-Huffman encoding decoding procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1418
    • 提供者:郭巨海
  1. huofumanj

    0下载:
  2. 霍夫曼解码 给出码表的 编码的结果就是使每一个字符的编码都与另一个字符编码的前一部分不同.不可能出现像a:00,b:001这种情况.这样就不会遇到莫棱两可的情况了. 这是由二叉树的特点决定的,编码是由从根结点到一个叶子的路径决定的.不同的叶子对应的这种路径不可能出现像a:00,b:001这种情况.你可以画画二叉树图,就懂了. -Huffman decoding code table is given
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:113942
    • 提供者:曾啸
  1. huffmancoding

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行. -This is a source of Hoffman codec, you can use it to achieve efficient coding Huffman decoding, notes in detail, better readability. Compressed packet including the source file only, an
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:25268
    • 提供者:yxj
  1. Code_Huffman

    0下载:
  2. 详细介绍了霍夫曼编码的源代码 用于图象的加密解密程序-Huffman code described in detail the source code for image encryption and decryption process
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1860
    • 提供者:bichaozhi
  1. huffman1

    0下载:
  2. 本程序可以实现霍夫曼无损压缩编码,C语言-Huffman Coding
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:10294
    • 提供者:yang
  1. cyuyanshixiandaima

    0下载:
  2. C语言就数据结构的实现代码,包括霍夫曼编码,图遍历,二叉树等-C language data structure on the implementation of code, including Huffman coding, graph traversal, binary tree and so on. . .
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:228300
    • 提供者:jiao
  1. huffman

    0下载:
  2. 这是用Delphi编写的霍夫曼编码问题,程序完整,可借鉴-It is written in Delphi Huffman coding problem, program integrity, to learn
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:182375
    • 提供者:wen
  1. huff

    0下载:
  2. 霍夫曼编码的C语言实现,用VC6.0平台实现,完成建立建立码树功能,可进行huffman的编码和译码-The realization of Huffman Code
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-10
    • 文件大小:1323
    • 提供者:caverkia
  1. Tree

    0下载:
  2. 霍夫曼编码,最优霍夫曼树,从文件中读取并打印霍夫曼树-Huffman coding
  3. 所属分类:source in ebook

    • 发布日期:2017-11-13
    • 文件大小:1892
    • 提供者:丁海源
  1. Tree

    0下载:
  2. 有关数据结构中树的一些C代码,如何建立二叉树,如何进行霍夫曼编码。-Some C code about data structure tree, how to create a binary tree, how to Huffman coding.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:651975
    • 提供者:郭强
  1. HUFUMAN

    0下载:
  2. 实现霍夫曼编码,在输入概率的情况下,首先可以判定概率输入的合理性,而后根据概率的分布进行霍夫曼的编码-Huffman coding to achieve
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-05
    • 文件大小:1244
    • 提供者:周俊
  1. Huffman

    0下载:
  2. 实现霍夫曼编码和霍夫曼解码,并统计原文件中的各个字符出现的频率,将字符及其出现的频率保存至txt文件中,构建的霍夫曼树也将被保存至txt文件中。-Achieve Huffman coding and Huffman decoding and statistical frequency of each character in the original document that appears to save the characters and their frequency of occur
  3. 所属分类:Editor

    • 发布日期:2017-05-23
    • 文件大小:7668192
    • 提供者:
  1. Huffman_Coding

    0下载:
  2. 霍夫曼编码 labview调用c程序,用labview实现图形界面化的霍夫曼编码-Huffman Coding
  3. 所属分类:LabView

    • 发布日期:2017-04-08
    • 文件大小:17644
    • 提供者:wangyue
  1. Untitled

    0下载:
  2. 用Matlab语言编程实现霍夫曼(Huffman)编码。-Using Matlab programming language Hoffman (Huffman) encoding.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1151
    • 提供者:张四博
  1. hf_dem

    0下载:
  2. 霍夫曼编码matlab程序 对英文字母进行编码 进过高斯信道后 接收端解码 -Hoffman coding matlab procedures for receiving encoding into the Gauss channel after the decoding of English letters
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:817
    • 提供者:zhaodl
  1. HuffmanCode

    0下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(In computer science and information theory, a Huffman code is a particular type of optimal prefix cod
  3. 所属分类:书籍源码

    • 发布日期:2018-04-30
    • 文件大小:1417216
    • 提供者:JinYan
搜珍网 www.dssz.com