搜索资源列表
-
0下载:
WINDOWS 界面,LZW压缩算法和RLE压缩算法的实现源码及Demo。-Windows interface, LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
-
-
0下载:
文本文件压缩解压工具,采用lzw算法,是数据结构课程的作业,使用环境为vc6.0,使用了mfc.-text file compression decompression tool used lzw algorithm, the data structure course operations, vc6.0 use of the environment to use the mfc.
-
-
2下载:
lzrw压缩算法,经典算法的delphi版,可以压缩stream。-lzrw compression algorithm, the algorithm delphi classic version can be compressed stream.
-
-
0下载:
本程序使用C语言进行文件操作,使用哈夫曼算法进行编码压缩-procedures for the use of the C language for file manipulation, the use of Huffman coding compression algorithm
-
-
0下载:
哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
-
-
0下载:
使用VC编写的文件操作类FileTool,主要有四个函数:
//加密文件,输入参数为文件名,采用了BlowFish加密算法
BOOL EncryptFile[char * pFileName]
//解密文件,输入参数为文件名
BOOL DeCryptFile[char * pFileName]
//对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法
BOOL Archieve[char * dir, char * arch]
BOOL
-
-
0下载:
压缩算法,很实用,包括文件的压缩解压缩和内存压缩解压缩。-Compression algorithm, it is practical, including compressed files and decompress compression decompression memory.
-
-
0下载:
Application and Source code for compression search. When you have a file that is compressed or has compressed elements and you are uncertain which algorithm is used or the offset where compression starts just run it through this application-Applicati
-
-
0下载:
是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件.
一共提供了5个对外接口:
-Is a data compression algorithm based on LZARI class. Haruhiko Okum
-
-
0下载:
超过64M以上的二进制文件分段读写方式,最新的读写算法和压缩算法-64M or more than reading and writing binary files section, read the latest algorithms and compression algorithm
-
-
0下载:
这是一个基于LZARI算法的数据压缩的类-This is a data compression algorithm based on LZARI class
-
-
0下载:
LZW压缩算法,基于字典的编码.
逻辑简单,硬件实现价廉,运算速度快.-LZW compression algorithm, dictionary-based encoding logic is simple, inexpensive hardware, computing speed.
-
-
0下载:
通过哈弗曼压缩算法实现文件的压缩与解压软件-By Huffman compression algorithm for file compression and decompression software
-
-
0下载:
Huffman算法实现gb2312中文字符处理程序,能有效的实现程序的压缩,效率最高可达7/8-Huffman algorithm gb2312 Chinese character processing procedures, can effectively realize the compression of the program, the efficiency of up to 7/8
-
-
0下载:
参考网上的资料写的gif编解码。
编码用gdi解析常用图片格式,然后组装成gif
解码吧gif的每一帧转换成dib
gif文件格式网上有很多介绍
gif用的变长lzw压缩算法:
没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,
-
-
0下载:
42bis数据压缩算法,一种基于自适应字典的通用无损压缩算法。特别好(42bis data compression algorithm, a general lossless compression algorithm based on adaptive dictionary. Especially good)
-