搜索资源列表
HUFFCODE
- huffman解码部分源代码,内有Huffman decoder initialisation,reset等。-huffman decodes the partial sources code, in has Huffman decoder initialisation, reset and so on.
MP3encoder
- 这是一个MP3解码源代码,采用huffman算法编解码方法-This is a MP3 decoder source code, using Huffman codec algorithm method
MP3CoderDecoderSourceCodeBaseOnDSP
- mp3dec.h - The main header file defining the structures and functions in the decoder mp3dec.c - The main source file, including the main loop and most decoding functions mp3dec_D.h - The windowing function data huff.c - The huffman decoder (
mp3decodermad
- 开源mp3解码库mad,许多公司都在用。-decoder.c decoder.h frame.c frame.h huffman.c huffman.h stream.c stream.h synth.c synth.h
MP3code
- 一个MP3的解码源码,用到了哈夫曼编码,比较好用-An MP3 decoder source code, use the Huffman coding, easy to use comparison
Lab1Part2Redo
- matlab code for huffman and arthimetic coding. Contains file for encoder and decoder given an histfile.
MP3decodingprocess
- 提供了一个mp3的解码程序,包括mp3dec.h -主要的头文件定义函数在解码器的结构和 mp3dec.c -主源文件,包括主回路和最解码功能 mp3dec_D.h -数据的窗口函数 huff.c -哈夫曼解码器(速度,从观念,这是借来 的托米斯拉夫乌泽拉茨安培) huffman.h -霍夫曼解码器的Tablefile fastimdct.c -优化的变换的IMCT fastsb.c -优化的“多相变换子带”,真正的IMCT另一 windowing.c -输出过滤功能
huffman_codec
- huffman codex. It provides a huffman encoder to compress an image to a text. However, its decoder can decompress a text to an original image.
ADB-MP3-Decoder-Demo_102111
- MP3 decoder, using the Huffman decoding process.