Welcome![Sign In][Sign Up]
Location:
Search - HUffman

Search list

[JSP/Javahuffman

Description: java语言数据结构中,霍夫曼编码源代码-java language data structure, the Huffman code source code
Platform: | Size: 45056 | Author: zwz | Hits:

[Special EffectsHuffman

Description: 本演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩-This demo provides a Huffman coding method of compression and decompression functions, and to realize the image file compression and decompression
Platform: | Size: 188416 | Author: Garwolf | Hits:

[Compress-Decompress algrithmsHuffman

Description: Huffman.c 本演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩
Platform: | Size: 2048 | Author: zhangpin | Hits:

[Special EffectsHuffman

Description: 哈夫曼编码算法的实现,很好的实现了图像的处理-Huffman coding algorithm realize, realize very good image of the treatment
Platform: | Size: 31744 | Author: xiaobin | Hits:

[JSP/JavaHuffman

Description: 如 题, 哈夫曼函数的java代码,网上找到的,在此和大家分享。-Such as title, Huffman function java code, on-line found in this and share with you all.
Platform: | Size: 2557952 | Author: haha | Hits:

[Data structshuffman

Description: Huffman编码是最优变长码,请设计一个Huffma编码程序,实现以下功能: (1)接收原始数据:从终端读入字符集大小n,以及n个字符和权值,建立Huffman 树,并将它文件hfmtree.dat中。 (2)编码:利用已建立的哈夫曼树,对文件中的正文进行编码,将结果存入文件codefile.dat中。 (3)译码:利用已建立号的哈夫曼树将sodefile.dat中的代码进行译码,结果存入文件textfile.dat中。 (4)打印编码规:即字符与编码之间的一一对应关系。 (5)打印Huffman树,将已存入内存中的哈夫曼树以直观的方式显示在终端上。-Huffman coding is optimal variable-length code, the design of a Huffma coding process, realize the following functions: (1) to receive the raw data: Reading from the terminal into the character set size n, and n characters, and the right values, the establishment of Huffman tree, and It documents in hfmtree.dat. (2) Coding: Using the Huffman tree has been established to document the body encode the results into a document in codefile.dat. (3) Decoding: The number has been established Huffman tree will sodefile.dat decoding of code, resulting in a document deposited in textfile.dat. (4) Print coding rules: that is, characters with one-to-one relationship between the encoding. (5) Print Huffman tree will have been deposited in the Huffman tree in memory intuitive way to show that in the terminal.
Platform: | Size: 4096 | Author: gaocong | Hits:

[Data structsHUFFMAN

Description: 哈夫曼编码算法实现,用VC++6.0开发。-Huffman coding algorithm, using VC++ 6.0 development.
Platform: | Size: 363520 | Author: ZhaiYT | Hits:

[Compress-Decompress algrithmsHuffman

Description: Huffman编码及译码 具体的要求: 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。 -Huffman coding and decoding specific requirements: 1. A given character encoding files: generated code, the output of each character and the code number appears 2. A given document encoding decoding: generated characters, and its corresponding output character encoding.
Platform: | Size: 1494016 | Author: beastman | Hits:

[Compress-Decompress algrithmsHuffman

Description: Huffman编码及译码 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。 -Huffman coding and decoding one. A given character encoding files: generated code, the output of each character and the code number appears 2. A given document encoding decoding: generated characters, and its corresponding output character encoding.
Platform: | Size: 770048 | Author: beastman | 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:

[Windows DevelopHUFFMAN

Description: HUFFMAN编码,基于VC++6。0,如果需要其他文件请联系我-HUFFMAN 卤 脿脗毛 拢 卢 禄霉脫脷VC++ 6 隆 拢 0 拢 卢 脠莽 鹿 没脨猫脪 陋 脝盲脣没脦脛 录 镁脟毛脕 陋 脧渭脦脪
Platform: | Size: 275456 | Author: mrmark | Hits:

[Otherhuffman

Description: huffman 树的创建和实现对元素进行huffman编码,本次试验在程序设计方面较之前次实验容易些,但在尝试用动态申请结构数组空间来设计程序时却没有成功-huffman tree to create and realize huffman coding of elements, the test procedure design easier than the previous experiment, but try to use the dynamic structure of the array of space applications to the design process, they did not succeed
Platform: | Size: 1024 | Author: wang | Hits:

[Compress-Decompress algrithmshuffman

Description: /** * 显示输入提示压缩或解压缩 继承了InputStream类,装有输入流。 */ public class HZIPInputStream extends InputStream { /** * HZIPInputStream 类的构造函数,定义了huffman树,输入流。 * * @param in 输入流。 * @throws IOException:如果发生I/O错误则抛出异常。 */-/*** Show input prompts compression or decompression InputStream inherited categories, with input streams.*/public class HZIPInputStream extends InputStream (/*** HZIPInputStream class constructor, the definition of a huffman tree, enter the stream.** @ Param in input stream.* @ Throws IOException: if there is I/O error is thrown.* /
Platform: | Size: 75776 | Author: stone | Hits:

[Compress-Decompress algrithmshuffman

Description: 用哈夫曼编码实现文件压缩和解压缩. 压缩过程的实现:1创建Haffman树 2打开需压缩文件 3将需压缩文件中的每个ascii码对应的haffman编码按bit单位输出 4文件压缩结束 -Huffman coding with file compression and decompression realize. Compression process to achieve: one to create Haffman tree
Platform: | Size: 325632 | Author: 林雨寒 | Hits:

[Compress-Decompress algrithmshuffman

Description: 霍夫曼編碼:包括畫出霍夫曼樹 編解碼等功能。簡單易用-Huffman coding: Huffman tree including painted codec functions. Easy-to-use
Platform: | Size: 3072 | Author: shiko | Hits:

[Crack HackHuffman

Description: 用Huffman编码进行的加密,解密程序-Huffman coding with the encryption, decryption procedures
Platform: | Size: 992256 | Author: da | Hits:

[Otherhuffman

Description: 霍夫曼树的简单实现,构造了一颗基本的霍夫曼树。-Hoffman realize a simple tree, the basic structure of a Huffman tree.
Platform: | Size: 16384 | Author: 李宁 | Hits:

[Compress-Decompress algrithmshuffman

Description: 很经典的HUFFMAN编码 不用多说了 做编码的人都知道的 在matlab下的实现-Very classical Huffman coding coding goes without saying to do know in matlab realize under
Platform: | Size: 1024 | Author: cjy | Hits:

[Compress-Decompress algrithmsHUFFMAN

Description: huffman编码程序,对研究信源编码十分有用,建议下载-huffman coding procedures, the study of source coding is useful, it is recommended to download
Platform: | Size: 1024 | 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:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net