home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / MAGAZINE / DDJ9309.ZIP / README.ASC < prev   
Text File  |  1994-02-02  |  5KB  |  112 lines

  1. RECURSIVE.ASC
  2. Title: RECURSIVE WORLDS
  3. Keywords: SEP93  C   RECURSION   GRAPHICS   NUMERICS
  4. Published source-code examples accompanying Cliff Pickover's
  5. article on recursion. 
  6.  
  7. FPALIB.ASC
  8. Title: ARBITRARY PRECISION FLOATING-POINT ARITHMETIC
  9. Keywords: SEP93  C   FLOATING POINT    ARBITRARY PRECISION 
  10. Published examples and source code accompanying Fred Motteler's
  11. article presenting a general-purpose C library for extended precision
  12. and IEEE-754 compatibility. The package is K&R, ANSI C, and C++
  13. compatible. It supports single, double, double-extended, and longer
  14. IEEE-754 like formats aand is portable across operating systems, including
  15. UNIX and MS-DOS. Also see FPALIB.ZIP.
  16.  
  17. FPALIB.ZIP
  18. Title: ARBITRARY PRECISION FLOATING-POINT ARITHMETIC
  19. Keywords: SEP93  C   FLOATING POINT    ARBITRARY PRECISION 
  20. The complete package for Fred Motteler's article presenting a 
  21. general-purpose C library for extended precision
  22. and IEEE-754 compatibility. The package is K&R, ANSI C, and C++
  23. compatible. It supports single, double, double-extended, and longer
  24. IEEE-754 like formats aand is portable across operating systems, including
  25. UNIX and MS-DOS. Requires PKUNZIP.EXE to extract.     
  26.  
  27. JACAL.ASC
  28. Title: ALGEBRA AND THE LAMBDA CALCULUS
  29. Keywords: SEP93  
  30. Published source code that describe how Aubrey Jaffer
  31. implemented lambda calculus in "Jacal," a symbolic mathematics 
  32. system for the simplification and manipulation of equations. 
  33.  
  34. AARD.ASC
  35. Title: EXAMINING THE WINDOWS AARD DETECTION CODE
  36. Keywords: SEP93  WINDOWS   UNDOCUMENTED   MS-DOS   ENCRYPTION
  37. Published source code for Andrew Schulman's article that
  38. unravels encrypted and self-modifying code within Windows 3.1.
  39.  
  40. BIGNUM.ASC
  41. Title: THE Z80180 AND BIG-NUMBER ARITHMETIC
  42. Keywords: SEP93  C   MULTIPLE-PRECISION ARTHMETIC
  43. Published source code accompanying Burt Kaliski's article on 
  44. implementing 512-bit numerical operations on the Zilog
  45. Z80180 8-bit microcontroller.
  46.  
  47. NETSQL.ASC
  48. Title: ACCESSING NETWARE SQL FILES WITHOUT NETWARE SQL
  49. Keywords: NETWARE  SQL  BTRIEVE  C++ 
  50. Published souce code that accompanies Douglas Reilly's article 
  51. on techniques that let you use Btrieve, Netware's SQL file-manager engine,
  52. to duplicate the functionality of Netware SQL. This gives you access to
  53. Netware SQL files without requiring your users to have Netware SQL.
  54. Also see NETSQL.ZIP.
  55.  
  56. NETSQL.ZIP
  57. Title: ACCESSING NETWARE SQL FILES WITHOUT NETWARE SQL
  58. Keywords: NETWARE  SQL  BTRIEVE   C++
  59. Complete systems as described by Douglas Reilly in his article 
  60. on techniques that let you use Btrieve, Netware's SQL file-manager engine,
  61. to duplicate the functionality of Netware SQL. This gives you access to
  62. Netware SQL files without requiring your users to have Netware SQL.
  63. Requires PKUNZIP.EXE to extract.
  64.  
  65. PORT.ASC
  66. Title: PORTING FROM WORKSTATIONS TO PCs
  67. Keywords: SEP93     PORTING   FORTRAN  SIMULATED ANNEALING
  68. Published source-code examples that accompanies Barr Bauer's 
  69. article on porting Fortran applications from high-performance
  70. workstations to low-cost PCs. Barr ports to the PC "ann," a simulated
  71. program originally written for the VAX .
  72.  
  73. POLY.ASC
  74. Title: MODELING SYSTEMS WITH POLYNOMIAL NETWORKS
  75. Keywords: SEP93  POLYNOMINAL NETWORKS
  76. Published source code that accompanies Pete Varhol's 
  77. article on using polynominal networks to predict behavior.
  78.  
  79. PARDIGM.ASC
  80. Title: PROGRAMMING PARADIGMS COLUMN
  81. Keywords:  SEP93   MACINTOSH   APPLESCRIPT
  82. Souce-code examples (in AppleScript) that accompany Michael Swaine's
  83. column.
  84.  
  85. CPROG.ASC
  86. Title: C PROGRAMMING COLUMN
  87. Keywords: SEP93    C++   EXCEPTION HANDLING
  88. Published source-code examples that accompany Al Stevens'
  89. examination of exception handling in C++.
  90.  
  91. ALLEY.ASC
  92. Title: ALGORITHM ALLEY
  93. Keywords: SEP93    C++  ALGORITHMS   DATA COMPRESSION
  94. Published source code presented by Tom Swan in his column where
  95. Tom examines data compression techniques. Also see ALLEY.ZIP.
  96.  
  97. ALLEY.ZIP
  98. Title: ALGORITHM ALLEY
  99. Keywords: SEP93  C++  ALGORITHMS   DATA COMPRESSION
  100. Complete source code presented by Tom Swan in his column where he 
  101. examines data compression algorithms. Requires PKUNZIP.EXE to 
  102. extract.
  103.  
  104. UNDOC.ASC
  105. Title: UNDOCUMENTED CORNER
  106. Keywords: SEP93   WINDOWS   .RES FILE FORMAT
  107. In the first installment of this two-part article, Andrew Schulman 
  108. presents Pete Davis' examination of the Windows .HLP file format. This
  109. month, Pete explains the basic of the "WHIFS" B-tree syste.
  110.  
  111.  
  112.