Location:
Search - Huffman decoder
Search list
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: 哈夫曼huffman压缩编/解码 内含压缩和解压的源代码(C语言)和可执行程序-Huffman compression encoder/decoder compression and decompression containing the source code (C language) and enforceability procedures
Platform: |
Size: 38912 |
Author: 陆全聪 |
Hits:
Description: 这是一个哈夫曼编/译码器程序-Huffman encoder/decoder procedures
Platform: |
Size: 3072 |
Author: 刘海 |
Hits:
Description: 用C语言写的哈夫曼编译码器-C language written Huffman Decoder
Platform: |
Size: 1024 |
Author: 连 |
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: 一种无损压缩算法,采用了lzss结合huffman动态编码,速度快-a lossless compression algorithm, using a combination of lzss dynamic Huffman coding, fast
Platform: |
Size: 4096 |
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: huffman算法 包含huffman算法的编码及解码源程序以及LZW算法的编解码-Huffman algorithm contains Huffman coding algorithm and the decoder and the LZW algorithm source code The codecs
Platform: |
Size: 58368 |
Author: 欢欢 |
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: matlab实现huffman编码 1. norm2huff.m (encoder function)
2. huff2norm.m (decoder function)
3. frequency.m (private function)
4. huffcodes2bin.m (binary rapresentation of huffman codes)
5. huffman_bench1.m (benchmark)
6. huffman_demo1.m (demo file)
7. huffman_demo2.m (demo file)
8. huffman_test1.m (test file)
9. huffman_test2.m (test file)
10. huffman_docs.zip (documentation)
11. Disclamer.txt (this is the disclamer)-huffman coding matlab realize 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark ) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)
Platform: |
Size: 19456 |
Author: lindajillduan |
Hits:
Description: 哈夫曼的编码译码器, 还附带有压缩跟解压缩的功能。-Huffman coding decoder, but also comes with compression with decompression functions.
Platform: |
Size: 44032 |
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: Huffman Decoder 哈弗曼编码器 C语言描述
数据结构与算法 利用三叉树-Huffman Decoder
Platform: |
Size: 325632 |
Author: kobe_fu |
Hits:
Description: huffman decoder in groupmatchin algorithm
Platform: |
Size: 232448 |
Author: gopala |
Hits:
Description: This is a Huffman decoder with dynamic Huffcode tables. A Testbench for a jpg file is include.
Platform: |
Size: 198656 |
Author: PCB |
Hits:
Description: 一个基于哈弗曼编码的解码器,用于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.
Platform: |
Size: 460800 |
Author: 赵恒 |
Hits:
Description: 哈夫曼编码译码c程序,通过C语言实现哈夫曼的编码及其译码-Huffman decoder c program
Platform: |
Size: 1024 |
Author: 张晓敏 |
Hits:
Description: 用verilog编写的huffman解码程序(huffman decoder verilog)
Platform: |
Size: 4096 |
Author: 张巨炮
|
Hits: