搜索资源列表
addzip06.zip
- 一个兼容pkzip的文件/内存压缩算法
GZip压缩源代码
- 数据压缩源代码和VC中使用DEMO,能够压缩内存数据。- Data compression source code and a demo by VC that can compress data in memory.
PKZipCoder
- ZIP压缩代码:基于开源ZipArchive和zlib,用于实现ZIP压缩、解压缩,可以用于文件,也可以用于内存中的ZIP文件映像-ZIP Code : ZipArchive and based on open source zlib, for the realization of ZIP compression, decompression can be used for documents, can also be used to the memory mapping of ZIP
sf10059
- 一个有用的无损压缩原码用于文件中二进制位操作的函数说明,函数实现,错误处理以及内存中的函数实现-a useful lossless compression code for the original document binary operation of the function that function to achieve, error handling and memory functions to achieve
Lzari
- 实现Lzari压缩算法的C++类,提供内存压缩接口.效率比zip稍差一些-Lzari compression algorithm to achieve the category C, providing compression memory interface. Efficiency is less satisfactory than zip
7zipDll2
- 内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 )
bitio
- 该源码提供了数据压缩算法中经常需要使用的内存中的位操作常用算法-the source for the data compression algorithm often need to use the memory of the commonly used algorithm-operation
LZWTextCompression
- 利用java语言,编写了压缩和解压程序,实现了对文本的压缩和解压。并且对字典的结构进行了改进,使用了两个字段来表示,减小了内存的使用,和运行时间。
memzlib
- 可以对内存数据直接压缩、解压函数库-can direct memory data compression, decompression library
实现LZARI压缩算法的C++类
- 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1
LZMA压缩/解压缩,接口简单
- LZMA压缩/解压缩,接口简单,使用方便,内存占用经过合理安排,效率非常高,支持多线程。,LZMA compress/decompress, interface is very simple, easy to use, high efficiency, lower memory use, support multi thread
addzip06.zip
- 一个兼容pkzip的文件/内存压缩算法, A compatible pkzip document/memory compression algorithm
Dz7Zip
- 7z压缩接口封装成控件(内存加载7Z.DLL 无需安装7Z和 7Z.DLL) 内存封装了 7z.dll 无需安装 7z 无需 7z.dll 支持文件压缩 和文件夹压缩 采用线程池压缩和解压缩技术 -7z compression interface, packaged into control (no need to install memory load 7Z.DLL 7Z and 7Z.DLL) memory encapsulates 7z.dll no 7z.dll w
ZIP
- zip压缩源代码,附有整个工程,保证能用,可应用于文件压缩,内存压缩-zip compressed source code, with the whole project, and ensure that use, can be applied to file compression, memory compression
zlib-1.2.3
- zlib 内存压缩解压程序。。可以在内存中进行压缩解压、-zlib compression memory decompression procedures. . Can be compressed in memory decompression,
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
jpeglib
- jpeglib 内存到内存压缩解压-jpeglib save in memory
MYhuffman
- 重写的经典huffman算法,本类融合了快速排序,插入排序,压缩阶段:每个assic从根递归写入一个DWORD中,当写满DWORD的32位的时候,写入一次内存压缩快>然后循环 解压过程:每次读取一个DWORD长度数据再反响循环&过滤该从左还是右子树进行还原当到达叶节点时候,读取对应节点的assic编码 再加压与解压末尾时候会出现不满足4个字节的数据,我把它们简称为补码,用来效验最终文件大小.-Huffman algorithm rewrite the classic blend o
LZW算法C++代码(文件操作)
- LZW压缩算法C++程序代码(只支持文件操作,不是内存操作)
libjpeg
- bmp内存压缩为jpeg,直接将bmp图像的RGB像素数据压缩为jpeg数据-bmp memory compression as jpeg, bmp directly to the RGB pixel data of the image data is compressed to jpeg