LZMA SDK 4.65,LzmaUtil文件夹下的VC6工程(纯C)可以直接打开,并编译通过,编译出来的exe可直接使用,有压缩和解压两种功能
2021-11-18 16:07:01 108KB LZMA SDK 源码
1
软件介绍: 这个软件的使用方法有点特殊:需要将要压缩为lzma格式的文件拖放到批处理上面,会自动进行处理。压缩和解压同样是拖放到上面,程序会自动处理。程序默认使用2个CPU线程进行处理,会自动判断你是压缩还是解压,即使去掉了扩展名也能够准确进行判断。支持批量处理。解压后不会覆盖原来的文件,会自动以_n的形式进行命名。
2021-11-17 18:27:17 38KB 其他资源
1
使用lzma算法压缩数据,可以直接编译通过
2021-11-08 10:56:18 143KB lzma 压缩
1
7z压缩算法源码,C,CPP,CS,JAVA,ASM语言都有,都可以用
2021-11-03 17:46:10 984KB lzma 7z
1
LZMA算法是目前比较流行的开源压缩软件7zip的基本算法,是俄罗斯人 Igor Pavlov于1999年发布的,本资源是维基百科上的详细介绍,是网上能找到的最详细的一个说明。
2021-10-13 19:08:00 96KB LZMA LZ77 区间编码 动态规划
1
EasyCompressor 一个压缩库,可实现许多压缩算法,例如LZ4,Zstd,LZMA,Snappy,Brotli,GZip和Deflate 。 它通过减少用于缓存的内存使用量和网络流量来帮助您提高性能。 Nuget软件包 包裹名字 版本 描述 包含GZip,Deflate和( Brotli仅在.NETCore2.1,.NETStandard2.1及更高版本中可用) 使用包含Brotli(比.NETCore2.1,.NETStandard2.1更高的版本) 使用包含LZ4 使用包含LZMA EasyCompressor.Snappy 使用Snappy.Standard包含Snappy EasyCompressor.Zstd 使用ZstdNet包含Zstd(ZStandard) EasyCaching.Extensions.EasyCompressor 这将Eas
2021-09-30 17:16:57 945KB compression gzip decompression brotli
1
DS3617xs_6.2.2-24922_1.03b(集成extra.lzma_v0.5,支持非Intel网卡)
2021-09-17 16:42:11 17.9MB 群晖DS3617xs 群晖6.2.2
1
AndroidP7zip(P7Zip安卓) Android压缩和提取库,适用于Android的P7Zip端口 细节 开始使用 下载体验 添加gradle依赖关系: dependencies { implementation ' com.hzy:libp7zip:1.7.0 ' } 或者只是在下载aar 如果要添加一些abi过滤器 android { .. . defaultConfig { .. . ndk { abiFilters ' armeabi-v7a ' , ' arm64-v8a ' , ' x86 ' } } } 简单的界面 P7ZipApi . executeCommand( String command); 命令: 7z a archive1.zip
2021-09-01 15:20:26 1.66MB jni lzma 7zip C++
1
This is a shared library for Android, iOS, OSX, Windows, Linux and webGL to decompress 7z (7zip) files and to compress/decompress zip/gzip (.zip/.gz), LZ4 (.lz4), brotli (.br), fastLZ files and buffers. ZIP plugin: iOS/tvOS compilation may require to add the -lz linking flag at Build Settings-> Linking- > Other Linker flags on xcode. webGL for flz,lzma & lz4 supports buffers compression/decompression only. Brotli supports buffer decompression. webGL for zip supports all functions except those that require file system operations. 7ZIP section: The library serves the scope to have fast decompression of 7z files and compress/decompress lzma files and buffers. - The library does 7z decompression and not 7z compression. Compression of lzma alone files is supported. Passwords are not supported. - It is about 2.5x times faster then using a c# implementation for 7z decompression. - You can extract a single file out of the 7z archive. - If you intend to decompress large files it would be better to use the largeFiles flag.(consumes less ram) - You can extract the contents of the 7z file keeping its folder structure. - Ability to get the filenames and file sizes of files in a 7z archive. - get progress of extraction when the 7zip archive has multiple files. - get byte level progress of 7z decompression (single or multiple files). - get byte level progress of lzma compression/decompression. - Ability to encode/decode to/from .lzma alone format. - Ability to decode a specific file in a 7z archive to a byte buffer. - Ability to decode/encode a byte buffer to/from the lzma alone format. - Ability to cancel the decompression when the 7z archive has multiple entries.
2021-08-23 13:18:02 121B unity 资源达人分享计划
LZMA 压缩及解压缩算法的 C 源代码,包括了编码器及解码器的 C 源码 ANSI-C LZMA 解压缩代码是从原始的 C 源代码转换到 C。并简化和优化了代码的大校但它依然和 7-Zip 的 LZMA 完全兼容。LZMA 的压缩速度:在 1 GHz 的处理器上能达到 500 KB/秒。
2021-08-16 22:48:58 299KB VC 源码-算法相关
1