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

Search list

[Mathimatics-Numerical algorithmsHuffman

Description: 哈夫曼编码和解码系统,并可对文件进行编码-Huffman coding and decoding system, the documents can be encoded
Platform: | Size: 6144 | Author: 哈哈哈 | Hits:

[Mathimatics-Numerical algorithmsHuffmanCoding_src

Description: 霍夫曼编解码算法-Huffman decoding algorithms
Platform: | Size: 3072 | Author: 范明 | Hits:

[ConsoleHuffman编码以及解码程序

Description: 霍夫曼编码 提供基本内核 下载后用户可根据需要根改-Huffman code, provides the fundamental core, you can modify it as your wish after downloading it.
Platform: | Size: 474112 | Author: 卢林 | Hits:

[Embeded-SCM DevelopHuffman.c2

Description: 1.在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的通道),每端都需要一个完整的编/译 码系统。 2.本程序的目的是大大提高通信的信道利用率,缩短信息传输时间,降低传输成本。 -1. In the transmitter through a coding system for pre-treatment data-coding the receiving end of data from the decoding (recovery). For dual-channel (two-way transmission of information can access), each side needs a complete encoding/decoding system. 2. The procedures are designed to greatly enhance the communication channel utilization, reduced transmission time, and lower transmission costs.
Platform: | Size: 2048 | Author: 犯得上 | Hits:

[Compress-Decompress algrithmshuffman-0.7

Description: Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. More information on Huffman encoding may be found at: http://michael.dipperstein.com/huffman http://datacompression.info/Huffman.shtml -Huffman compression/decompression algorithm to achieve the ANSI C This archive con tains a simple and readable ANSI C implementati on of Huffman coding and decoding. This impleme ntation is not intended to be the best, fastest, smallest, or any other performance related adjective. Mo 're information on Huffman encoding may be found at : http :// michael.dipperstein.com/Huffman http :// datacompression.info/Huffman.shtml
Platform: | Size: 49152 | Author: 张森宁 | Hits:

[Windows Develophuffman

Description: 哈夫曼树的代码实现,包括哈夫曼编码和解码过程。-Huffman code tree, including the Huffman encoding and decoding process.
Platform: | Size: 171008 | Author: 何平 | Hits:

[Data structsHUFF

Description: 该程序可以用来实现huffman的编码译码功能-The program can be used to realize the encoding huffman decoding function
Platform: | Size: 2048 | Author: 朱颖婷 | Hits:

[Data structshuffman

Description: 输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译码; (4)P:印代码文件(Print)。将每个字符编的哈夫曼码和译码结果显示在终端上。 -Enter a period of English characters, try the text for each character corresponding Huffman code. (1) I: Initialization (Initialization). A section of the input English characters statistics for each value of its right to establish a Huffman tree (2) E: encoding (Encoding). Has been built using Huffman tree for each character encoding. (3) D: Decoding (Decoding). Use has been completed for each encoding, the input of a sequence consisting of 0,1 Decoding (4) P: Printing code files (Print). Will be allocated for each character code and the Huffman decoding results are displayed in terminal.
Platform: | Size: 2048 | Author: alic | Hits:

[OtherHUFFMAN

Description: 题 目: 哈夫曼编码的程序设计 初始条件: 输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译码; (4)P:印代码文件(Print)。将每个字符编的哈夫曼码和译码结果显示在终端上。 -Title: Huffman coding programming initial conditions: Enter the period of English characters, try the text for each character corresponding Huffman code. (1) I: Initialization (Initialization). A section of the input English characters statistics for each value of its right to establish a Huffman tree (2) E: encoding (Encoding). Has been built using Huffman tree for each character encoding. (3) D: Decoding (Decoding). Use has been completed for each encoding, the input of a sequence consisting of 0,1 Decoding (4) P: Printing code files (Print). Will be allocated for each character code and the Huffman decoding results are displayed in terminal.
Platform: | Size: 264192 | Author: 陈宗浩 | Hits:

[Compress-Decompress algrithmshuffman

Description: 实现了哈夫曼编码译码的功能,并且有详细的论文。-Achieved Huffman decoding functions, and detailed papers.
Platform: | Size: 81920 | Author: jack won | Hits:

[Linux-UnixHuffman

Description: 哈夫曼编码解码以及文档资料和Makefile文件。-Huffman decoding, as well as document information and Makefile files.
Platform: | Size: 333824 | Author: lzel | Hits:

[Compress-Decompress algrithmsHuffman

Description: 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures
Platform: | Size: 51200 | Author: 章国艺 | Hits:

[Windows Develophuffman

Description: c版本,Huffman编解码算法演示,其中输入的测试文件可自定以一两句的英文txt文件-c version, Huffman decoding algorithm for demonstration
Platform: | Size: 5120 | Author: James | Hits:

[matlabhuffman

Description: 用matlab演示图象的哈夫曼编解码过程-Matlab demo images used for the Huffman decoding process
Platform: | Size: 1024 | Author: zl | Hits:

[VHDL-FPGA-Veriloghuffman

Description: MP3播放器中的基于霍夫曼(huffman)解码的vhdl语言描述-MP3 player based on the Hoffmann (huffman) decoding description language vhdl
Platform: | Size: 4096 | Author: 刘磊 | Hits:

[CSharpHuffman~

Description: 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for code in the interface, the interface input Huffman coding numbers, enter letters, Huffman decoding can be achieved. Input error is prompted to enter the wrong character.
Platform: | Size: 176128 | Author: 项链 | Hits:

[Software EngineeringAn-Efficient-Huffman-Decoding-Method-Using-Concur

Description: An Efficient Huffman Decoding Method Using Concurrent Execution in ARM
Platform: | Size: 87040 | Author: Gopi | Hits:

[Software EngineeringA-Fast-and-Memory-Efficient-Huffman-Decoding-Meth

Description: A Fast and Memory Efficient Huffman Decoding Method for the MPEG-4 AAC Standard
Platform: | Size: 717824 | Author: Gopi | Hits:

[OtherMatlab-achieve-Huffman-decoding

Description: Matlab achieve Huffman decoding
Platform: | Size: 3072 | Author: 七秒 | Hits:

[OtherHuffman-decoding

Description: 一个小程序关于哈弗曼编码译码-Huffman decoding
Platform: | Size: 5359616 | Author: 谢泓亮 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 37 »

CodeBus www.codebus.net