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

搜索资源列表

  1. 哈夫曼编码解码

    0下载:
  2. 霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding (VLC) A is to remove redundan
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:24035
    • 提供者:胡骥骏
  1. ImageCompressed.rar

    2下载:
  2. 利用霍夫曼编码算法对数字图像进行压缩及解压缩处理,解压出来的图像与源图像几乎完全一致,峰值信噪比为无穷大,The use of Huffman coding algorithm for digital image compression and decompression processing, extracting images from the source image is almost exactly the same infinite PSNR
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:169092
    • 提供者:tianjieyu
  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. Huffman

    0下载:
  2. 构造霍夫曼树,然后生成霍夫曼编码-Huffman Code
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:943
    • 提供者:Tony
  1. huffman

    0下载:
  2. 霍夫曼编码,这是信息论方面很重要的一种编码方式,对学习信息论理论的人很重要!-Huffman code
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 使用matlab编程工具实现霍夫曼编码,已通过运行。-Finish the huff_code by using the tool of matlab,and the code could run.
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2537034
    • 提供者:Bob
  1. Huffman霍夫曼编码源代码(VC)

    0下载:
  2. Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2280
    • 提供者:rcenty
  1. 基于matlab的三、四、五元霍夫曼编码

    0下载:
  2. 基于matlab的三、四、五元霍夫曼编码
  3. 所属分类:文档资料

  1. 信息论

    0下载:
  2. 实现一个霍夫曼编码。自己新建文件(读源码可以知道建什么),输出霍夫曼编码后的文件。(Implement a Hoffman encoding. Own new files (read source code, you can know what to build), the output of Hoffman encoded documents.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:Bomb
  1. huffman

    0下载:
  2. 根据给定的信源概率分布,编程实现霍夫曼编码和二次扩展信源霍夫曼编码,并和信源的熵进行比较,体会霍夫曼编码的编码效果。(According to the given probability distribution of the source, Hoffman encoding and two extended source Hoffman coding are programmed and compared with the entropy of the source to realize th
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:YkY101
  1. Huffman

    0下载:
  2. R进制霍夫曼编码的 m a t l a b 实 现,R可以任意改变(Matlab implementation of R ary Hoffman encoding)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:烤翅
  1. 霍夫曼编码

    0下载:
  2. 对文本内容进行霍夫曼编码,以实现文本的压缩。(The text content is encoded by Hoffman to compress the text.)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:aphroham
  1. huffman

    0下载:
  2. 此为r元霍夫曼编码MATLAB仿真文件,r和p都已参数化(This is the R element Hoffman coded MATLAB simulation file, and both R and P have been parameterized)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:无为而为
  1. Huffman

    0下载:
  2. 霍夫曼编码是一种常见的不等长编码方式,该程序可实现霍夫曼编码和霍夫曼译码。(Huffman coding is a common unequal length encoding method.This file can implement Huffman coding and Hoffman decoding.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:RoxanneQQ
  1. a_huffman

    0下载:
  2. 改进传统霍夫曼编码不能自适应根据输入字符改变编码结果的缺点,用python实现自适应霍夫曼编码,每次输入一个字符,给出一个编码结果(The improvement of the traditional Hoffman encoding cannot change the encoding results adaptively according to the input character shortcomings, realize the adaptive Hoffman encoding w
  3. 所属分类:网络编程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:米尼西瓜子
  1. huffman

    0下载:
  2. 在MATLAB中实现霍夫曼编码,粗略实现编码(Implementation of Hoffman coding in MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:光之风
  1. Huffman编码

    1下载:
  2. 用MATLAB实现了数字图像的霍夫曼编解码,并给出了实验用图。(Using MATLAB to achieve the Hoffman digital image codec, and gives the example of the experiment.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:700416
    • 提供者:宁徛
  1. Code_Huffman

    0下载:
  2. 霍夫曼编码 程序 图像编码 应用 图像解码应用(Hoffman coding program, image coding, application of image decoding.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:程刚
  1. 霍夫曼编码

    1下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。matlab哈夫曼编码源码
  3. 所属分类:图形图像处理(光照,映射..)

  1. 哈夫曼

    2下载:
  2. 一种用verilog语言实现的霍夫曼压缩编码算法(Huffman compression implemented by Verilog)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2020-04-11
    • 文件大小:75776
    • 提供者:实现那是
« 1 2 34 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com