搜索资源列表
Huffman
- 哈弗曼编码和译码,完成这项功能 里面以TXT文档输入数据,自己写吧-huffman bianma heyima
Huff
- 用c++实现哈弗曼编码和解码的过程。包括对图片以及txt格式的文档进行哈弗曼编码的压缩编码和解压多编码-C++ to achieve Havermann with encoding and decoding process. Including pictures and txt format documents Havermann compression and decompression coding and coding
HAFUMAN
- 将字符在MATLAB用哈弗曼编码实现纯英文本的压缩-Havermann the character encoding used in MATLAB to achieve a pure English version of the compression
Huffmancompressionanddecompression
- 哈弗曼压缩和解压缩器,可对文件(如.txt,.doc)进行压缩和解压缩,小弟菜鸟,望各位大师多多指教-Huffman compression and decompression, and can document (such as. Txt,. Doc) for compression and decompression, rookie boy, hope you master the exhibitions
huffman
- 哈弗曼编码译码器 通过建立哈弗曼树,并对其进行编码译码 然后放入相应的TXT文件中-Havermann codecs through the establishment of Havermann tree, and its encoding and then decoding into the corresponding TXT file
Haffman
- 自己写的哈弗曼编码、译码程序。可以向.txt文件写入编、译码结果。(目前尚未实现自动读入编码功能)-My own Haffman coding, decoding process. Can. Txt file is written series, decoding the results.
HuffmanTree1
- 哈弗曼树 文件保存在C盘 名字为Haffmandata.txt-Haffmantree
hafuman
- 哈弗曼 解压 编译 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中-Static -hafuman
information2
- 本程序用于求256级灰度图片的各像素的哈弗曼编码,大小为256的数组,结果输出到dos和文件RESULT.TXT-The procedure for seeking 256 gray scale image of each pixel Havermann coding, 256 array size, the resulting output to the dos and file RESULT.TXT
Huffman_encode-and-decode
- 能对TXT文档中的字符进行哈弗曼编码,txt文档可以自己编写(比如一篇英语短文)并输出编码后的文件,输出文件可以自己命名。之后还能再次输入编码后的文件,选择解码来进行解码,在输出会txt文档,检查后输出的txt文档与先前压缩前的txt文档的内容是一样的。-TXT document can be Hafu Man character encoding, txt documents can write your own (such as an English essay), and the outp
WindowsFormsApplication1
- 实现哈弗曼编码及其压缩。对一个文本文件中的字符进行哈夫曼编码,生成编码文件(后缀名.cod);反过来,可将一个编码文件还原为一个文本文件(.txt)。-Encoding and compression to achieve Hafu Man. A text file on the characters in the Huffman code, generate code files (suffix. Cod) in turn, can restore an encoded file as a
HuffmanCoding
- 用哈弗曼进行编码的简单压缩,解码小软件(只对txt文件进行压缩,内容仅限与阿拉伯数字和字母)-Encoded by Ha Fuman simple compression, decoding a small software (only the txt file compression, content only with Arabic numerals and letters)
HuffmanCPP
- 该运行程序为哈弗曼编码/译码系统,运行时依次输入需要编码的字符串中的字符和它们各自的权值,编码和译码都会生成txt文件,具体使用见readme文档,代码中注释详细,适合初学者看。-huffman code
MMS
- 给出输入文件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
haffman
- 对英文文本进行哈弗曼二进制编码,输出到txt文本-The English text Hafu Man binary encoding, the text output to txt
huffmanencode
- 哈弗曼编码,给出输入文件content.txt,里面包含一段文字,编程实现上面选择的一种编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,具体数据结构及保存自己设计),将解码后的结果输出到decode.txt;-The Haffuman encoding given input file content.txt, which contains a paragraph of text, and progra
huffuman2
- 哈弗曼编码,可以对你的txt文件进行压缩并输出到指定的txt文件-Corner man coding, can to your TXT file compression and output to the specified TXT file
hfm
- 提供了一种基于哈弗曼编码的文件压缩算法,可以对.TXT、.DOC、.JPF等文件进行压缩-Huffman coding provides a file-based compression algorithm can .TXT, .DOC, .JPF and other file compression
huffman-compress-for-txt
- 基于ASC码的哈弗曼编码压缩,只能用于txt文件的压缩-Huffman encoding and compression for compressing txt files only
哈弗曼树6.0
- 使用文件保存初始的文本数据及最终的结果。 ? 文件名为inputfile1.txt的文件保存的是一段英文短文; ? 文件名为inputfile2.txt的文件保存01形式的编码段; ? 文件名为outputfile1.txt的文件保存各字符的出现次数和对应的编码; ? 文件名为outputfile2.txt的文件保存对应于inputfile2.txt的译码结果。 统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,