home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / sigmv022.ark / ABSTRACT.022 < prev    next >
Encoding:
Text File  |  1985-02-10  |  3.1 KB  |  75 lines

  1.  
  2.  
  3.      Frankly¼á ╔ though⌠ tha⌠ thi≤ disδ woulΣ takσ ß littlσ whilσ ì
  4. t∩ ge⌠ togeather«  Bu⌠ Ra∙ Penley¼ BoΓ HarscΦ anΣ ß milΣ donatioε ì
  5. b∙á mσá brough⌠á thi≤á volumσá togeathe≥ s∩á fas⌠á ╔á almos⌠á go⌠ ì
  6. overloaded«á  Thσá utilit∙ leve∞ i≤ increasinτ also«á  Therσá arσ ì
  7. somσá ver∙á gooΣ program≤ oε thi≤ disδ tha⌠ arσá oµá professiona∞ ì
  8. quality.  It seems that we are a success.
  9.      
  10. 1.   CFIO.LIB       Add this to your library.  It is a program
  11.                     to help you open files, really nice. By the
  12.                     way ,the CF means Connect Files.   
  13.  
  14. 2.   CONCORD.COM    This a program that builds an alphabetical
  15.             .PAS    listing of all the distinct words which
  16.             .CCD    appear in a text file.(Useful by a programer
  17.                     in locating garbage variables in a program)
  18.                     Makes heavy use of pointers and the data
  19.                     string. Some good ideas here.
  20.  
  21. 3.   COSINE.PAS     Before the bug got fixed, this was our
  22.            .REL     subsituted Cosine program. It is now new
  23.            .SRC     and improved.
  24.  
  25. 4.   GEN5.COM       A demo on accessing CP/M files and read-
  26.          .PAS       them back. Instructional for the noivce.
  27.  
  28. 5.   GRAPH1.COM     A demo on creating a graphic representation
  29.            .PAS     of a function.
  30.  
  31. 6.   ISORTV1.COM    A insertion sort with linked list.This
  32.             .PAS    program can be easily adapted to sort single
  33.                     characters, integer numbers, real numbers
  34.                     months or any item that can be ordered.
  35.  
  36. 7.   LINENOS.COM    Many times it is difficult to keep track
  37.             .PAS    of text lines. This program will number
  38.                     your lines for you so it will be easy to
  39.                     count or find.
  40.  
  41. 8.   POINT.COM      A demo on the use of pointers taken from
  42.           .PAS      page 49 of the Pascal/Z manual.
  43.  
  44. 9.   RANDOM.MAC     A professional random number generator
  45.                     for your library. Two years of testing
  46.                     went into this one, should be good.
  47. 9A.  RANDOM.PAS     Something simple Bob threw in.       
  48.  
  49. 10.  SINCOS.SRC     A debugged sine/cosine that works.
  50.            .REL
  51.  
  52. 11.  STRLIB.DOC     Ray Penley's latest updated string lib.
  53.            .LIBè
  54. 12.  TRIG4.COM      A simple Demo program that builds a
  55.           .PAS      short Trig chart.
  56.  
  57. 13.  XREFG2.COM     This is a binary tree type cross-ref
  58.            .PAS     generator. Very useful and very in-
  59.                     structive.
  60.  
  61. 14.  ZPTEX.COM      A very simple text formatter intended
  62.           .PAS     for CAI. Lesson 4 is a sample.
  63.      LESSON4.
  64.  
  65. 15.  RECIPE.COM     Here is a good example of what can
  66.            .PAS     be done. RAY took a Basic program and
  67.            .MST     converted it to Pascal/Z. Your wifes
  68.      RCPDAT.YYY     will love this program because it is
  69.                     practical, useable AND its not your
  70.                     simple recipe program. Its for left
  71.                     overs also.
  72.  
  73. 16.  FCLOSE.COM     Three different ways to close a file
  74.        .PAS        in Pascal/Z.
  75.