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

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:

[ELanguage1

Description: 利用哈夫曼树的构造原理,可以对字符进行编码,并且可以对已 经编译好的代码进行译码,并且包括进行显示输出和文件保存,文件存储。 -Huffman tree constructed using the principle can encode characters, and may have been compiled code decoding, and includes display output and save the file, file storage.
Platform: | Size: 183296 | Author: 阿能 | Hits:

[Compress-Decompress algrithmsHuffman

Description: huofuman 压缩编码 描述如何用霍夫曼编码进行文件压缩-huofuman encode this code describles the detail how to compress for file using the huofuman algorithm
Platform: | Size: 3072 | Author: 吴忠 | Hits:

[File OperateHuffman

Description: This file encode a txt file with the Huffman algorithms. It also reconstruct it.
Platform: | Size: 233472 | Author: Amit Adoni | 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:

[Otherhaffman

Description: 哈夫曼编码 问题描述:利用哈夫曼编码,实现压缩和解压缩 基本要求: 对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码 提高要求: (1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩 (2) 能够对于文件的压缩比例进行统计 (3) 能够打印文件 这是数据结构的课程设计-Huffman Coding Problem Description: Using the Huffman coding, compression and decompression to achieve the basic requirements: For a given set of characters, can be carried out in accordance with their weights Huffman coding, and can output the corresponding Huffman tree and Ha Huffman coding to achieve Huffman decoding to improve requirements: (1) to analyze documents, statistics of characters appear in the file, then encode the file to achieve the file compression and decompression (2) to the file compression ratio for the statistical ( 3) to print the file
Platform: | Size: 193536 | Author: dian | Hits:

[Graph programHuffman

Description: 基于VC++6.0,利用哈夫曼编码对BMP图像进行编码并储存为*.huf格式的文件,同时也可对*.huf格式的文件进行解码,储存为*.bmp格式的图像-Based on VC++6.0, the use of Huffman coding to encode the image of BMP and saved as*. huf format, but also right*. huf decode the file format, stored as a*. bmp format images
Platform: | Size: 3712000 | Author: ft5272633 | Hits:

[VC/MFCHuffman

Description: 哈夫曼编码 要求完成发送端对待传送数据的编码和接收端对传送来的数据的译码。要实现五个功能:接受原始数据、编码、译码、打印编码规则、将编码、译码存档。通过系统的提示要建立哈夫曼树并对载入的原文件进行编码,并保存到locking.txt文件中,同时输出到屏幕。最后将建立的哈夫曼树用某种树的储存方式储存后输出。 -Huffman coding required to complete the transmitter to transmit data towards the receiving end of the coding and data transmission to decoding. To achieve five functions: receiving raw data, coding, decoding, printing encoding rules, encoding, decoding archive. Prompted by the system and to establish Huffman tree to encode the original file to load and save to locking.txt file, while the output to the screen. Finally, the establishment of the Huffman tree with a tree save the output stored.
Platform: | Size: 173056 | Author: M.T | Hits:

[Compress-Decompress algrithmsHuffman

Description: This a program to encode and decode huffman code for strings. The input should be a text file with two dimentional string array.-This is a program to encode and decode huffman code for strings. The input should be a text file with two dimentional string array.
Platform: | Size: 3072 | Author: Santron | Hits:

[Data structshuffman

Description: 从文件中读入字符集大小n,以及n个字符和n个权值。构建哈夫曼树,对每个字符生成哈夫曼编码。从文件中读入需编码的字符串,利用哈夫曼编码,对字符串进行编码,编码结果保存在文件。-The character read from the file set size n, and n-n character and the right values. Construction of Huffman tree generated Huffman code for each character. Read from a file to be encoded string, using Huffman coding to encode the string, coding results are saved in the file.
Platform: | Size: 1024 | Author: 伍艳权 | Hits:

[Data structshuffman

Description: 这是数据结构的一个课程设计,用哈夫曼算法对文件进行编码,希望能给大家一点帮助-This is a course designed data structure, with the Huffman algorithm to encode the file, I hope to give everyone a little help
Platform: | Size: 5120 | Author: peter | Hits:

[Compress-Decompress algrithmshuffman

Description: huffman编码,可以实现编码,解码,打印代码文件功能-huffman encoding, can encode, decode, print the code file function
Platform: | Size: 1017856 | Author: sixmore | Hits:

[Compress-Decompress algrithmsHuffman

Description: 基于哈夫曼编码的思想进行文件的压缩处理 (1) 能够将一个文件进行编码压缩 (2) 能够将压缩的文件解码还原 -Huffman coding based on the idea for file compression (1) the ability to encode a file compression (2) to restore the compressed file decoding
Platform: | Size: 345088 | Author: | Hits:

[Compress-Decompress algrithmsHuffman-Coding

Description: 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, often used in data compression. Is the use of a specific character encoding table source (for example, a symbol of a file) to encode
Platform: | Size: 2048 | Author: chenyuhao | Hits:

[Data structsMMS

Description: 给出输入文件content.txt,里面包含一段文字,编程实现哈弗曼编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,存在tree.txt中),解码后的结果输出到decode.txt。 -Given input file content.txt, which contains some text, programming Hafu Man coding method, the input files encoded output to encode.txt after reading the above code results encode.txt, programming decoding process ( Huffman encoding tree needs, there tree.txt in), the decoded output to decode.txt.
Platform: | Size: 52224 | Author: zeng jiabei | Hits:

[Compress-Decompress algrithmsencode-and-decode

Description: C++程序,实现文件的压缩与解压缩,用霍夫曼树压缩,VS2012平台-C++ program, file compression and decompression, compression Huffman tree, VS2012 platform
Platform: | Size: 44032 | Author: Joy | Hits:

[ADO-ODBCencode

Description: 利用哈弗曼压缩原理实现的32BIT文档类文件压缩模版(压缩多功能版)。可以根据此模版编写适合自己具体需求的程序-Achieved using the Huffman compression principle 32BIT template document class file compression (compression multifunction version). This template can write a program suited to their specific needs
Platform: | Size: 3072 | Author: Chiron | Hits:

[Data structshuffman

Description: 使用C语言实现从指定文件中读取文本内容,并运用哈弗曼编码对文件进行编码,存储到指定的文件中。-Using C language to read the text from the specified file and use Huffman coding to encode files stored in the specified file.
Platform: | Size: 1702912 | Author: 蜗牛 | Hits:

[OtherHuffman

Description: The file Huffman.java is used to encode and decode image and text.
Platform: | Size: 43008 | Author: Hizkiel | Hits:

[Compress-Decompress algrithmsEncode

Description: It is a file to compress text files
Platform: | Size: 408576 | Author: somayek | Hits:
« 12 »

CodeBus www.codebus.net