Description: 霍夫曼编码 提供基本内核 下载后用户可根据需要根改-Huffman code, provides the fundamental core, you can modify it as your wish after downloading it. Platform: |
Size: 474112 |
Author:卢林 |
Hits:
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:
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:
Description: 该程序可以用来实现huffman的编码译码功能-The program can be used to realize the encoding huffman decoding function Platform: |
Size: 2048 |
Author:朱颖婷 |
Hits:
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:
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:
Description: 哈夫曼编码解码以及文档资料和Makefile文件。-Huffman decoding, as well as document information and Makefile files. Platform: |
Size: 333824 |
Author:lzel |
Hits:
Description: MP3播放器中的基于霍夫曼(huffman)解码的vhdl语言描述-MP3 player based on the Hoffmann (huffman) decoding description language vhdl Platform: |
Size: 4096 |
Author:刘磊 |
Hits:
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: