home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1986 / 05 / readme.may < prev    next >
Text File  |  1986-05-31  |  2KB  |  49 lines

  1.  
  2. CRYPTO.MAY
  3.  
  4.     Keywords: SCACCHITI MAY86 C CPM CRYPTOGRAPHY TOOLBOX ENCRYPTION
  5.  
  6.     CRYPTOGRAPHER'S TOOLBOX: By F. A. Scacchitti The listings here (eight in
  7.     all) consist of a cypher shell program along with three cypher algorithms,
  8.     any one of which may be employed with this the shell. Four utilities to aid
  9.     in the development and testing of encryption schemes are also included.
  10.     (May '86, DDJ #115) 8 listings;
  11.  
  12. D16BIT.MAY
  13.  
  14.     Keywords: BIOS EXTENSION WINDOW VIDEO SEAL MAY86 8086-88
  15.  
  16.     Video window manager, extension for IBM ROM BIOS.  Loads and stays
  17.     resident, takes over Int 10H, intercepts some calls. By John Seal.
  18.     Published in May 86 DDJ 16-Bit Software Toolbox.
  19.  
  20. GRAPHCS.MAY
  21.  
  22.     Keywords: BARKAKATI MAY86 / C / EGA GRAPHICS
  23.  
  24.     Simple plots with the enhanced graphics adapter:
  25.      BY Nabajyoti Barkakati
  26.     With a little help from Breshenham's Algorithm (DDJ #103 May '85 ) and the
  27.     int86()  function of Lattice C 2.14,these routines were written to generate
  28.     simple plots on an IBM Enhanced Color Display with Enhanced Color Graphics
  29.     Adapter (EGA) in its (640 x 350) high resolution mode (listing2). The
  30.     modules may be tested using the SINE.C sample program (listing1). (May
  31.     '86, DDJ #115) Listings 1 & 2;
  32.  
  33. LETTERS.MAY
  34.  
  35.     Keywords: LETTERS MAY86/ C / LASERJET PRINTER UTIL
  36.  
  37. A printing utility for the HP LaserJet.
  38. This program prints a series of files on the LaserJet printer.  The files are
  39. printed in a ``landscape'' font at 17 characters to the inch.  To take
  40. advantage of this density, two ``pages'' of information from the file are
  41. printed on each piece of paper (left and right halves). This program is
  42. compatible with Lattice C on the IBM PC and the HP Touchscreen computers.
  43.  
  44. XASSM.LST
  45.  
  46.     Keywords: ANDERSON MAY86 MODULA-2 68K CROSS ASSEMBLER
  47.  
  48.     Modula-2: A 68000 Cross Assembler - By Brian R. Anderson
  49.