home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / ootp / read.me < prev    next >
Text File  |  1994-04-30  |  3KB  |  89 lines

  1. /// Remark from the sampler:
  2. /// The original names of the directories are changed
  3. /// for the purpose of getting conform with ISO 9600,
  4. /// do the extensions where cut.
  5. /// Because of the alpahbetic order, the directories
  6. //// CHAP1 to CHAP9 where renamed to CHAP01 to CHAP09.
  7.  
  8.  
  9. READ.ME
  10.  
  11. The files on this disk are the source code listings for the
  12. programs in the book.  The listings are stored in
  13. subdirectories that correspond to the ten chapters in the
  14. book.
  15.  
  16.  Directory of \CHAP1.LST
  17.  
  18. LIST1_1.PAS  Example of Turbo Pascal record
  19. LIST1_2.PAS  Example of Turbo Pascal object
  20. LIST1_3.PAS  Temperature program
  21. LIST1_4.PAS  Imitating objects
  22.  
  23.  Directory of \CHAP2.LST
  24.  
  25. LIST2_1.PAS  Sending messages to people
  26. LIST2_2.PAS  Sending messages to different types of people
  27. LIST2_3.PAS  Pump control example
  28.  
  29.  Directory of \CHAP3.LST
  30.  
  31. LIST3_1.PAS  Tags unit
  32. LIST3_2.PAS  Control system using Tags unit
  33. LIST3_3.PAS  NewTags unit (with NewPump)
  34. LIST3_4.PAS  Control system using NewTags
  35.  
  36.  Directory of \CHAP4.LST
  37.  
  38. LIST4_1.PAS  Plotdata unit
  39. LIST4_2.PAS  Performance curve of NewPump using Plotdata
  40. LIST4_3.PAS  Three plots for control system simulation
  41.  
  42.  Directory of \CHAP5.LST
  43.  
  44. LIST5_1.PAS  Elf
  45. LIST5_2.PAS  Elf and VirtualElf (without virtual methods)
  46. LIST5_2A.PAS Listing 5-2 with virtual methods
  47. LIST5_3.PAS  Sections of Tags unit to change
  48. LIST5_4.PAS  Changes made to Tags unit
  49. LIST5_5.PAS  Program to test changes made to Tags unit
  50. LIST5_6.PAS  French verbs
  51. LIST5_7.PAS  French verbs using FrenchVb unit
  52. FRENCHVB.PAS LIST5_6.PAS as a unit.
  53.  
  54.  Directory of \CHAP6.LST
  55.  
  56. LISTOBJ.PAS  List object unit (listing 6-1)
  57. LIST6_2.PAS  Program to test ListObj unit
  58. LIST6_3.PAS  Program used with debugger
  59.  
  60.  Directory of \CHAP7.LST
  61.  
  62. MTEST5OB.PAS  Program creates MTEST5.OBJ without assembler
  63. MOUSE.PAS     Mouse handling code
  64. LIST7_2.PAS   Program that exercises window unit
  65. MTEST5.ASM    Mouse interrupt subroutine source code
  66. MTEST5.OBJ    Mouse interrupt subroutine object code
  67. MYWINDOW.PAS  Window unit
  68.  
  69.  Directory of \CHAP8.LST
  70.  
  71. TRIANGLE.PAS
  72. TRIGL.PAS
  73.  
  74.  Directory of \CHAP9.LST
  75.  
  76. BUDGET.PAS    Example program for object-oriented database
  77.  
  78.  Directory of \CHAP10.LST
  79.  
  80. PROROBOT.PAS  Code for Point and Segment object types
  81. LIST10_2.PAS  Prototype code for RobotArm
  82. LIST10_3.PAS  Program demonstrating one-segment robot
  83. ROBOTSEG.PAS  Upgraded version of ProRobot
  84. ROBOT_A.PAS   RobotArm object type
  85. ROBOT_B.PAS   RobotArm2 object type
  86. LIST10_7.PAS  Program demonstrating two-segment robot
  87. READ.ME
  88.  
  89.