home *** CD-ROM | disk | FTP | other *** search
/ Programmers Heaven 2 / Programmers Heaven 2.iso / files / program / compress / files.bbs < prev    next >
Encoding:
File List  |  1997-10-03  |  12.5 KB  |  201 lines

  1.              ==============================
  2.                  Data Compression files
  3.              ==============================
  4. ACT-24.ZIP   Archive Comparison Table
  5.              This ZIP file contains all the results and any other
  6.              information about the Archive Comparison Table. This table
  7.              contains comparisons between 45 different archiving programs.
  8.              Using 4 different data sets for the testing.
  9. AR001.ZIP    Ar.C -- archiver in ansi c 
  10. ARCPAK.ZIP   Arcpak - is a unit for BP 7.0 that allows you to write programs
  11.              that use archive utilities. Arcpak recognizes arc, pak, zip,
  12.              lzh, arj, and exe files. It supports DOS and OS/2.
  13. ARITHCOD.ZIP Arithmetic Coding for Data Compression
  14. ARJ_DECO.ZIP UNARJ, C source
  15. AU116-4S.ZIP Universial Archive Utilities v1.16.04, C/C++ Source Code.
  16. CCUNZIP.ZIP  UnZip Version 2.0, Zipfile Extract Utility
  17.              It is written to be as small and portable as possible -- ideal
  18.              as a starting point for handling .ZIP files in non-IBM
  19.              environments. Source code is provided in C and Turbo Pascal. If
  20.              you port this program to a non-IBM system, I would appreciate a
  21.              copy of the ported source and exec files.
  22. COMPRS12.ZIP Compress - data compression program , C source
  23. CRUNCH.ZIP   CRUNCH.C -- Quick, easy data Compression
  24. CX201.ZIP    CX 2.01 COMPRESSION TOOLKIT (C/asm)
  25.              * Add data compression to your apps.
  26.              * Small, Fast and Proven!
  27.              * Buffer and file interfaces.
  28.              * Great language/system support.
  29.              * Royalty free!
  30.              As you know, Cx provides a very low level interface to data compression.
  31.              Many application designers, however, may be able to use a higher level
  32.              interface.  The CXSUB routines provide a high level, application
  33.              independent interface to Cx data compression.  The CXSUB routines have
  34.              been carefully designed to allow easy integration into existing
  35.              applications.  You may be able to use the CXSUB routines in your
  36.              applications, but if not, they may be instructive in explaining
  37.              the usage of Cx.
  38. FAXCOM.ZIP   Faxdecoder 
  39.              THis program compresses a fax using a model based on an order 
  40.              16 model. C source.
  41. GIF-CSRC.ZIP DECODE.C - An LZW decoder for GIF
  42. GIF.ZIP      LZW and GIF explained
  43. HUFFMAN.ZIP  Huffman Encoding File Compression Technique in basic
  44. HUFMAN.ZIP   Huffman compression routines in C
  45. LZ_ASM.ZIP   lzdcmp - file decompressor using limpel-ziev algorithm (asm src)
  46. LZ77CODE.ZIP Two C programs with source code that demonstrate LZ77 sliding
  47.              dictionary compression.
  48. LZH.ZIP      Lzhuf.C compression source
  49. LZHPAS.ZIP   This Pascal unit allows the user to commpress data using a
  50.              combination of LZSS compression and adaptive Huffman coding, or
  51.              conversely to decompress data that was previously compressed by
  52.              this unit.
  53. LZO100.ZIP   LZO -- a real-time data compression library v1.00
  54.              iS a data compression library which is suitable for data 
  55.              de-/compression in real-time. This means it favours speed over 
  56.              compression ratio. I named it LZO standing for 
  57.              Lempel-Ziv-Oberhumer. LZO is written in ANSI C. Both the source 
  58.              code and the compressed data format are designed to be portable 
  59.              across platforms, and I intend to make LZO work on each 
  60.              architecture that has at least 32 bit integers. Somewhat 
  61.              limited support for 16 bit MSDOS is implemented as well (using 
  62.              'huge' pointers).
  63. LZW.ZIP      Lempel-Ziv compression in Pascal
  64. LZW4C14.ZIP  LZW Data Compression Library for C
  65.              Programmers which uses the LZW algorithm as published in
  66.              research papers by Lempel, Ziv, and Welch. The LZW algorithm is
  67.              probably the best generic compression algorithm known today.
  68.              Supports Borland Turbo C, Microsoft C, and MIX Power C.
  69. LZWLIB.ZIP   Lzw lib is a library of functions that will allow you to do, in
  70.              your c programs, some of the things you can do from the dos
  71.              commandline with such programs as pkzip and pkunzip, arc,
  72.              lharc, etc. While i've titled the library lzw, your files can
  73.              have any extension you desire. In fact, there is no default
  74.              extension. You should be aware that these files will probably
  75.              (read that assuredly) not be structurally compatible with the
  76.              files created by any of the programs mentioned above.
  77. PASUNZIP.ZIP Compression routines in pascal
  78. PPMZ.ZIP     Ppmz (C source)
  79.              PPMZ is a file to file (like gzip) compressor based on the PPM 
  80.              method. PPM stands for Prediction by Partial Match. What this 
  81.              means is: PPM learns the statistics of the file - i.e. it 
  82.              learns how to look at the data and predict what will happen 
  83.              next. When PPM is predicting successfully, it can use 
  84.              arithmetic coding to transmit the data in a much more compact 
  85.              way (i.e. you only need 1 bit to write a correct-guess flag, 
  86.              instead of 1 byte for the character; with arithmetic coding 
  87.              this kind of tradeoff can be adaptively adjusted to the 
  88.              estimated likely-hood of the guess being right. 
  89. PPMZ_4GW.ZIP Ppmz , EXE-file
  90. ZIP191SR.ZIP InfoZip zip 1,9p1 sources (for djgpp)
  91. ZIPIO.ZIP    Dezip1.C - sample code to deflate first file in a .Zip archive
  92. ZIPLB1.ZIP   'ziplib'  compressed data format specification draft #3
  93.              'gzip┤    file format specification draft #4.1
  94.              'Deflate' compressed data format specification draft #1
  95. ZLIB102.ZIP  zlib 1.0.2 is a general purpose data compression library.
  96.              The 'zlib' compression library provides in-memory compression
  97.              and decompression functions, including integrity checks of the
  98.              uncompressed data. This version of the library supports only
  99.              one compression method (deflation) but other algorithms may be
  100.              added later and will have the same stream interface.
  101.  
  102.  
  103.              =================================
  104.                  Windows Compression files
  105.              =================================
  106. ADDZIP06.ZIP addZIP Compression Libraries v0.6 
  107.              The complete compression solution for Windows developers. 
  108.              PKZIP-compatible file compression libraries (disk spanning, 
  109.              encryption etc). Memory compression library. Compatible with 
  110.              C/C++, Delphi and Visual Basic as well as most other 
  111.              development applications. Shareware. Inexpensive to register. 
  112. CCMPRS.ZIP   CCMPRS is a command-line file compression utility for Windows
  113.              NT. It allows you to select files for NTFS file compression
  114.              based on file name (with wild- cards), minimum file size,
  115.              and/or a minimum compression ratio. You can also specify file
  116.              extensions of files to be ignored. With C++ src
  117. CHFLZ100.ZIP ChiefLZ LZ77 Compression
  118.              This package contains Borland Pascal and Delphi sources, for 
  119.              LZSS (LZ77) file compression and decompression. This works with 
  120.              single files, and archives. The sources compile for Dos, Dos 
  121.              DPMI, Win16, and Win32.  
  122. FOXSQZ3.ZIP  FOXSQZ 32-bit demo, v1.9a
  123.              Is a full featured file archiving and data compression system 
  124.              for FOXPRO. FOXSQZ is the first and, to date, the only system 
  125.              available which provides seamless file compression and 
  126.              archiving from within FOXPRO. FOXSQZ features all or most of 
  127.              the features found in the most popular DOS based compression 
  128.              utilities, with one catch, it's specifically designed for 
  129.              FOXPRO. This means FOXSQZ does not require your application to 
  130.              shell out to DOS using the RUN or ! commands to execute. FOXSQZ 
  131.              is a native FOXPRO library which when activated with the "SET 
  132.              LIBRARY TO" command can be called like any other built in 
  133.              FOXPRO function. For complete flexibility FOXSQZ also includes 
  134.              a functionally equivalent DOS executable version at no extra 
  135.              charge. FOXSQZ can be called as a built in function in both the 
  136.              DOS and WINDOWS versions of FOXPRO.  
  137. ICEBETA2.ZIP ICE.DLL - the windows compression library Dll
  138. LHALIB14.ZIP LHALIB.LIB (.DLL)
  139.              Library to be used in Microsoft windows Programs makes it
  140.              possible to extract LHA-Archives. LHALIB.DLL is a Size and
  141.              Speed-Optimizes LHA-Decompression DLL designed for the Use with
  142.              Setup-Programs etc. It's not designed to be used as a
  143.              File-Import Filter as it doesn't support all of the
  144.              LHA-Compression Technologies so you may encounter some
  145.              incompatible Files the sooner or later (LHA-File-Import Filters
  146.              are available as Part of our LZAPI-Package).  with Source
  147. LZAPI.ZIP    LZAPI V1.3 Archiver Programming interface (16-bit)
  148.              Is a set of redistributive DLLs you can include in your 
  149.              applications to allow a wide range of compatibility with 
  150.              archive formats, including ZIP, ARC, LZH, ARJ, RAR, ZOO and 
  151.              TAR. Look for the shareware version of LZAPI when you need an 
  152.              LZH archive manager for ThinHelp. Versions are available for 
  153.              both 16-bit and 32-bit Windows development environments.  
  154. LZAPI32.ZIP  LZAPI V1.3 Archiver Programming interface (32-bit)
  155.              Is a set of redistributive DLLs you can include in your 
  156.              applications to allow a wide range of compatibility with 
  157.              archive formats, including ZIP, ARC, LZH, ARJ, RAR, ZOO and 
  158.              TAR. Look for the shareware version of LZAPI when you need an 
  159.              LZH archive manager for ThinHelp. Versions are available for 
  160.              both 16-bit and 32-bit Windows development environments.  
  161. LZSSLIB.ZIP  LZSSLib v1.0
  162.              Is a compression library (DLL) for Windows programmers. You
  163.              have access to compression/decompression functions permitting
  164.              file-to-file operations. LZSSLib uses the LZSS algorithm with
  165.              various modifications each providing different enhancements.
  166.              Very simple to use: LZSSPackFile('PROG.EXE', 'PROG.LZS') Works
  167.              with any language that supports DLL calling, such as Turbo
  168.              Pascal, C/C++, Actor, Visual Basic, Realizer, even
  169.              ObjectVision.
  170. NELS_W.ZIP   HUFFMAN.DLL a generalized Compress/Expand function dynamic link
  171.              library for Windows. Also LZHUF.EXE, a simple test program for
  172. TVCACHE.ZIP  VCACHE.c (C source)
  173.              This code implements a replacement for VCache that caches
  174.              compressed data.
  175. WIZ31D.ZIP   WizUnZip 3.1 .DLL
  176.              UnZip is an extraction utility for archives compressed in .zip 
  177.              format (also called "zipfiles"). Although highly compatible 
  178.              both with PKWARE's PKZIP and PKUNZIP utilities for MS-DOS and 
  179.              with Info-ZIP's own Zip program, our primary objectives have 
  180.              been portability and non-MSDOS functionality.  
  181. WUNZ20SR.ZIP WIZUNZIP 2.0 - Infozip Unzip For Windows - Source (Freeware)
  182.              This archive contains the source files which you can use to
  183.              re-create WizUnZip 2.0. WizUnZip is a non-profit Windows
  184.              unzipper product, based on the Info-ZIP group's product, unzip.
  185.              Johnny Lee and I, who wrote the Windows interface code, have
  186.              chosen to place our code in the public domain for you to use
  187.              freely.
  188. XCEEDZIP.ZIP Xceed Zip Compression Library - Free Trial Version 2.3.2
  189.              This package contains the Delphi 1.0 and Delphi 2.0 VCLs, the 
  190.              Visual Basic VBX and the 32-bit OCX control.
  191. ZIPSVSDK.ZIP ZipServer is a tool for creating, updating, viewing and
  192.              extracting PKZIP 2.04g compatible archives. The Single User
  193.              Utility Edition is a tool for anybody operating an IBM
  194.              compatible computer with any Windows operation system. The
  195.              Development Kit is a tool for programmers allowing them to
  196.              place Zip and Unzip calls from their own Visual Basic,
  197.              PowerBuilder, FoxPro, MSAccess, MSExcel, MSWord, Delphi or C
  198.              program.
  199.  
  200.  
  201.