资源列表
LZARI_Cpp_compress
- 一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. -LZARI algorithm based on the type of data compression. Haruhiko Okumura in 1989 July 4
LZW_RLE_compressAlgo
- LZW压缩算法和RLE压缩算法的实现源码及Demo。 本Demo未经过严格测试,请先保存待压缩文件再进行压缩测试。-RLE compression algorithm LZW compression algorithm and the realization of the source and the Demo. This Demo has not been rigorously tested, please save files to be compressed further testi
CZipCUnzipCompressUncompressFile
- LZW压缩算法和RLE压缩算法的实现源码及Demo。 本Demo未经过严格测试,请先保存待压缩文件再进行压缩测试。-RLE compression algorithm LZW compression algorithm and the realization of the source and the Demo. This Demo has not been rigorously tested, please save files to be compressed further testi
huffman-src
- Generate a Huffman Tree for an input String.
prog8.18-36-huffman
- Compress and Uncompress text files. Writed in portuguese.
comparison
- Generate a Huffman Tree.
Transforms_and_Data_Compression_Handbook
- A Handbook about compression algorithms
huffmancode
- 对任意格式的文件进行huffman编码压缩与解码。-Any format of the file compression huffman encoding and decoding.
mimasuo
- 利用proteus仿真电子密码锁,通过调试,对初学单片机有很好的帮助。-Proteus simulation of the use of electronic locks, through the debugging of single-chip a very good beginner help.
ZIPWzipFix
- 这是一款十分优秀压缩文件修复工具,对任何被破坏的压缩文件可以修复-This is a very good compressed file repair tool, for any damage to the compressed file could be restored
hafuman
- 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成 本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编 /译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。-The use of Huffman coding can greatly improve the communication channel utilization, shorten the t
hg1286416rd
- 通过串口发送汉字到液晶上显示,采用汉字的区位码方式-Through the serial port to send characters to the LCD display
