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

搜索资源列表

  1. hfmm

    0下载:
  2. 本程序是用哈夫曼树来实现哈夫曼编码译码的。-this procedure is used to achieve the Huffman tree Huffman encoding decoding.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:74450
    • 提供者:鱼鱼
  1. 实习报告6_哈夫曼编码

    1下载:
  2. 哈夫曼编码/译码器 题目:写一个哈夫曼的编码/译码系统。-Huffman encoding / decoding devices topics : write a Huffman coding / decoding system.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:47997
    • 提供者:于俊伟
  1. small

    0下载:
  2. 这是HUFFMAN编码与译码-This is the encoding and decoding HUFFMAN
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1619
    • 提供者:zwq0302317
  1. huffmanbianmayima

    0下载:
  2. 哈夫曼编码译码,wewewew我 -Huffman encoding decoding, I wewewe w
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7480
    • 提供者:112358
  1. huffmanDemo

    0下载:
  2. 哈夫曼编码解码演示程序,生动有趣,适合教学演示以及深刻理解哈夫曼编码解码算法。包含哈夫曼编码解码算法以及高级界面技术-Huffman encoding and decoding demonstration program, lively and interesting, for teaching demonstrations and deep understanding of Huffman encoding and decoding algorithm. Included Huffman en
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:110275
    • 提供者:郭瑞杰
  1. HUFFCompress

    0下载:
  2. 自己编写的对文件做哈夫曼无损压缩编码/解码的程序;-their documents prepared by the right to do Huffman lossless compression encoding / decoding procedures;
  3. 所属分类:压缩解压

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

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

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

    0下载:
  2. 此代码为霍夫曼编码和LZ7编码的联合实现,它能较高地提高无损压缩及解码的速度-this code for the LZ7 Huffman coding and encoding of the Joint Implementation, to raise it higher lossless compression and decoding speed
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:430469
    • 提供者:刘刀冈
  1. Huffman_32

    0下载:
  2. 这个是用C写的哈夫曼编码与解码,起中间数据还用文件显示,以便大家观摩-this is written in C Huffman coding and decoding, starting with intermediate data file, so that we watch
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:30237
    • 提供者:许超雄
  1. Hfmtree编译码器

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高通信信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统将传输数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双工传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站设计的一个哈夫曼编/译码系统。-use Huffman coding communication can greatly enhance communication channel utilization, reduced transm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2081
    • 提供者:cuckoo
  1. htest

    0下载:
  2. 实现哈夫曼编解码的vc源代码,在win200下通过调试。-achieve Huffman encoding and decoding vc source code, adopted in win200 debugging.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:38000
    • 提供者:赵子健
  1. EZW源码(Matlab实现)

    7下载:
  2. 详细编写了EZW(嵌入式零树小波图像压缩技术),它主要由小波变换、量化和熵编码(Huffman编码)三个模块。 程序各个模块功能分明,依次为,Wavelet Decomposition,EZW Encoding(包含Huffman编码),EZW Decoding(包含Huffman解码),Inverse Wavelet Decomposition,Performance。
  3. 所属分类:matlab例程

    • 发布日期:2008-12-29
    • 文件大小:132281
    • 提供者:thebestxie
  1. viterbi_de

    0下载:
  2. 卷积码译码霍夫曼编码及数学概率论贝叶斯公式; 卷积译码软判决通过3位量化可以比硬判决提高约2dB信噪比; 了解最大似然译码准则; -Soft Decoding Scheme of Convolution Codes Combined with Huffman Coding.Simulation study of the performance of ternary line codes under Viterbi decoding & Soft-decision decoding
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:43982
    • 提供者:刘君
  1. huofuman

    0下载:
  2. 霍夫曼编码与解码,功能:输入任意符号和权值,构建霍夫曼树,输出霍夫曼编码,计算平均码长,输入任意编码进行解码,错误提示。-Huffman encoding and decoding functions: Enter any symbols and weights to build Huffman tree, the output Huffman code to calculate the average code length, input Into any codec decoding e
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1546
    • 提供者:金继仁
  1. xinxilunshiyuanbaogao

    0下载:
  2. 信息论的课程实验报告实验一 信道容量的迭代算法程序设计………………….4 实验二 唯一可译码判决准则…………………………… 9 实验三 Huffman 编码方案程序设计…………………15 实验四 LZW编码方案程序设计…………………… 20 实验五 Shanoon编码方案程序设计………………… 23 实验六 循环码的软件编、译码实验…………………….27 实验七 BCH码最大似然译码器设计………………… 31 -Information theory course ex
  3. 所属分类:software engineering

    • 发布日期:2016-01-25
    • 文件大小:153600
    • 提供者:chenjjn
  1. HuffmanTree

    0下载:
  2. 根据一段给定的文章构造哈夫曼树并对一段给出的代码译码成为一段文章,输入输出均通过文件来实现,并配有报告文档。-According to the article section of a given structure of the Huffman tree is given a section of the code decoding to become a section of articles, input and output are achieved through the docume
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:203161
    • 提供者:Carol
  1. Huff

    0下载:
  2. 利用哈夫曼编码构造的完整的编/译码系统,包括初始化、编码、译码、显示等,并将其输出在文件中。-The use of Huffman encoding the complete structure of the encoder/decoder system, including the initialization, encoding, decoding, display and output in the document.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:12139
    • 提供者:LCC
  1. 3

    0下载:
  2. 实现huffman编码和译码一条龙算法。可以自己输入编码长度与内容,输入权值,实现huffman编码,输出编码结果,接着译码,输出译码结果。程序刚试过,完全没有问题。-Huffman coding and decoding achieve the one-stop algorithm. Can enter the code length and content, enter the right value, the realization of huffman encoding, output
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:134795
    • 提供者:潘洲旭
  1. sourcecode

    0下载:
  2. 以上一共五个在VC环境下编写的程序,分别为串的基本操作,哈夫曼编译码系统,简单词法分析器,进程转换模拟控制,最短路径搜索算法。为节省上传时间,只有源代码,工程文件都删除了,但是上述源码都在本机上编译通过,并且能够正确运行。谢谢!-More than a total of five in the VC environment prepared by the procedure, namely the basic string operations, Huffman encoding and dec
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:47861
    • 提供者:zgz
  1. HFMBM

    0下载:
  2. 该程序实现哈夫曼树的构建,编码,具备简单的译码功能-The program realization of Huffman tree construction, encoding, decoding functions have simple
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2046
    • 提供者:yanyansama
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 30 »
搜珍网 www.dssz.com