文件名称:HoffmanEncoder
介绍说明--下载内容均来自于网络,请自行研究使用
用C语言实现数据结构中的哈弗曼编译器。可以求出n个字符的赫夫曼编码。建立函数输入二叉树,输出其赫夫曼编码。用户输入n个字符在电文中的使用频率(扩大100倍),并输入这n个字符,确定后系统给出这n个字符的赫夫曼编码。-With the C language data structures Havermann compiler. You can find the n-character Huffman encoding. The establishment of a function input binary tree, the output of its Huffman coding. User input n characters in the message in the use of frequencies (expanded 100-fold), and enter the n characters, and determined the system gives the n-character Huffman encoding.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
赫夫曼编码器.c