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

  1. FORTRAN.ASC
  2. Title: FORTRAN & GUIS
  3. Keywords: JUNE91   GUI   FORTRAN   WINDOWS 3
  4. Source code (in Fortran) for the article by John Bradbery that 
  5. illustrates programming techniques for adding graphical user 
  6. interfaces to Fortan applications. Includes code snippets for 
  7. Microsoft's Fortran for Windows.
  8.  
  9. CLOCK_P.ASC 
  10. Title: USING THE REAL-TIME CLOCK 
  11. Keywords: JUNE91   REAL-TIME CLOCK   TURBO PASCAL
  12. Source code that accompanies Kenneth Roach's article on how to 
  13. access the system real-time clock for faster performance using 
  14. Ken's homegrown time and date functions. Implemented in Turbo 
  15. Pascal. For a C version of this program, see CLOCK_C.ASC.
  16.  
  17. CLOCK_C.ASC 
  18. Title: USING THE REAL-TIME CLOCK 
  19. Keywords: JUNE91   REAL-TIME CLOCK   C
  20. Source code that implments Kenneth Roach's time and date routines 
  21. in Turbo C. This code is not published in the issue, but is 
  22. documented. For a Pascal version of this program, see 
  23. CLOCK_P.ASC.
  24.  
  25. FASTSORT.ASC
  26. Title: FAST SORTING USING LARGE STRING BUFFERS      
  27. Keywords: JUNE91  SORTING  BASIC
  28. Source code (in BASIC) that accopanies Dale Thorn's article on a 
  29. technique for fast sorting using large string buffers.
  30.  
  31. MATRICES.ASC 
  32. Title: EFFICIENTLY RAISING MATRICES TO AN INTEGER POWER
  33. Keywords: JUNE91  INTEGERS  POLYNOMIALS  C
  34. Source code written in C that presents Victor Duvanenko's 
  35. technique for efficiently raising matrices to integer powers.
  36.  
  37. MULTITSK.ASC
  38. Title: A MEDIUMWEIGHT-HEAVYWEIGHT FORTH MULTITASKER 
  39. Keywords: JUNE91 EMBEDDED SYSTEMS  MULTITASKING FORTH
  40. Forth code that implments Jack Woehr's multitasker that provides 
  41. preemption without additional overhead.
  42.  
  43. TSR.ASC
  44. Title: TAKING UP RESIDENCE WITH CODERUNNER 
  45. Keywords: JUNE91  TSR  C   EXAMINING ROOM
  46. Source code that implements a TSR memopad. Built using the 
  47. Coderunner C library from Microsystems Software.
  48.  
  49. TELSCOPE.ASC
  50. Title: CELESTRIAL PROGRAMMING WITH TURBO PASCAL
  51. Keywords: JUNE91  ASTRONOMY  TURBO PASCAL 
  52. Complete source code that implements the astrophotography system 
  53. described in Lars Frid-Neilson and Alex Lane's Programmer's 
  54. Workbench article. Includes capture and image enhancement. Requires 
  55. TurboVision.
  56.  
  57. DFLAT.691
  58. Title: C PROGRAMMING COLUMN
  59. Keywords: JUNE91  C  CUA/SAA 
  60. Al continues his multi-part series on D-Flat, a SAA/CUA compliant 
  61. interface library for C. This month he provides window classes 
  62. and configuration management. Also see DFLAT2.ARC.
  63.  
  64. DFLAT3.ARC
  65. Title: C PROGRAMMING COLUMN
  66. Keywords: JUNE91  C  CUA/SAA 
  67. An ARC file that continues the complete source code for version 3
  68. of D-Flat. Also see DFLAT.691.
  69.  
  70. GRAP_PR.ASC
  71. Title: GRAPHICS PROGRAMMING COLUMN
  72. Keywords:  JUNE91  GRAPHICS  
  73. Michael fills complex polygons in C and assembler.
  74.  
  75.  
  76. ARCE.COM
  77. Use ARCE to extract .ARC files including DFLAT3.ARC on this disk.