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

📄 00binary.vms

📁 给出了 zip 压缩算法的完整实现过程。
💻 VMS
字号:
First information about the binary distribution of VMS Zip 2.3--------------------------------------------------------------This archive comes in different variations: "zip22x-vms-<cpu-compiler>-{obj|exe}.zip", where <cpu-compiler> is "axp", "vax-decc", or "vax-vaxc", depending on the environment used for creating the binaries. ...-obj.zip denotes object library distributions which require a link step on the local machine. ...-exe.zip denotes "ready-to-run" executable distributions, that do not require additional work but do not run on VMS versions which are older than the system used for building the executables.Contents of the "vms" executables archives for Zip 2.3:a) common files (documentation etc.):  00binary.vms         this file  00readme.txt         additional VMS info about compiling Zip  readme               what Zip is; general information  changes              list of changes against the previous official version  algorith.txt         description of the deflation algorithm  infozip.who          list of contributors to the "portable Zip" project  manual               Zip manual page, human-readable format  whatsnew             list of important changes and new features  where                pointer to Zip/UnZip support archives  zip.hlp              VMS help module, for Zip's default command interface  zip_cli.hlp          VMS help module, for Zip's VMSCLI command interfaceb) object library distributions:  link_zip.com         command procedure for the linking step  vms/                 auxiliary directory, required for link step  zip.<cpu_compiler>_olb       object library for Zip (both command interfaces)  zipcli.<cpu_compiler>_olb    additional object library (Zip CLI interface)  zipcloak.<cpu_compiler>_obj  main object file for ZipCloak  zipnote.<cpu_compiler>_obj   main object file for ZipNote  zipsplit.<cpu_compiler>_obj  main object file for ZipSplit  ziputils.<cpu_compiler>_olb  object library for the Zip Utilitiesc) executable distributions:  zip.exe              Zip executable, default (UNIX style) command interface  zipcloak.exe         Utility for encrypting and decrypting zip archives  zipnote.exe          Utility for editing entry names and comments  zipsplit.exe         Utility for splitting large zip archives  zip_cli.exe          Zip executable, VMSCLI command interfaceIn case you decided to fetch the object library distribution, youhave to link the executables on your local site. This requiresinstalled runtime support for the C runtime library, which may not bepresent on older VAX systems (prior to VMS 6).To create the executables, just invoke the "link_zip.com" command procedure.This will generate all executables (both zip with UNIX style command syntaxand zip_cli with VMSCLI command interface), but note that the executable'sextension is ".<cpu_compiler>_exe"!In case your are on a VAX and your current working directory carriesboth the DECC and the VAXC object distributions, you have to specifyeither "VAXC" or "DECC" to tell link_zip.com which binaries you wantto build.Additionally, link_zip.com defines foreign commands for the just createdexecutables, so you can test them straight ahead.If you want to use the default (UNIX like) command interface, you canproceed straight ahead after unpacking the distribution.When you rather prefer to use the VMSCLI interface, you have to specifythe option "VMSCLI" (or just "CLI") to the command starting link_zip.com.The executables (object libraries) in this archive have been compiledwith the following options enabled: * VMS_PK_EXTRA      (this is the default option) * [decription support]The environment used for compilation was:a)  On Alpha AXP :   OpenVMS(AXP) 6.2;  DEC C V 5.6-003b1) On VAX       :   OpenVMS(VAX) 6.2;  DEC C V 4.0b2)                       alternatively VAX C V 3.2One final note:The binary files of the distribution have been archived with "saving all VMSattributes" enabled. Please do not repack the binary part of the archives ona non-VMS system, to prevent corruption of the files.02-Feb-1999, Christian Spieler

⌨️ 快捷键说明

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