文件名称:haffman
介绍说明--下载内容均来自于网络,请自行研究使用
哈夫曼编码
问题描述:利用哈夫曼编码,实现压缩和解压缩
基本要求:
对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码
提高要求:
(1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩
(2) 能够对于文件的压缩比例进行统计
(3) 能够打印文件
这是数据结构的课程设计-Huffman Coding Problem Descr iption: Using the Huffman coding, compression and decompression to achieve the basic requirements: For a given set of characters, can be carried out in accordance with their weights Huffman coding, and can output the corresponding Huffman tree and Ha Huffman coding to achieve Huffman decoding to improve requirements: (1) to analyze documents, statistics of characters appear in the file, then encode the file to achieve the file compression and decompression (2) to the file compression ratio for the statistical ( 3) to print the file
问题描述:利用哈夫曼编码,实现压缩和解压缩
基本要求:
对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码
提高要求:
(1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩
(2) 能够对于文件的压缩比例进行统计
(3) 能够打印文件
这是数据结构的课程设计-Huffman Coding Problem Descr iption: Using the Huffman coding, compression and decompression to achieve the basic requirements: For a given set of characters, can be carried out in accordance with their weights Huffman coding, and can output the corresponding Huffman tree and Ha Huffman coding to achieve Huffman decoding to improve requirements: (1) to analyze documents, statistics of characters appear in the file, then encode the file to achieve the file compression and decompression (2) to the file compression ratio for the statistical ( 3) to print the file
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数据结构大作业\大作业.doc
..............\1.txt
..............\大作业.cpp
数据结构大作业
..............\1.txt
..............\大作业.cpp
数据结构大作业