搜索资源列表
hfm
- 霍夫曼编码的C语言实现!-Huffman coding in C language!
Huffman
- 哈夫曼编码解码以及文档资料和Makefile文件。-Huffman decoding, as well as document information and Makefile files.
jaidig
- 利用哈夫曼编码进行通信可以大大提高信道的利用率,缩短信息传输的时间,降低传输成本。根据哈夫曼编码的原理,编写一个程序,在用户输入结点权值的基础上求哈夫曼编码。 要求:从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-Communicate using Huffman coding can greatly improve the utilization of the channel, red
huffman
- 包含有统计字符串中各个字符的个数,冒泡升序排序,求huffman编码-Contains statistical string of different characters in number, bubbling ascending order, for Huffman coding
huffman_compress_decompress.tar
- 用霍夫曼编码实现文件的压缩和解压缩,任何文件都能压缩-Compression, Huffman coding to achieve file compression and decompression of any file can be compressed
hafman
- 哈夫曼编码压缩图块,压缩数组,压缩率还可以。-Huffman coding compression blocks, packed arrays, the compression ratio can also be
huffman_tree
- C语言实现的huffman树,实现了创建树,输出huffman编码-huffman tree in c