home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol085 / abstract.085 < prev    next >
Text File  |  1984-04-29  |  3KB  |  61 lines

  1.                     CONTENTS OF VOLUME #19
  2.  
  3. 1.      It is always nice to give others a program or two but the 
  4. better reward is to have those people return your programs bigger 
  5. and  better.  That  is the case in this volume.  I had written  a 
  6. tutorial   Pascal tree and donated it to the  group.  Ray  Penley 
  7. returned it with Tree4 and we saw great improvements. Now we have 
  8. a  near final version,  Tree5 by Rex Buddenberg.  It maintains  a 
  9. sorted list in a binary tree.  It is always possible to improve a 
  10. program  and  I  certain hope we continue this  trend  with  this 
  11. program.  But  it  now has disk storage,  deletion and  relinking 
  12. ability. Rex has done a good job. 
  13.  
  14. TREE5.COM/PAS/DOC        The main program
  15. DISC.PAS                 Procedures for reading and writing the
  16.                          leaves to disc file.
  17. ORDER.PAS                Procedures for traversing the tree.
  18. DELETE.PAS               Procedures for removing a record and
  19.                          relinking what is left.
  20. MENU.PAS                 Utility routines.
  21. DATA.DAT
  22.  
  23.      Rex has also done some converting. The following program was 
  24. converted  from  basic.  It prints a string of seven  letters  in 
  25. large  format- 10 X 7 of normal characters.  He explains some  of 
  26. his  trials  and  errors which all contribute  to  a  interesting 
  27. effort.  It  should  give  you some good ideas for things  to  do 
  28. yourself.
  29.  
  30. SIGNS.COM/DOC/PAS
  31. FONT.DAT                 This is how Rex filled the font.
  32.  
  33. 2.    Iron-Fingers  Penley  has been at it  again.  This  program 
  34. called  RUNOFF  is a text formatting program  patterned  somewhat 
  35. after the Runoff for the DEC PDP-11. The commands available are a 
  36. subset of those available in the original PDP-11 version also the 
  37. command  formats and actions are the same as the PDP-11  version. 
  38. However, there some new commands so look it over.
  39.  
  40. RUNOFF.COM/DOC/PAS/SUB
  41.  
  42. Ray  had  sent  the following programs several weeks  ago  but  I 
  43. couldn't  fit them in until now.  So this disk will be almost all 
  44. of  Ray's donations.  In answer to some user letters and his  own 
  45. curosity ,the following programs were created to answer a need.
  46.  
  47. PASDIR.COM/PAS           Allows user program to call directory.
  48. REMOVECC.COM/PAS         Will remove or change control characters
  49.                          also find Hi-bit or strip Hi-bit.
  50. TRIMCOLS.COM/PAS         Trims right column or trailing blanks.
  51. SUPERSUB.COM/ASM         Public domain up-date of Submit, it is
  52.                          enhanced and is to be used with XSUB
  53. XSUB.COM/PAS             Execute external programs via a Submit
  54.                          program generated with the user program.
  55.  
  56. PAUSE.COM/SRC            Short routine to print a message to
  57.                          the console, wait for any keypressed
  58.                          then return immediately to program.
  59.  
  60.  
  61.