搜索资源列表
fast huffman decoder
- A fast huffman decoder for standard JPEG image. This C code is used in linux and windows.
huffman
- 哈夫曼编码^译码器 数据结构经典实验 我们大多数情况下作为参考-^ Huffman decoder data structure of our classic experiment in most cases as a reference
Huffman
- 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传输预先编码,在接收端将传来的数据进行译码。对于双工通道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。(功能非常完全)-The use of Huffman coding can greatly improve the communication channel utilization, reduce the info
huffman
- 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Descr iption of the problem] use Huffman encoding of information and communication can grea
huffman
- Huffman decoder algorithm C++ file
HuffmanDecoder
- Huffman Decoder 哈弗曼编码器 C语言描述 数据结构与算法 利用三叉树-Huffman Decoder
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.
Lab1Part2Redo
- matlab code for huffman and arthimetic coding. Contains file for encoder and decoder given an histfile.
huffmandecoder_latest.tar
- huffman decoder in groupmatchin algorithm
VHDL_huffman_decoder
- This is a Huffman decoder with dynamic Huffcode tables. A Testbench for a jpg file is include.
zonal_coding
- rar file contains frame separation, decoder, huffman table, compensated B frame and etc.,
cf_cordic_latest.tar
- 一个基于哈弗曼编码的解码器,用于jpeg格式的图片的解码,以及音频流解码。-Huffman code is used in the most streaming applications. I have written a Huffman decoder for jpeg pictures. For audio or other data streams the code have to adapt.
Huffman
- 哈弗曼编码 和 译码 ,包括统计明文的字符分配频率,建立哈弗曼树,编码和译码-the encoder and decoder of Huffmam code
huffmandecoder_latest.tar
- huffman decoder and encoder blocks fully generated in vhdl code.hope it helps
Mp3-Huffman-DECODER
- Huffman Vhdl code for mp3 Decoder
Huffman-decoder
- 哈夫曼编码译码c程序,通过C语言实现哈夫曼的编码及其译码-Huffman decoder c program
Huffman
- 哈夫曼编码译码器,主要用于学生学习交流使用,可对txt文件进行压缩解压缩。-Huffman decoder, is mainly used for students to learn to share, txt file compression and decompression
huffman
- huffman decoder test bench with some file as input
huffman
- 数据结构课程设计,哈夫曼译码编码器,c++数据结构实现,-Data structure curriculum design, Huffman decoder encoder, c++ data structure,
Huffman-Decoder-master
- 用verilog编写的huffman解码程序(huffman decoder verilog)