Description: 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 (speed-up ideas in this were borrowed from Amp by Tomislav Uzelac)
huffman.h - Tablefile for the huffman decoder
fastimdct.c - The optimized IMDCT transform
fastsb.c - The optimized \"polyphase subband transform\", really another IMDCT
windowing.c - The output filtering function -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 (speed-up ideas in this
were borrowed from Amp by Tomislav Uzelac) huffman.h - Tablefile for
the huffman decoder fastimdct.c - The optimized IMDCT transform
fastsb.c - The optimized \"polyphase subband transform\", really another
IMDCT windowing.c - The output filtering function Platform: |
Size: 36513 |
Author:slam |
Hits:
Description: 用DSP进行mp3解压缩的算法原程序,包括Huffman decoder,windowing.c等-DSP solutions for MP3 compression algorithm original procedures, including Huffman decoder, such as windowing.c Platform: |
Size: 36804 |
Author:杨占军 |
Hits:
Description: A fast huffman decoder for standard JPEG image. This C code is used in linux and windows. Platform: |
Size: 380277 |
Author:qqnice |
Hits:
Description: 用DSP进行mp3解压缩的算法原程序,包括Huffman decoder,windowing.c等-DSP solutions for MP3 compression algorithm original procedures, including Huffman decoder, such as windowing.c Platform: |
Size: 36864 |
Author:杨占军 |
Hits:
Description: huffman解码部分源代码,内有Huffman decoder initialisation,reset等。-huffman decodes the partial sources code, in has Huffman decoder
initialisation, reset and so on. Platform: |
Size: 7168 |
Author:文国刚 |
Hits:
Description: 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 (speed-up ideas in this were borrowed from Amp by Tomislav Uzelac)
huffman.h - Tablefile for the huffman decoder
fastimdct.c - The optimized IMDCT transform
fastsb.c - The optimized "polyphase subband transform", really another IMDCT
windowing.c - The output filtering function -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 (speed-up ideas in this
were borrowed from Amp by Tomislav Uzelac) huffman.h- Tablefile for
the huffman decoder fastimdct.c- The optimized IMDCT transform
fastsb.c- The optimized "polyphase subband transform", really another
IMDCT windowing.c- The output filtering function Platform: |
Size: 35840 |
Author:slam |
Hits:
Description: 哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码-Huffman tree establishment and Huffman decoder. Prepared by C. Data structure is a good learning source code Platform: |
Size: 2048 |
Author:李阳 |
Hits:
Description: 设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.cod);
反过来,可将一个压缩文件译码还原成一个文本文件(.txt)。-The design of a Huffman encoding/decoding system, to a text file of characters Huffman encoding, to generate encoded file (compressed file name suffix. Cod) in turn, can restore a compressed file into a decoder text file (. txt). Platform: |
Size: 7168 |
Author:haitty1009 |
Hits:
Description: 哈夫曼编/译码器
问题描述:给定电文进行哈夫曼编码,给定编码进行哈夫曼译码。要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中。-Huffman encoder/decoder problem description: given a message to Huffman encoding, a given Huffman code decoding. Request message is stored in one file, the encoded results are stored in the document 2, a given code is stored in the document 3, the result of decoding is stored in the document 4. Platform: |
Size: 3072 |
Author:王亮 |
Hits:
Description: 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. Platform: |
Size: 3072 |
Author:DeamonKenji |
Hits: