home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol069 / abstract.069 < prev    next >
Text File  |  1985-02-09  |  4KB  |  80 lines

  1.                     CONTENTS OF VOLUME #13
  2.  
  3.      Ou≥á softwarσ donation≤ arσ graduall∙ becominτ morσ anΣ morσ ì
  4. sophisticated« Thi≤ volumσ ha≤ somσ excellen⌠ seeΣ idea≤ fo≥ sucΦ ì
  5. thing≤ a≤ graphics¼á B-tree≤ usinτ pointers¼á automatiπá Termina∞ ì
  6. inclusion, and a excellent demo for File I/O.
  7.  
  8. 1«áá  Fo≥á thosσá interesteΣá iεá Graphics¼áá RicharΣá Burke∞á oµ ì
  9.       Cincinnati Control Dynamics Inc. in Ohio took the trouble 
  10.       t∩á conver⌠á thσá softwarσ iεá thσá articlσá "3-Dimensiona∞ ì
  11.       Computer Graphics "(written by Franklin Crow) published in
  12.       "Byte" of March & April (1981). For those of you who pursue 
  13.       this to a successful conclusion let us know. Even better,
  14.       send us a donation.
  15.  
  16.      GRAPHICS.PAS/COM              INIT.PAS
  17.      FILES.PAS                     MAKE.PAS
  18.      UTIL.PAS                      CUB++.DAT
  19.      CUBE1.DAT                     CUBE2.DAT
  20.      PYRAMID.DAT                   SOLID.DAT
  21.  
  22. 2.   Roy Allen ,of Mill Valley, California  combined a Game with 
  23.      Pascal/Z's direct File access t∩á comσá u≡á witΦ aε excellen⌠ 
  24.      Demo«á Thσ gamσá i≤á aεá olΣ favorite called ANIMALS. 
  25.      Everything that ANIMALS learns is containeΣá iε thσ pai≥ oµ 
  26.      file≤ calleΣ Beasts«á Iµ file≤á b∙ those names are not found 
  27.      on the currently-logged disk, the program will create a new 
  28.      set of files. It starts out with only two animals so you'll 
  29.      have to have your kids teach it  some.
  30.  
  31.      ANIMALS.PAS/COM               BEASTS.QQQ
  32.                                    BEASTS.QQX
  33.  
  34. 3.   Ray Penley is working in a computer store called BIT-WIT in
  35.      Clinton¼á MarylanΣá s∩á wherσá hσá get≤ thσá timσá t∩á writσ ì
  36.      programs is beyond me, however, here is his latest donations.
  37.           This first group is a Terminal installation program. It
  38.      come≤áá jus⌠á iεá timσá t∩á hel≡á makσá ou≥á program≤áá morσ ì
  39.      transportable. 
  40.      
  41.      INSTALL.PAS/PAS/DOC           Terminal installation program.
  42.      TERMIO.PAS                    Source for procedures that are
  43.                                    included in user's program.
  44.      TERMIO.LIB                    Edited version  that is to be
  45.                                    included in Pascal program.
  46.      TERMIO.VA╥ááá                Variable≤ fo≥ functioε INITTERM
  47.      TERMIO.FIL                    Terminal data file.
  48.  
  49.      Ray also included a clever little game to demostrate how his
  50.      INSTALL program works. It looks for the terminal data file
  51.      "TERMIO.FIL". The game moves three characters around on the
  52.      termina∞á screen«á Character≤ direction≤ ma∙ bσá changeΣá iε ì
  53.      real time also.
  54.  
  55.      LEGAME.PAS/COMè
  56. 4«áá   M∙áá continuinτáá interes⌠á iεá learninτá Pascal/┌á t∩áá ß ì
  57.      professiona∞á deptΦá ha≤á leΣ mσ int∩á somσá strangσá areas« ì
  58.      Presently¼á ╔ aφ workinτ iε thσ Binar∙ Treσ area«á Thr⌡á thσ ì
  59.      usσá oµ pointer≤ ╔ aφ explorinτ thσ way≤ Tree≤ anΣá pointer≤ ì
  60.      can better simple databases. TREE2 is a interesting example.
  61.      I'll be writing a tutorial on it later, but if you want a
  62.      simplσá examplσá oµ Post-order¼á In-orde≥ anΣá Pre-orde≥á iε ì
  63.      traversaling a tree review TREE2. 
  64.  
  65.      TREE2.PAS/COM
  66.  
  67.        The bench check that was used to compare MT+ and Pascal/Z
  68.      wasn't correct in that Byte article. So when I looked at it
  69.      I cleaned it up but the reason I am including it here is not
  70.      the bench check aspect but the algorithm. It had some pretty
  71.      shifty thinking. So I included it just as a curosity item. 
  72.  
  73.      BENCH.PAS/COM
  74.  
  75.        MILEAGE came out of the class room. I cleaned it up and
  76.      adapted it to Pascal/Z. It'll figure out your MPG.
  77.  
  78.      MILEAGE.PAS/COM
  79.  
  80.