python实现哈夫曼编码生成器
kanolin
35
0
ZIP
2018-12-08 04:12:16
本人运用Python编写对文本词频统计并生成哈夫曼树,进而进行哈夫曼编码。所生成的编码字典还可以对其他文本进行编码解码。
huffman.zip
(预估有个10文件)
huffman_tree.py
3KB
test.txt
44B
ch.txt
6B
test.py
15B
dict_to_code.txt
97KB
dict_to_ch.txt
97KB
main.py
502B
三国演义.txt
1.17MB
auxiliary.py
241B
code.txt
25B
暂无评论