搜索资源列表
huff_sc-1
- 哈夫曼huffman压缩编/解码 内含压缩和解压的源代码(C语言)和可执行程序-Huffman compression encoder / decoder compression and decompression containing the source code (C language) and enforceability procedures
hafum
- 这是一个用C语言编写的哈夫曼编/译码器程序,与严蔚敏版数据结构习题的5.2相对应啊-This is a C language prepared by the Huffman encoder / decoder procedures, and Yan Wei-min data structure Exercise version 5.2 should be relatively ah
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 (
哈夫曼编译码器
- 用C语言写的哈夫曼编译码器-C language written Huffman Decoder
用DSP进行mp3解压缩的算法原程序
- 用DSP进行mp3解压缩的算法原程序,包括Huffman decoder,windowing.c等-DSP solutions for MP3 compression algorithm original procedures, including Huffman decoder, such as windowing.c
哈夫曼编码原码
- 用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to achieve, and the internal code no
fast huffman decoder
- A fast huffman decoder for standard JPEG image. This C code is used in linux and windows.
Huffman
- 哈弗曼编/译码器C#版本 很实用的一个程序 -哈弗曼encoder/decoder C# Version of a program is very useful
huffman
- Huffman decoder algorithm C++ file
CodHuffman
- Implementation for the Huffman Cod in Visual C++. Both, the encoder and the decoder take as input a file and write the output into another file.-Implementation for the Huffman Cod in Visual C++. Both, the encoder and the decoder take as inp
mp3decodermad
- 开源mp3解码库mad,许多公司都在用。-decoder.c decoder.h frame.c frame.h huffman.c huffman.h stream.c stream.h synth.c synth.h
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.
MP3decodingprocess
- 提供了一个mp3的解码程序,包括mp3dec.h -主要的头文件定义函数在解码器的结构和 mp3dec.c -主源文件,包括主回路和最解码功能 mp3dec_D.h -数据的窗口函数 huff.c -哈夫曼解码器(速度,从观念,这是借来 的托米斯拉夫乌泽拉茨安培) huffman.h -霍夫曼解码器的Tablefile fastimdct.c -优化的变换的IMCT fastsb.c -优化的“多相变换子带”,真正的IMCT另一 windowing.c -输出过滤功能
Huffman-decoder
- 哈夫曼编码译码c程序,通过C语言实现哈夫曼的编码及其译码-Huffman decoder c program
huffman-tree
- 数据结构实验,C语言写的哈夫曼树编码器和译码器-Experimental data structures, C language to write the Huffman tree encoder and decoder
huffman
- 数据结构课程设计,哈夫曼译码编码器,c++数据结构实现,-Data structure curriculum design, Huffman decoder encoder, c++ data structure,
Haffman
- 可视化窗口的哈夫曼编码/解码器 运用了C++和Visual C++ 可视化窗口下在文本框输入需要编码/译码的内容即可实现(Huffman coding / decoder for visual windows)