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

搜索资源列表

  1. huffman编码解码

    1下载:
  2. 这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行.-Hoffman codec of the source, can be used to achieve efficient codec Hoffman Notes detailed and readable. Compressed only those source files, then vc run.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4115
    • 提供者:xtbc
  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. Huffman编码以及解码程序

    0下载:
  2. 霍夫曼编码 提供基本内核 下载后用户可根据需要根改-Huffman code, provides the fundamental core, you can modify it as your wish after downloading it.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:14341
    • 提供者:卢林
  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. coding_callback

    0下载:
  2. 用matlab实现霍夫曼编码与解码,可以直接运行。-Matlab Hoffman used to achieve encoding and decoding, can be directly run.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1044
    • 提供者:lishenwei
  1. huffman

    0下载:
  2. 霍夫曼编码解码,自己的课程作业,有兴趣的可以参考-Huffman code decoding, operating their own programs, interested can refer to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:44679
    • 提供者:张晓东
  1. mp3_decoder

    0下载:
  2. MP3解码的VHDL实现,包括霍夫曼解码等-VHDL realization of MP3 decoding, including Huffman decoding
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:34154
    • 提供者:asa
  1. mp3analysis

    0下载:
  2. 国外硕士论文,有关mp3编解码技术研究的,对各部分功能如子带分解滤波,霍夫曼编码,心理声学模型等都作了详解,也提出了算法上的一些改进-paper for master degree,it specifies the mp3 encoding and decoding processing,and in some way suggests advanced algorithm at some blocks.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-11
    • 文件大小:2069502
    • 提供者:
  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. huffman

    0下载:
  2. 利用霍夫曼方法进行图像的霍夫曼编码与解码-Hoffman method using images of the Hoffman encoding and decoding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1923
    • 提供者:liugang
  1. 13102555364

    0下载:
  2. huffman 编码C++版,霍夫曼编码是音视频编解码的基础-huffman coding C++ Edition, Hoffman encoding audio and video codec is the basis of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:102680
    • 提供者:xinking
  1. Lossless_decoding

    0下载:
  2. 自己编的基于霍夫曼编码以及解码的程序,供大家分享-Own compilation based on Huffman coding and decoding procedures for share
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:51159
    • 提供者:陈濛
  1. MP3-Code

    1下载:
  2. Mp3解码过程,总体上可分为9个过程:比特流分解,霍夫曼解码,逆量化处理,立体声处理,频谱重排列,抗锯齿处理,IMDCT变换,子带合成,pcm输出。 -Mp3 decoding process, on the whole can be divided into nine process: bit-stream decomposition, Huffman decoding, inverse quantization processing, sound processing, spectrum
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:70813
    • 提供者:赵昕
  1. mpedecode

    0下载:
  2. 实现MP3解码功能,包括MP3解码的各个过程:帧同步、头信息解码、帧边信息解码、霍夫曼解码、立体声合成等等步骤的代码。-huffman decode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:33697
    • 提供者:赵国新
  1. huffman_encode_and_decode

    0下载:
  2. 自己总结的huffman编解码,其中的源程序对从文件读取的数据进行霍夫曼编码,程序通过了验证-Huffman encode decode
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:13155
    • 提供者:张星
  1. 霍夫曼编码图像

    4下载:
  2. 基于matlab的霍夫曼编解码,实现基本的功能
  3. 所属分类:密码/编码算法

    • 发布日期:2013-01-15
    • 文件大小:3281
    • 提供者:hu474722972
  1. EXP6_Compress

    1下载:
  2. 调用霍夫曼编码和香农费诺压缩和解码图片,并计算压缩率(Call Hoffman encoding to compress and decode pictures, and calculate compression rates)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:ShirleyQ1543
  1. 霍夫曼编码及解码

    0下载:
  2. 对一个给定字符串,生成霍夫曼树,求出霍夫曼编码并进行解码(get the huffman tree for a string,code and translate)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:narutoyt
  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
    • 提供者:程刚
« 12 3 4 5 6 »
搜珍网 www.dssz.com