⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readmevb.txt

📁 给出了 zip 压缩算法的完整实现过程。
💻 TXT
字号:
On Windows open this file in WordPad or use unzip -a to restore line ends.Contents of the "windll/vb" sub-archiveThis directory contains a Visual Basic project example forusing the zip32.dll library.  This project updates the Zip 2.3 VBproject example and includes some bug fixes and many additional notesbut is still compatible with zip32.dll.  See the comments in the formand project files for details.  It has been tested on VB 5 and VB6.Zip 2.31 and later have bug fixes as well, including some related to thedll, and you should now use a version of zip32.dll from that.  Thisdll includes a fix for the VB dll bug where Date, szRootDir, andszTempDir were not passed in correctly and setting these to anythingbut NULL could impact the dll and maybe crash it.  You can tell whichversion you have by right clicking on zip32.dll in a file listing,looking at properties, selecting the Version tab, and verifying theProduct Version is at least 2.31.A new dll is available as part of the new Zip 3.0 beta.  A newVB project included with that release now supports Zip64 and largefiles and it fixes even more bugs but is not backward compatiblewith zip32.dll.  You will need the new dll zip32z64.dll to use thatVB project, which can be compiled from the Zip 3.0 source.  Seewindll/VBz64 in that release for details.Note that the files may be saved in unix format with carriage returnsstripped.  These must be restored before the project can be successfullyused.  This can be done by using the -a option to unzip.  Another way todo this is to open each file in WordPad, select and cut a line, pastethe line back, and save the file.  This will force WordPad to formatthe entire file.Ed GordonMarch 1st 2005, updated March 20th 2006

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -