home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1991 / 08 / readme.asc < prev   
Text File  |  1991-07-23  |  3KB  |  87 lines

  1. GENERATE.ASC
  2. Title: A SOURCE CODE GENERATOR FOR C
  3. Keywords: AUG91   C   SOURCE CODE GENERATOR
  4. Source code for C version of the language-independent source code 
  5. generator by Karl Vogel. Includes templates. Drops you into your 
  6. editor of choice. Also see VOGEL.ARC for complete system. 
  7.  
  8. LISPLIKE.ASC 
  9. Title: A LISP-STYLE LIBRARY FOR C 
  10. Keywords: AUG91   LISP   C   LIBRARY
  11. Source code that accompanies Daniel Ozick's article describing a 
  12. library that adds Lisp-like capabilities to C. Allows you to  
  13. manipulate variable-length, heterogeneous lits, self-identified 
  14. data objects and symbolic data.
  15.  
  16. CPPCONT.ASC 
  17. Title: GENERIC CONTAINER CLASSES IN C++
  18. Keywords: AUG91   C++  CLASSES
  19. Source code that accompanies Andrew Davidson article presenting 
  20. generic container classes in C++.
  21.  
  22. 386BSD.891
  23. Title: PORTING UNIX TO THE 386: THE BASIC KERNEL      
  24. Keywords: AUG91   UNIX   80386
  25. Source code (in C) that accopanies Bill and Lynne Jolitz's 
  26. article on building the 386BSD Unix kernel. Kernel services and 
  27. data structures are initialized here.
  28.  
  29. 68HC05.ASC 
  30. Title: C PROGRAMMING FOR THE 68HC05 MICROCONTROLLER
  31. Keywords: AUG91  EMBEDDED SYSTEMS   6805   C
  32. C source code written using the ByteCraft 68HC05 C compiler that 
  33. adds internal time-of-day clock to 68HC05. By Ted Van Sickle. 
  34. Also see VANSICK.ARC.
  35.  
  36. DECCONV.ASC
  37. Title: DECIMAL FRACTIONAL CONVERSION
  38. Keywords: AUG91    EMBEDDED SYSTEMS   ASM
  39. Short source code that presents Don Morgan's technique decimal 
  40. fractional conversion.
  41.  
  42. FAX.ASC
  43. Title: SCALING AND PRINTING FAXES FASTER
  44. Keywords: AUG91   C   PCX  FAX   SCALING
  45. Source code that implements Greg Pickles optimizations  for 
  46. speeding up fax printing on laser printers; presents interesting 
  47. scaling techniques. 
  48.  
  49. XSCHEME.ARC
  50. Title: TESTING C COMPILER PERFORMANCE
  51. Keywords:  AUG91  C  SCHEME   
  52. Complete source code for David Betz's XScheme version 0.28, an 
  53. object-oriented implementation of Scheme. Includes documentation.
  54.  
  55. CTEST.ARC
  56. Title: TESTING C COMPILER PERFORMANCE
  57. Keywords:  AUG91  FRACTALS   FLOATING POINT
  58. David Betz modifies and uses Dick Oliver's fractal tree program 
  59. (from DDJ, April 1991) to test floating-point performance. Also 
  60. includes a C version of the Fibonacci test he ran under XScheme.
  61.  
  62. C_PROG.ASC 
  63. Title: C PROGRAMMING COLUMN
  64. Keywords: AUG91  C  CUA/SAA 
  65. Al Stevens' continues his multi-part series on D-Flat, a SAA/CUA compliant 
  66. interface library for C. This month he fixes problems with 
  67. previous installments: dflat.h, config.h, and window.c. See 
  68. DLFAT5.ARC
  69.  
  70. DFLAT5.ARC
  71. Title: C PROGRAMMING COLUMN
  72. Keywords: AUG91  C  CUA/SAA 
  73. An ARC file that continues the complete source code for version 3 
  74. of D-Flat. Also see DFLAT.791.
  75.  
  76. GRAPH_PR.ASC
  77. Title: GRAPHICS PROGRAMMING COLUMN
  78. Keywords:  AUG91   GRAPHICS  VGA  MODE X  ASM
  79. Michael Abrash continues his discussion of VGA's undocumented 
  80. Mode X. Assembler source code.
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.