搜索资源列表
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
collect
- 内存回放,文件的具体说明在压缩文件里面。这是模拟一个对不是活动的内存的回收的程序,主要是对回溯法的应用,是一个算法题
qsort
- 可能是能找到的处理速度最快,处理能力最大的文本排序软件。软件里采用了如下技术加快排序速度和加大处理能力: 1.平衡二叉树排序;跳跃次数最少,路径最短; 2.重复字符串压缩存储;减少空间占用,也提高处理速度; 3.化零为整式申请内存,每次申请16M内存,减少了内存碎片,提高内存效率,同时也节省了内存申请所花的时间; 4.采用快速链接索引,可以快速跳到二叉树的分支; 5.含有按照通配符查找目录子目录所有文件的类,可快速排序整个目录和子目录的文本文件; 本软件用到C++诸多特征
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
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,
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