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

Search list

[ConsoleHuffman编码以及解码程序

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

[Data structscodeandencode

Description: 对一篇文章编码和解码,采用huffman 树的方法-an article on encoding and decoding, using the Huffman tree
Platform: | Size: 186368 | Author: 苗建新 | Hits:

[Windows Develophuffman

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

[Compress-Decompress algrithmshuffman_matlab

Description: 图像压缩的Huffman编码与解码,matlab源代码-Image compression Huffman encoding and decoding, matlab source code
Platform: | Size: 27648 | Author: 吴坚 | Hits:

[Compress-Decompress algrithmshuffman_en_decode

Description: 霍夫曼编译码,对数据文件中的字符进行统计,根据概率进行编码,并实现对数据文件压缩和解压缩过程-Huffman encoding and decoding of data files characters in statistics, according to the probability of encoding, and data files to achieve compression and decompression process
Platform: | Size: 5120 | Author: 董婷婷 | Hits:

[Data structsHuffmanTree

Description: 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码.(1)初始化: 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件;(2)编码: 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中;(3)解码:利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码。-A section of the indiscriminate importation of English, for each character the preparation of their corresponding Huffman coding and use the coding for arbitrary input sequence decoding 0,1. (1) Initialization: read from the terminal section of the English characters, statistical frequency of each character, the establishment of Huffman tree, and the tree into a document (2) Coding: Using the Huffman tree is built on the character encoding, using the list displayed on the screen and coding the results into another document (3) decoder: Using saved Huffman coding, for arbitrary input sequences correctly decode 0,1.
Platform: | Size: 17408 | Author: 侯健 | Hits:

[Compress-Decompress algrithmslWT-huffman

Description: 用提升方法实现小波任意级数分解,并对分解系数进行huffman编码,并解码-Methods used to enhance the realization of arbitrary wavelet series decomposition, and decomposition coefficients huffman encoding and decoding
Platform: | Size: 56320 | Author: andy | Hits:

[Compress-Decompress algrithmshuffman

Description: 实现huffman算法的编码与解码,先要建立hufstr.txt作为字符串的输入-The realization of huffman encoding and decoding algorithm, we must establish hufstr.txt input as a string
Platform: | Size: 956416 | Author: 雪峰 | Hits:

[Compress-Decompress algrithmsHuffman

Description: 实现哈夫曼的编码和译码,适用于各种图像格式。-Realize Huffman encoding and decoding for a variety of image formats.
Platform: | Size: 2048 | Author: 沈达 | Hits:

[Compress-Decompress algrithmsimagehuffmancompressanddecompress

Description: 实现了图像的哈夫曼编码和解码,对图像编码的学习很有帮助-Achieved image Huffman encoding and decoding of image coding learning helpful
Platform: | Size: 1024 | Author: wuqiang | Hits:

[Compress-Decompress algrithmsHuffman

Description: huffman编码与解码的实现程序,内附编译及使用说明,很完善的程序,可以自由的输入字符集大小以及字符的权值。-huffman encoding and decoding the realization process, containing the compiler and use that, it is well established procedures, they can input character set size and weight of characters.
Platform: | Size: 27648 | Author: 韩笑 | Hits:

[Compress-Decompress algrithmsHuffman-encoding-decoding

Description: 哈夫曼编码与译码,能对输入的字符(有权值)进行建树、编码、译码-Huffman encoding and decoding can input characters (right value) for contributions, coding, decoding
Platform: | Size: 4096 | Author: 白杨 | Hits:

[Mathimatics-Numerical algorithmsHuffman

Description: 本程序中定义了霍夫曼类实现霍夫曼编码和解码,其中编码过程用递归实现。-This procedure is defined category Hoffman Hoffman achieve encoding and decoding, encoding one of the process of using recursive implementation.
Platform: | Size: 14336 | Author: 张熠 | Hits:

[matlabhuffman

Description: 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
Platform: | Size: 6144 | Author: julia | Hits:

[matlabhuffman

Description: 在MATLAB环境下实现霍夫曼编码与译码-In the MATLAB environment to achieve Huffman encoding and decoding
Platform: | Size: 5120 | Author: 宋贤明 | Hits:

[Data structsHuffman

Description: 哈夫曼编码及译码 实现了对英文翻译,英文文献等的编码及译码-Huffman encoding and decoding
Platform: | Size: 5120 | Author: LN | Hits:

[matlabhuffman

Description: 图像的huffman编解码程序,希望能给大家提供帮助-Huffman encoding and decoding process the image, hope that they can help
Platform: | Size: 56320 | Author: 刘某 | Hits:

[Compress-Decompress algrithmsHuffman-encoding-and-decoding-tree

Description: 哈夫曼树编码解码,在程序中使用树结构,实现哈夫曼树,核心类:树结构类哈夫曼编解码器类;文本处理类;主程序类-Huffman encoding and decoding tree, the tree structure used in the program to achieve Huffman tree, the core categories: tree class class Huffman codec text processing classes main categories
Platform: | Size: 8780800 | Author: 李聪 | Hits:

[Data structsHuffman-encoding-and-decoding

Description: 用c++实现了哈夫曼的编码和译码。C + + implementation of the Huffman encoding and decoding-C++ implementation of the Huffman encoding and decoding
Platform: | Size: 353280 | Author: lhd | Hits:

[Otherhuffman-encoding--and-decoding

Description: 对一BMP图像进行huffman的编码及解码。-BMP images on a huffman encoding and decoding.
Platform: | Size: 137216 | Author: 阳慧 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net