home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / sampler / 01 / inhalt.txt
Encoding:
Text File  |  1988-09-09  |  2.0 KB  |  78 lines

  1. Subdir \COUNTER 
  2.  
  3. Counter (version 2.0) by Rafael Del Vecchio enables its user to set up
  4. event counters that can replace their mechanical counterparts. Written
  5. in Turbo Pascal 4.0, this program provides up to 20 counters for use on
  6. your PC, with output that can be directed to the printer or a file.
  7.  
  8. Associated files ----------------------------
  9.  
  10. COUNTER.PAS
  11. COUNTER1.PAS
  12. COUNTER2.PAS
  13. COUNTER3.PAS
  14. COUNTER.EXE
  15.  
  16.  
  17. Subdir \CURVES 
  18.  
  19. Curve ++ (version T1.0) by Stephen Callender is a Turbo Pascal 3.0 program
  20. that performs multiple regression on X and Y data and then draws a line that
  21. will best match the data. The user can choose from four lines - straight,
  22. exponential, logarithmic or power. This program has addional files to 
  23. make it compatible with Turbo Pascal 4.0.
  24.  
  25. Associated files ----------------------------
  26.  
  27. CURVE.PAS
  28. ASSAY.TXT
  29. CURVE.COM
  30. CURVE4.EXE
  31. CURVE4.PAS
  32. PRINTOUT.INC
  33. PT.LAS
  34. README
  35. SAMPLE.INC
  36. SAMPLE2.INC
  37. SAMPLE4.INC
  38. SAMPLE4B.INC
  39. SPACER.INC
  40. TOOLS.INC
  41. TOOLS4.INC
  42.  
  43.  
  44. Subdir \DIVERSE
  45.  
  46. UNITS
  47.  
  48. Getting to Know Units - Swan
  49. This square one article introduces experienced and novice Turbo Pascal
  50. programmers alike to a new feature of Turbo Pascal version 4.0 - UNITS! The
  51. article goes into detail on what units are, how their used and why they're
  52. necessary.
  53.  
  54.    
  55.  
  56. PROCES
  57.  
  58. "Communicating with Child Processes" -- Neil Rubenking
  59. Turbo Pascal 4.0 includes an EXEC procedure that runs DOS .COM or EXE files
  60. as child processes.  The author explains EXEC's operation and presents two
  61. methods for communicating between parent and child process, with code
  62. examples.
  63.  
  64.  
  65.  
  66. EXBINE
  67.  
  68.     
  69. "Exploring the Borland Binary Editor" -- Jeff Duntemann With Release 2.0 of
  70. the Turbo Pascal Editor Toolbox, Borland has released in object-code form
  71. the editor used in Turbo Basic, Turbo C, and Turbo Pascal 4.0.  The author
  72. explains how the Binary Editor may be linked into their Turbo Pascal
  73. applications, and presents two small example editor programs incorporating
  74. the Binary Editor.
  75.     
  76.     
  77.  
  78.