搜索资源列表
Huffmancodeandreport
- C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。 (2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。 (3)C:压缩(Compress)。根据HuffCode.txt中编码对文件Sourcefile.txt进行重新编码,并将重新编码后的内容写入文件CodeFile.txt中。
Huffmanjava
- 利用JAVA程序,接受输入的字符串,输出对应的哈弗曼编码 -Accepting the String imported from keyboard ,then export the huffman code of a correspondence.
Classes
- 算法实验 其中包括 N后问题 最短路径 哈弗曼编码 归并排序-Algorithm after the experiment including the N shortest paths problem Havermann code mergesort
haffmancode
- 哈弗曼编码,使用JAVA实现,具体功能参见HAFFMAN文件内的实现-HAFFMANCODE
src
- 哈弗曼编码译码器. 根据读取的文本内容进行编码. 可以压缩中文 !!! 可以打开txt文本 图形界面,操作简单.-Huffman codec. According to encode the text to read. Can be compressed in Chinese!!! Can open txt text graphical interface, easy operation.
0
- 哈弗曼编码与解码,实现解码与编码功能,希望对你有帮助。-hafuman
Test
- 哈夫曼树编码,输出文字出现次数及对应的哈弗曼编码-Huffman tree coding, the output frequency and the corresponding text appears encoding Hafu Man
huffman
- 哈弗曼编译码器,可编译码、查单词出现频率、显示哈夫曼树、显示编码表-Ha Fuman codec can be encoding and decoding, checking the frequency of the word, showing Huffman tree coding table shown
huffmancoding
- 基于改进的哈弗曼算法解决哈弗曼编码的java实现。 java代码实现: 1、利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。本次设计就是为这样的信息收发写的一个哈夫曼的编/译码器; 2、本项目程序中,用户可以输入键盘中的任意字符,长度为任意长,字符输入顺序不限,且允许出现重码;
binaryTreeaMST
- 用java语言实现的基于图的Prim算法,实现最小生成树的生成。以及一些二叉树算法的实现,比如哈弗曼编码-Using java language of Prim' s algorithm is based plans to achieve the minimum spanning tree generation. And some of the binary tree algorithm, such as Ha Fuman coding
Harvard
- 哈弗曼编码 使用JAVA实现 精确简洁 使用最小的空间实现最全的功能-The Huffman coding using JAVA achieve accurate and simple to use minimal space to achieve the most complete functionality
test
- 哈弗曼编码,读文件,然后生成加密文件,还可以解密。图形界面的。- Harvard, coding, read files, and then generate encrypted files, can also be declassified. The graphical interface.
hafumanbianmaqi
- 该程序提供了一个哈弗曼编码器,代码有详细的注释,很容易看懂-The program provides a Hafu Man encoder, the code has detailed notes, it is easy to understand