100%原生的DELPHI编写的ZIP/UNZIP 全功能开发包,包含全部源代码. Delphi 4, 5, 6, 7, 2005, 2006, 2007 and 2009 compatible C++ Builder 4, 5 6, 2007, and 2009 compatible The VCLZip Delphi component allows you to add ZIP and UNZIP capabilites to your application. This component is different from most other "ZIP" development libraries in that it is written in 100% Delphi Object Pascal code and is full featured. There are no DLL's to tote around. This component links right into your application's executable. It is very easy to use. Just SOME of the features include: Create zip files fully compatable with PKZip Completely native Delphi VCL (NO DLLS) Create Disk Spanning and Blocked zip files Delphi 4, 5, 6, 7, 2005, 2006, 2007 and 2009 compatible C++ Builder 4, 5 6, 2007, and 2009 compatible Zip directly from streams to zip files Unzip directly to streams from zip files Stream to Stream zipping and unzipping Unzip directly to memory buffers Zip directoy from memory buffers Create and read Zip and File Comments Create Self Extracting Zip Files (16 bit and 32 bit distributable Windows sfx stubs included (source included for these too) or use your own stubs) Complete support for encrypted files (encrypts as it zips) Save Relative Path information Unzip using Relative Paths (even if zip file wasn't created with relative path info) Use enhanced wildcards Exclude List (tell VCLZip which files not to include (use wildcards too)) NoCompress (STORE) List (tell VCLZip which files to just store (use wildcards too) Set your own temp directory Plenty of events Long filenames, even the 16 bit VCLZip/VCLUnZip Includes comprehensive Zip Utility with source as demo Includes a small stream zipping demo Includes a context sensitive help file Use Unicode filenames, archive names, and pathnames (except for Delphi/BCB 4 and5) . No Royalties! AES Strong Encryption Zip64 capabilities, properties, methods and events: Uncompressed, Compressed, and Archive file sizes can be up to 2^63-1 bytes in length. You can compress up to 2147483647 files into an archive. This is compatible with PKZip's Zip64 format. If a file does not extend beyond any of the original limitations (filesizes of 4 gig or 65535 files) then no Zip64 format information is included in the archive. property isZip64 - tells you when you are working with a zip file that is using Zip64 format. Faster processing due to linking to Zlib 1.2.3 object files for compression and decompression routines. Blocked Zip Files (spanned zip archives split onto hard drive) Compatible with PKZip and WinZip split archives file naming format. For backwards compatability you can tell VCLZip to use the old VCLZip filenaming format by using the BlockMode property
2023-03-23 16:17:00 916KB DELPHI BCB VCLZip ZIP/UNZIP
1
linux 无网情况下,zip,unzip离线安装包。直接yum便可安装。如有需要,方便大家下载。 版本号为3.0-11.e17
2022-11-17 16:54:37 260KB linux zip unzip 离线安装
1
ZIP解压 静态库 修复BUG版
2022-08-08 09:01:08 80KB ZIP unzip 解压缩
1
一、GIT终端 将zip.exe 、unzip.exe放到Git的bin目录下,就可以在Git终端(Git Bash Here)中使用 二、CMD终端 将zip.exe 、unzip.exe的路径追加到环境变量Path中(也可以直接将程序放到C:\Windows目录下) 三、使用方法 解压缩命令:unzip xxx.zip (将xxx.zip解压缩) 压缩命令:zip -q -r xxx.zip yyy (将yyy文件压缩成xxx.zip文件)
2022-07-19 19:00:48 150KB unzip zip cmd
1
Windows终端配置zip、unzip 和linux 中zip一致 # 方法一 1. 将 zip.exe 、unzip.exe 加入到 环境变量的Path中 2. 打开cmd终端,即可使用zip、unzip命令 #方法二 把 zip.exe 和unzip.exe文件复制到目录中 C:\Program Files\Git\mingw64\bin 重新打开终端Git Bash zip -hellp 预祝你的成功!
2022-04-21 21:13:29 150KB zip unzip
1
我在网上找的,很好用。各位在使用的时候一定要先看那个必读。因为怕有些人不会配置,所以我先编译过了,可以直接看那个DEMO。每次新建一个ZIP文件,并ADD一些文件或文件夹后,请选择CLOSE,这样你ADD的那些文件都压
2022-01-10 21:41:17 2.06MB Zip/Unzip
1
java做的project,可以生成带密码的压缩文件,可以用AS3加密解密
2021-11-22 16:08:02 78KB java zip unzip password
1
windows实现linux (zip unzip)命令
2021-11-11 16:02:42 1.61MB zip unzip windows
1
在Linux系统上,一般自带zip和unzip命令。但是在Windows下面没有,不过只要加入这两个命令在当前目录/System32/SystemWow/Windows环境变量下,就可以愉快的使用。 压缩命令:zip -q -r aaa.zip bbb(将bbb文件压缩成aaa.zip文件) 解压缩命令:unzip -o aaa.zip (将aaa.zip解压缩)
2021-11-07 21:08:09 326KB zip unzip Windows dos
1
Delphi实现文件的压缩与解压,包含Demo与控件,非常有用,分享给大家。
2021-11-05 20:34:40 920KB Delphi zip unzip 压缩
1