home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol080 / abstract.080 < prev    next >
Encoding:
Text File  |  1984-04-29  |  3.4 KB  |  79 lines

  1.                     CONTENTS OF VOLUME 16
  2.  
  3.      I am continuely being surprised by the diverse donations that 
  4. are  submitted  by our members.  This disk varies from a  Cancer 
  5. Research Professor in Hawaii to a Coast Guard Officer in  Oregon. 
  6. Don't get me wrong, I love it. Here's hoping you will too.
  7.  
  8. 1.   James Bearden,  of Hawaii,  had to really work at contacting 
  9.      us.  His  North  Star would not run our disks so he  had  to 
  10.      modem them to a local member,  who then modemed them to a 8" 
  11.      friend,  who in turn gave them to me. So James was certainly 
  12.      serious about his donation. 
  13.  
  14.      ARTIL.DOC      This is a simulation of an artillery battle
  15.      ARTIL/Z.COM    between two players--the source is in
  16.      ARTIL/Z.PAS    Pascal/M and Pascal/Z.Besides being a 
  17.      ARTIL/M.PAS    computer game for two people(unlike most
  18.                     available, which are for one person against
  19.                     the computer)and the kind of game which
  20.                     requires more thought than luck(usually)
  21.                     it shows some programming techniques that
  22.                     may be useful. A comparsion between Z and
  23.                     M is always interesting also.
  24.  
  25.      SAMPLE.DOC     If you like to compare speed records for
  26.      SAMPLE/C.BAS   your software and/or hardware agaist other
  27.      SAMPLE/C.C     people's, here are two more in six different
  28.      SAMPLE/C.COM   languages. 
  29.      SAMPLE/M.PAS
  30.      SAMPLE/N.BAS
  31.      SAMPLE/S.BAS
  32.      SAMPLE/S.COM
  33.      SAMPLE/Z.COM
  34.      SAMPLE/Z.PAS
  35.                     
  36.      GOTOXY.PSP     Translations of two of the console-control
  37.      CONACT.PSP     procedures from Pascal/M and UCSD.Used on
  38.      CONSOLE.DOC    the Micro-Term ACT-IV. Duplicates functions
  39.                     of GOTOXY and CONACT.
  40.         
  41.      RANDON.PSP     Taken from PROGRAMMING IN PASCAL, by Peter 
  42.                     Grogono, pp. 117-119,with "Modulus" reduced 
  43.                     to "Maxint" to accommodate Pascal/Z limits.
  44.                     Returns a pseudo-random number between 0 and 
  45.                     1.0, inclusive, and should generate "Maxint" 
  46.                     (32767) such numbers before repeating itself.
  47.  
  48.      CALENDAR.DOC   Some more calenders but nice to have anyway.
  49.      PINUP82.CAL
  50.      SNOOPY82.CAL
  51.  
  52. 2.    Rex  Buddenberg,  of the Coast Guard,  teaches  and  he 
  53.      found a good use for these programs in school.
  54.  
  55.      SIGHTRED.DOC   This program contains the formulae for
  56.      SIGHTRED.COM   performing the spherical triangle
  57.      SIGHTRED.PAS   calculations associated with celestial 
  58.                     naviagation. It has practical value.
  59.   
  60.      SORT.DOC       Rex modified the NAD-3 program to suit
  61.      SORT.PAS       a Coast Guard Radio Room need. An interest-
  62.      SRTPRT.PAS     ing application and one everyone should
  63.                     look at just out of curosity.
  64.  
  65.      TED.COM        Rex sez he uses this simple Editor all the
  66.      TED.DOC        time, its Public Domain and it you don't
  67.             have any, this will do since the price is
  68.             right.
  69.  
  70. 3.  Those two almost filled a disk by themselves. The following
  71.     program is a filler, but has something to offer.
  72.  
  73.      CHECKLN.PAS    For those who are building modules for
  74.      CHECKLN.COM    acoounting packages, this can be a good
  75.             seed. It will take a dollar figure and
  76.             print out its equivilant in text. I would
  77.             say it could end up as a check writing
  78.             component.
  79.