Welcome![Sign In][Sign Up]
Location:
Search - huffman encoder

Search list

[ELanguagehuffman

Description: matlab huffman encoder
Platform: | Size: 9576 | Author: sky | Hits:

[Documentshuffmanma

Description: 这是一个哈夫曼编/译码器程序-Huffman encoder/decoder procedures
Platform: | Size: 3072 | Author: 刘海 | Hits:

[Othermp3_decoder

Description: mp3的VHDL实现,包括HUFFMAN编码器,量化器,子带滤波器.可用来开发:FPGA,ASIC.-mp3 of VHDL, including HUFFMAN encoder, quantizer, subband filters. Can be used to develop : FPGA, ASIC.
Platform: | Size: 36864 | Author: 六六 | Hits:

[Multimedia DevelopMP3encoder

Description: 这是一个MP3解码源代码,采用huffman算法编解码方法-This is a MP3 decoder source code, using Huffman codec algorithm method
Platform: | Size: 41984 | Author: 李天武 | Hits:

[2D Graphichuffman

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:

[ELanguagehuffman

Description: matlab huffman encoder
Platform: | Size: 9216 | Author: sky | Hits:

[Compress-Decompress algrithmsHuffman_GUI

Description: 对符号进行huffman编码和解码的程序,GUI界面,很好的学习压缩及解压缩技术。哈夫曼编/译码器V2.0-Of symbols huffman encoding and decoding procedures, GUI interface, good learning experience compression and decompression technology. Huffman encoder/decoder V2.0
Platform: | Size: 38912 | Author: Lee | Hits:

[Data structshuffman

Description: 哈夫曼编码器,提供了多种的输入方法, 使用方便,速度很快-Huffman encoder, providing a wide variety of input methods, easy to use, fast
Platform: | Size: 2048 | Author: zhouyou | Hits:

[Otherhfm

Description: 赫夫曼编/译码器设计 初始化 编码 译码-Huffman encoder/decoder design to initialize codec
Platform: | Size: 2048 | Author: Helia Chou | Hits:

[Data structsha

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:

[JSP/JavaHuffmanEncoder

Description: HuffmanEncoder 一个使用java编写的Huffman编码程序,根据文本(此处使用DecOfInd.txt)中的字母和符号出现的次数进行Huffman编码并且转为01字符输出,即文件DecOfInd.huf。-HuffmanEncoder using java prepared a Huffman encoding process, according to the text (here the use of DecOfInd.txt) of letters and symbols appear to carry out the number of Huffman coding and output to 01 characters, document DecOfInd.huf.
Platform: | Size: 16384 | Author: Glen | Hits:

[Data structsHuffman

Description: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传输预先编码,在接收端将传来的数据进行译码。对于双工通道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。(功能非常完全)-The use of Huffman coding can greatly improve the communication channel utilization, reduce the information transmission time, lower transmission costs. This requires the sending end through a coding system to treat pre-transmission encoding, the receiver will decode the data came from. For duplex channels (that is two-way transmission of information channel), each client requires a full encoder/decoder system. Test for such information transceiver station to write a Huffman code encoder/decoder system. (Very incomplete)
Platform: | Size: 476160 | Author: zhengks | Hits:

[Compress-Decompress algrithmshuffman

Description: 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Description of the problem] use Huffman encoding of information and communication can greatly improve the channel utilization, reduce the information transmission time, lower transmission costs. However, this requires the sending end through a coding system for pre-treatment of mass data encoding, will be heard at the receiving end of the data decoding (recovery). For duplex channel (ie, two-way transmission of information can be channel), each client requires a full encoder/decoder system. Test for such information transceiver station to write a Huffman encoder/decoder system.
Platform: | Size: 15360 | Author: yangyang | Hits:

[Compress-Decompress algrithmshuffmancoding

Description: 哈夫曼压缩 哈弗曼算法是基本的压缩和解密算法,此文件表示了如何用Java来编码 -Huffman Encoder
Platform: | Size: 6144 | Author: nasa | Hits:

[Compress-Decompress algrithmshuffman_encoder

Description: huffman encoder using recursive function
Platform: | Size: 11264 | Author: hamed | Hits:

[Compress-Decompress algrithmsHuffman

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:

[Voice CompressHuffmanCoding

Description: Huffman Encoder for data compression
Platform: | Size: 2048 | Author: EngMasry | Hits:

[OtherHuffman

Description: 哈弗曼编码 和 译码 ,包括统计明文的字符分配频率,建立哈弗曼树,编码和译码-the encoder and decoder of Huffmam code
Platform: | Size: 640000 | Author: 吕正华 | Hits:

[matlabcomp

Description: Matlab code for Huffman encoder/decoder with (or without) recursive splitting.
Platform: | Size: 36864 | Author: Ann | Hits:

[AlgorithmHuffman-encoder-decoder

Description: 编制一个哈夫曼编/译码器。利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。-Preparation of a Huffman encoder/decoder. Huffman coding communication can greatly improve the channel utilization, shorten the time of transmission of information, reduce the transmission cost.
Platform: | Size: 1021952 | Author: 刘明 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net