CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman decoding

搜索资源列表

  1. Huffman

    2下载:
  2. 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:51673
    • 提供者:章国艺
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 1、初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印(Print):以直观的方式打印赫夫曼树。6、计
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:1133568
    • 提供者:林佳
  1. Huffman

    0下载:
  2. 哈夫曼编码解码以及文档资料和Makefile文件。-Huffman decoding, as well as document information and Makefile files.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 哈夫曼编码译码压缩文件程序 可以编码 可以解码-Huffman decoding compressed file can be encoded can decode
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:9297
    • 提供者:蔡波
  1. huffman

    0下载:
  2. 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Descr iption of the problem] use Huffman encoding of information and communication can grea
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:15639
    • 提供者:yangyang
  1. Huffman

    1下载:
  2. 本程序中定义了霍夫曼类实现霍夫曼编码和解码,其中编码过程用递归实现。-This procedure is defined category Hoffman Hoffman achieve encoding and decoding, encoding one of the process of using recursive implementation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-12-08
    • 文件大小:14099
    • 提供者:张熠
  1. Huffman

    0下载:
  2. 完美实现哈夫曼编码译码 用 vc++实现哈夫曼编码译码-Achieve perfect Huffman decoding using vc++ implementation Huffman decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:293046
    • 提供者:wyshzz
  1. Huffman

    0下载:
  2. Huffman Coding & Decoding for Text Compression
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:59634
    • 提供者:Saranya
  1. huffman-adaptive

    0下载:
  2. huffman coding and decoding adaptive huffman coding and decoding it is a assignment from my course and code is main-c decode is main-e hope it is useful for everybody
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2509647
    • 提供者:yuyu
  1. huffman

    0下载:
  2. Huffman编解码完整代码,可支持文件读写。-Huffman coding and decoding. Both reading file and writing file are supported.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4898
    • 提供者:Yang
  1. huffman

    0下载:
  2. c版本,Huffman编解码算法演示,其中输入的测试文件可自定以一两句的英文txt文件-c version, Huffman decoding algorithm for demonstration
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4619
    • 提供者:James
  1. huffman

    0下载:
  2. 用matlab演示图象的哈夫曼编解码过程-Matlab demo images used for the Huffman decoding process
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1380
    • 提供者:zl
  1. huffman

    0下载:
  2. MP3播放器中的基于霍夫曼(huffman)解码的vhdl语言描述-MP3 player based on the Hoffmann (huffman) decoding descr iption language vhdl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:3854
    • 提供者:刘磊
  1. Huffman~

    0下载:
  2. 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:175990
    • 提供者:项链
  1. An-Efficient-Huffman-Decoding-Method-Using-Concur

    0下载:
  2. An Efficient Huffman Decoding Method Using Concurrent Execution in ARM
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:86909
    • 提供者:Gopi
  1. A-Fast-and-Memory-Efficient-Huffman-Decoding-Meth

    0下载:
  2. A Fast and Memory Efficient Huffman Decoding Method for the MPEG-4 AAC Standard
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:718104
    • 提供者:Gopi
  1. Matlab-achieve-Huffman-decoding

    0下载:
  2. Matlab achieve Huffman decoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:3298
    • 提供者:七秒
  1. Huffman-decoding

    0下载:
  2. 一个小程序关于哈弗曼编码译码-Huffman decoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5360042
    • 提供者:谢泓亮
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com