Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - huffman decoder c
Search - huffman decoder c - List
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
Date : 2008-10-13 Size : 35.66kb User : slam

用C语言写的哈夫曼编译码器-C language written Huffman Decoder
Date : 2008-10-13 Size : 1.56kb User :

用DSP进行mp3解压缩的算法原程序,包括Huffman decoder,windowing.c等-DSP solutions for MP3 compression algorithm original procedures, including Huffman decoder, such as windowing.c
Date : 2008-10-13 Size : 35.94kb User : 杨占军

A fast huffman decoder for standard JPEG image. This C code is used in linux and windows.
Date : 2012-01-05 Size : 371.36kb User : qqnice

哈夫曼huffman压缩编/解码 内含压缩和解压的源代码(C语言)和可执行程序-Huffman compression encoder/decoder compression and decompression containing the source code (C language) and enforceability procedures
Date : 2025-07-02 Size : 38kb User : 陆全聪

这是一个哈夫曼编/译码器程序-Huffman encoder/decoder procedures
Date : 2025-07-02 Size : 3kb User : 刘海

用C语言写的哈夫曼编译码器-C language written Huffman Decoder
Date : 2025-07-02 Size : 1kb User :

用DSP进行mp3解压缩的算法原程序,包括Huffman decoder,windowing.c等-DSP solutions for MP3 compression algorithm original procedures, including Huffman decoder, such as windowing.c
Date : 2025-07-02 Size : 36kb User : 杨占军

DL : 0
huffman解码部分源代码,内有Huffman decoder initialisation,reset等。-huffman decodes the partial sources code, in has Huffman decoder initialisation, reset and so on.
Date : 2025-07-02 Size : 7kb User : 文国刚

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
Date : 2025-07-02 Size : 35kb User : slam

DL : 0
哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码-Huffman tree establishment and Huffman decoder. Prepared by C. Data structure is a good learning source code
Date : 2025-07-02 Size : 2kb User : 李阳

DL : 0
设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.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).
Date : 2025-07-02 Size : 7kb User : haitty1009

DL : 0
哈夫曼编/译码器 问题描述:给定电文进行哈夫曼编码,给定编码进行哈夫曼译码。要求电文存储在文件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.
Date : 2025-07-02 Size : 3kb User : 王亮

DL : 0
哈弗曼编/译码器C#版本 很实用的一个程序 -哈弗曼encoder/decoder C# Version of a program is very useful
Date : 2025-07-02 Size : 2kb User : dong

Huffman decoder algorithm C++ file
Date : 2025-07-02 Size : 6kb User : Engineer Maro

开源mp3解码库mad,许多公司都在用。-decoder.c decoder.h frame.c frame.h huffman.c huffman.h stream.c stream.h synth.c synth.h
Date : 2025-07-02 Size : 304kb User : hdy

Huffman Decoder 哈弗曼编码器 C语言描述 数据结构与算法 利用三叉树-Huffman Decoder
Date : 2025-07-02 Size : 318kb User : kobe_fu

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.
Date : 2025-07-02 Size : 3kb User : DeamonKenji

哈夫曼编码译码c程序,通过C语言实现哈夫曼的编码及其译码-Huffman decoder c program
Date : 2025-07-02 Size : 1kb User : 张晓敏

数据结构课程设计,哈夫曼译码编码器,c++数据结构实现,-Data structure curriculum design, Huffman decoder encoder, c++ data structure,
Date : 2025-07-02 Size : 179kb User : 罗鱼
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.