搜索资源列表
huff_sc-1
- 哈夫曼huffman压缩编/解码 内含压缩和解压的源代码(C语言)和可执行程序-Huffman compression encoder / decoder compression and decompression containing the source code (C language) and enforceability procedures
AdaptiveHuffman
- 自适应huffman编码,即在编/解码过程中根据已编/解码数据来计算各个码字的概率,并动态调整huffman树。包括编码器和解码器。 在vc++.net 2003下开发-adaptive Huffman coding, that is the encoding / decoding process based encoding / decoding data to calculate various code word probability, Dynamic adjustment and
Huffman
- 数据压缩,霍夫曼编码解码器的实现 霍夫曼树 霍夫曼压缩类 霍夫曼解压缩-Data compression, Huffman coding decoder Huffman tree Huffman compression class Hoffman decompress
hafumanbianmayumaqi
- 哈夫曼编码译码器,能在文章中查找和计算出字母的位置和字数。-Huffman decoder can find in the article and letters to calculate the location and number of words.
3457435354
- 哈夫曼解码译码分块详解,注释完全,从文本读取文件 译码 解码-Huffman decoder block decoding explain, notes entirely, from the text read from the file decoder decoding
huffman
- 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Descr iption of the problem] use Huffman encoding of information and communication can grea
jpeg_decode
- 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fi
Huffman
- self contained Huffman encoder and decoder with CLI. Simple program written in C. The program encode text entered to a file. The file is used by the decoder to recover text.
huffmandecoder_latest.tar
- huffman decoder in groupmatchin algorithm
zonal_coding
- rar file contains frame separation, decoder, huffman table, compensated B frame and etc.,
decode
- Huffman decoder, given codebook and encoded text to verify your algorithm. need codebook.txt each line consists of letter space its code
Mp3-Huffman-DECODER
- Huffman Vhdl code for mp3 Decoder
Huffman
- Using entropy coding -- Huffman encoder and decoder demo
haffman
- 哈夫曼编码器和哈夫曼解码器,很辛苦做的,希望能帮到你-Huffman encoder and Huffman decoder, it is hard to do, hope you can help
Huffman
- 利用 Huffman 编码进行通信可以大大提高信道的利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据进行预先编码,在接收端进行解码。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/解码系统。-Communicate using Huffman coding can greatly improve the channel utilization, reduce transmission time information, reducing t
Huffman
- 哈夫曼编码译码器,主要用于学生学习交流使用,可对txt文件进行压缩解压缩。-Huffman decoder, is mainly used for students to learn to share, txt file compression and decompression
huffmandecoder_latest.tar
- huffman解码。源代码。huffmandecoder_latest-huffman decoder huffmandecoder_latest
JPEG-Encoder-Decoder
- JPEG图像压缩,包括了DCT变换,Z扫描,量化和Huffman编码-JPEGimagine compression
HuffmanDec
- This a Huffman Decoder, which can decode the compressed string stream with a given Huffman table.-This is a Huffman Decoder, which can decode the compressed string stream with a given Huffman table.
Huffman-Decoder-master
- 用verilog编写的huffman解码程序(huffman decoder verilog)