home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL30.ARJ / VOL3003 < prev    next >
Text File  |  1992-01-21  |  4KB  |  106 lines

  1. Programmatheek volume 3003
  2.  
  3. Nummer  Naam         Maat   Datum   Kommentaar
  4.         CATALOG  003  1977 22-09-88 This List.
  5. 3003.01 PARTA    PAS 14848  6-11-85 Pretty Procedure.
  6. 3003.02 PARTB    PAS 17152  6-11-85 Pretty Procedure.
  7. 3003.03 PARTC    PAS 10624  6-11-85 Pretty Procedure.
  8. 3003.04 PRETTY   PAS   384  6-11-85 Pretty print program.
  9. 3003.05 ADV1     PAS  4352  7-11-85 Write your own adventure game.
  10. 3003.06 ADV1UNT1 PAS  4736  7-11-85 Adventure Procedure.
  11. 3003.07 ADV1UNT2 PAS 10496  7-11-85 Adventure Procedure.
  12. 3003.08 ADV1UNT3 PAS  7168  7-11-85 Adventure Procedure.
  13. 3003.09 ADV1UNT4 PAS  6656  7-11-85 Adventure Procedure.
  14. 3003.10 LASTCOM  LBR 13440 27-06-85 Library with several procedures.
  15. 3003.11 ARITH    PAS  7957  6-11-85 PibCalc Procedure.
  16. 3003.12 DISPLAY  PAS  5427  6-11-85 PibCalc Procedure.
  17. 3003.13 DOGUYS   PAS 27248  6-11-85 PibCalc Procedure.
  18. 3003.14 DUPL     PAS  2078  6-11-85 PibCalc Procedure.
  19. 3003.15 EDITHELP PAS   564  6-11-85 PibCalc Procedure.
  20. 3003.16 EDITSTRI PAS 10471  6-11-85 PibCalc Procedure.
  21. 3003.17 ERRORS   PAS  4772  6-11-85 PibCalc Procedure.
  22. 3003.18 EXPRESSI PAS 20615  6-11-85 PibCalc Procedure.
  23. 3003.19 GETTOK   PAS 21598  6-11-85 PibCalc Procedure.
  24. 3003.20 INITCALC PAS  8616  6-11-85 PibCalc Procedure.
  25. 3003.21 MATHROUT PAS  4648  6-11-85 PibCalc Procedure.
  26. 3003.22 PIBCALC  HLP  9472  6-11-85 Helpfile.
  27. 3003.23 PIBCALC  PAS 25227  6-11-85 Programmable calculator.
  28. 3003.24 READLINE PAS  4887  6-11-85 PibCalc Procedure.
  29. 3003.25 README   DOC  3584  6-11-85 How to extract file of an .LBR file.
  30. 3003.26 SCREENRO PAS  7262  6-11-85 Function to determine mono or color screen.
  31. 3003.27 SETGUYS  PAS  1949  6-11-85 PibCalc Procedure.
  32. 3003.28 PIBPICT  LBR 20224 29-03-85 Library file.
  33. 3003.29 CUBE     PAS  2816  7-11-85 Rotating cube.
  34. 3003.30 GRAFDEMO PAS  4352  7-11-85 3-D Graphics demo.
  35. 3003.31 GRAPH    PAS  3456  7-11-85 Creates a 3-D surface for the function
  36.                                     Z=z(X,Y).
  37. 3003.32 UTIL     PAS  2944  7-11-85 Video utility procedures.
  38. 3003.33 CLEANUP2 PAS 15632 17-09-85 Cleans up Pascal source code for printing.
  39.         VOL3003  ABS  2230 22-09-88 Volume Abstract.
  40.                35 File(s)    33792 bytes free
  41.  
  42. This disk contains miscellaneous TurboPascal 3.00 sources.
  43.  
  44. PIBCALC
  45.  
  46. PibCalc is an interactive desk calculator designed for use especially by
  47. programmers. PibCalc tries to combine the features from better pocket calcula-
  48. tors with the expression syntax of the common algorithmic programming
  49. languages.
  50.  
  51. PibCalc offers the following features:
  52.  
  53.    Integer and Real Floating Point Arithmentic
  54.    Octal, Decimal, and Hexadecimal Bases.
  55.    The usual arithmetic operators.
  56.    Common mathematical functions.
  57.    User-defined variables.
  58.    User-defined functions.
  59.  
  60.  
  61. PRETTY
  62.  
  63. Gives the Pascal listing a better outlook. Reserved words in capitals etc.
  64.  
  65.  
  66. ADV1
  67.  
  68. This is an example of the PASCAL language features that are useful in writing
  69. an adventure game. This program was originally published in the book
  70. "Programming Your Own Adventure Games in PASCAL" by Richard C. Vile, Jr.,
  71. published by TAB Books, Inc., Blue Ridge Summit, PA. 17214  308 pg., $13.95.
  72.  
  73. This is adventure program #1 from the book, which as far as adventure games
  74. goes, is very crude at best, but it incorporates some of the powerful features
  75. of the PASCAL language, and as such, it is a very good learning tool. There are
  76. two more programs in the book, each a more expanded and complex version of the
  77. previous one.
  78.  
  79.  
  80. LASTCOM.LBR
  81.  
  82. Contains saving and restoring registers, window handling and repeating up to
  83. the 10 last commands (sic!).
  84.  
  85.  
  86. GRAPHDEMO, GRAPH, CUBE
  87.  
  88. Miscellaneous programs demonstrating 3D and graphic usage.
  89.  
  90.  
  91. UTIL
  92.  
  93. Turbo video utility procedures:
  94. Procedure LoadGraf. This procedure loads a disk file of High resolution
  95. graphics into the Buffer and then Move's the Buffer contents into Video memory.
  96.  
  97. The use of Move with two or more Buffers allows rapid swapping of graphics in
  98. and out of Video!!!  This results in the appearance of motion and can be used
  99. to construct animation or moving pictures such as the spheres in my
  100. demonstration.
  101.  
  102. Procedure GrafSave (stores High Resolution Graphics from the screen to disk).
  103.  
  104. Procedure Vwrite. This procedure writes text with the selected Video attribute.
  105. This allows full access to any combination of reverse, intensified, and
  106. blinking text display.