搜索资源列表
haffman
- 哈夫曼编码的c++实现,算法分析与设计科目的实验
haffman
- 哈夫曼编码的实现 比较简单 使用VC写的 是C语言-Huffman coding is relatively simple to achieve the use of VC is about C language
hafuman
- 哈夫曼编码解码程序 根据哈夫曼的编码规则 设计编码和解码程序-the coding and decoding procedure for Haffman code
HFM
- 哈弗曼编码 ,用哈弗曼编码实现文件的压缩。 根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-Huffman coding
haffman
- 将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件) 反过来,可将一个压缩文件解码还原为一个文本文件。-haffman tree
haffman
- 我们都学过数据结构,这是一个哈夫曼编码的程序,是根据我的创意编写的。-we all learn the data structure,this is a program describing the function of haffman,its created by myself