搜索资源列表
compress_folders
- 哈夫曼压缩程序,实现了文件加读取,对文本文件的压缩率与rar差不多,读学习c/c++的朋友非常有用-huffman compression program, which realizes folder access and compressing rate is the same to rar when compressing text file
LZSS
- 一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster
改进的LZSS压缩算法
- 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher compression ratio, the experi
Huffman_C
- 用c实现Huffman编码,基于概率统计,压缩率较高-c achieve with Huffman coding, based on statistical probability, the higher compression rate
Huffman_RAR_EXE
- 基于Huffman编码的压缩程序,支持所有文件,压缩率视文件而定-Huffman coding based on the compression process, support for all documents, document compression rate, as determined
RayCompressDelphi
- RAY压缩是综合统计和字典方法,针对数据库的压缩算法。这个算法是专门针对重复率比较高的数据的压缩算法,有较高的压缩比。如果全部重复,那么它的压缩率是以2为底的对数。可应用于电力系统数据的压缩。-Ray compression integrated statistics and dictionary method, the database compression algorithm. The algorithm is targeted at high repetition rate of dat
Wavelets
- 本代码为采用小波基进行图像压缩的代码程序,压缩率可以达到1/32。采用vc编写。-code for the use of wavelet image compression code procedures, compression ratio can reach 1 / 32. Prepared using vc.
RAR_Password
- WINRAR 是现在最好的压缩工具,界面友好,使用方便,在压缩率和速度方面都有很好的表现。其压缩率比之 WINZIP 之流要高,3.30 增加了病毒扫描等功能。RAR 采用了比 Zip 更先进的压缩算法,是现在压缩率较大、压缩速度较快的格式之一。 主要特点:对 RAR 和 ZIP 的完全支持; 支持 ARJ、CAB、LZH、ACE、TAR、GZ、UUE、BZ2、JAR、ISO 类型文件的解压;多卷压缩功能;创建自释放文件,可以制作简单的安装程序,使用方便;强大的档案文件修复功能,最大限度恢复损坏
wusunyas
- 无损压缩的代码实现,完整代码,压缩率比较大,无损
VB_LZW1
- 一个用VB实现的LZW压缩算法,压缩率高,高效压缩数据
lzwyasuo三次差分编码 和一次LZW压缩matlab源码
- 三次差分编码 和一次LZW压缩matlab源码,绝对正确,而且压缩率很高,80 以上,要是有不懂的,可以咨询我。-This is a realisation of lzw compression.If you have some problems ,you can contact with me.
compressor
- 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
7z465
- 7zip的源码,著名的压缩软件,压缩率胜于zip-7zip source, well-known compression software
a
- huffman 压缩,应用haffman树进行,压缩和解压缩,压缩率很好。-huffman compression, application haffman tree, compression and decompression, compression rates are good.
TIchinese_A1066
- 视频压缩和解码,采用H.264标准,效果比以前标准提高50 的压缩率-H.264
Zip_Compression
- 一个简单的文件/文件夹的压缩/解压缩软件,可以实现良好的压缩率和效率-A simple file/folder compression/decompression software, you can achieve a good compression ratio and efficiency
image-segmentation-DCT
- 基于matlab,利用DCT方法实现图像压缩,对比不同压缩率情况下图像的大小-image segmentation DCT
lzma920
- 7z9.20版本最新源码,经过测试目前压缩率最高,速度最快,(比目前RAR压缩率高,特别是图片压缩率,没有任何压缩软件能比拟)现在分别集合了vc,C#,JAVA,ASM多种语言的源码,发布给大家!供方便大家学习参考!-7z9.20 version of the latest source code, tested and currently the highest compression rate, the fastest, (RAR compression than the current r
zstd-1.2.0
- facebook开发的zstd压缩算法,解压需求小,速度快,压缩率还不错(Zstd compression algorithm developed by Facebook)
赫夫曼算法C++
- 赫夫曼压缩算法的C++实现,可用于对字符串的压缩并计算压缩率(Huffman compression algorithm C++)