home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1991 / 07 / readme.asc < prev    next >
Text File  |  1991-06-12  |  3KB  |  75 lines

  1. RECURSIV.ASC
  2. Title: RECURSIVE IMAGES
  3. Keywords: JULY91   GRAPHICS  FRACTALS  RECURSIVE  ITERATED SYSTEMS 
  4. Source code (in Turbo Pascal) for the article by Steven
  5. Janke that  illustrates recursive drawing programming techniques.
  6. A good example of iterated function systems and fractal geometry.
  7.  
  8. VGA.ASC 
  9. Title: SAVING AND RESTORING VGA SCREEN 
  10. Keywords: JULY91   VGA   GRAPHICS   ASM
  11. Source code that accompanies Ben Myers' article on saving and 
  12. restoring graphics screens using the VGA graphics controller and sequencer
  13. address registers. Uses assembler and QuickPascal.
  14.  
  15. 386BSD.791
  16. Title: PORTING UNIX TO THE 386: A STRIPPED-DOWN KERNEL      
  17. Keywords: JULY91   UNIX   80386
  18. Source code (in C) that accopanies Bill and Lynne Jolitz's article on 
  19. building the 386BSD Unix kernel.
  20.  
  21. COFF.ASC 
  22. Title: A COFF FILE LOADER FOR THE 34010 
  23. Keywords: JULY91  EMBEDDED SYSTEMS   34010 
  24. Source code written (in C and assembler) that presents Don Morgan's
  25. COFF (Common Object File Format) file loader for the TMS34010 controller.
  26.  
  27. MASM.ASC
  28. Title: MASM'S CHANGING FACE 
  29. Keywords: JULY91    MASM   ASSEMBLER
  30. Source code that accompanies Mike Schmit's "Examining Room" article 
  31. discussing the recently released Microsoft Macro Assembler 6.0 (MASM).
  32.  
  33. PCX_CPP.ASC
  34. Title: A C++ PCX FILE VIEWER FOR WINDOWS 3
  35. Keywords: JULY91   C++   PCX  WINDOWS 3
  36. Source code that implements Paul Chui's PCX file viewer for Windows 3
  37. in the "Programmer's Workbench" section. Uses Borland C++.
  38.  
  39. DFLAT.791
  40. Title: C PROGRAMMING COLUMN
  41. Keywords: JULY91  C  CUA/SAA 
  42. Al Stevens' continues his multi-part series on D-Flat, a SAA/CUA compliant 
  43. interface library for C. This month he discusses event and message 
  44. mechanism. Also see DFLAT3.ARC.
  45.  
  46. DFLAT3.ARC
  47. Title: C PROGRAMMING COLUMN
  48. Keywords: JULY91  C  CUA/SAA 
  49. An ARC file that continues the complete source code for version 3 
  50. of D-Flat. Also see DFLAT.791.
  51.  
  52. GRAPH_PR.ASC
  53. Title: GRAPHICS PROGRAMMING COLUMN
  54. Keywords:  JULY91 GRAPHICS  VGA 
  55. Michael Abrash discusses VGA's undocumented Mode X that supports 
  56. page flipping, makes off-screen memory available, has square pixels,
  57. and increases performance by as much as four times. Source is primarly
  58. in assembler with some C.
  59.  
  60. STRUC_PR.ASC
  61. Title: STRUCTURED PROGRAMMING COLUMN
  62. Keywords:  JULY91   PASCAL  COMMUNICATIONS
  63. Jeff Duntemann continues his communication project, this month 
  64. presenting Pascal code for detecting the serial port.
  65.  
  66. WIN_BOOK.ASC
  67. Title: PROGRAMMER'S BOOKSHELF COLUMN
  68. Keywords: JULY91  BOOKS   WINDOWS 3
  69. Andrew Schulman uses the disks accompanying several Windows 3 programming
  70. books to write these programs.
  71.  
  72.  
  73.  
  74.  
  75.