资源列表
huffman3
- huffman编码和译码,利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中-huffman encoding and decoding
Huffman
- Huffman (1)I-初始化(赫夫曼树),建立赫夫曼树和各个字符的赫夫曼编码,将它们存入文件hfmTree.txt中; (2)E-编码:可选择A:对用户自己输入的字符进行编码 B:对文件ToBeTran.txt中原有的字符串进行编码 将编好的赫夫曼编码存入文件CodeFile.txt中; (3)D-译码:利用已建好的赫夫曼树对文件CodeFile.txt中的字符译码,将结果存入文件TextFile中; (4)Q-推出,结束程序;-Huffman (1)I-初始
CPP
- 1) 掌握多重继承的使用和访问方法。 2) 掌握虚基类在解决二义性问题中的作用。 3) 掌握保护继承和私有继承的访问特性。 -Multiple inheritance
czip
- zip压缩算法源码,很好,值得学习,建议认真看一看-zip encoder source
huffman_matlab
- 本程序以函数形式实现huffman编码,能有效地对字符串进行huffman编码并输出-This matlab program achieves huffman coding by using function m-file.It can effectively coding string type.
CRC-8
- 一套实用的CRC校验算法,供参考! 供参考! -O,My God!,My God!My God!My God!about CRC!
RLE
- RLE无损压缩算法,有参考价值,需要的朋友可以考虑-RLE compress
Salomon--Motta--Handbook-of-Data-Compression--201
- Data compression is one of the most important fields and tools in modern computing. From archiving data, to CD-ROMs, and from coding theory to image analysis, many facets of modern computing rely upon data compression. This book provides a comprehens
construction-dun-arbre
- 读取文本 得到文本内容的霍夫曼编码 同时统计文本内字符出现频率 次数 种类 种类数-Read the text content of text to be Huffman coding
111111111
- 读取文本文档 显示文本文档里的字符串 统计 出现次数 频率 以及种类 和 种类数 用于建立霍夫曼树-Read the text in the document text document frequency of occurrences of the string statistics and used to establish the type and number of species Huffman trees
HuffmanCode
- 多媒体作业——huffman编解码及程序说明文档-mms homework-- include huffman encode and decode c++ file and explaination file
JPEG
- JPEG压缩及解压缩程序,可改变压缩效果,含性能分析-JPEG Encoder and Decoder