home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol015 / catalog.037 < prev    next >
Encoding:
Text File  |  1984-04-29  |  5.5 KB  |  135 lines

  1. VOLUME 37
  2.  
  3. CBASIC2 programs: (coded in comments)
  4. (1) Comprehensive arithmetic teaching programs;
  5. (2) CRAPS program; 
  6. (3) some accounting programs; 
  7. (4) parts list program
  8. (5) Basic interpreter keyword changer (not CBASIC)
  9.  
  10. NUMBER    SIZE    NAME        COMMENTS
  11.  
  12.         -CATALOG.037    CONTENTS OF CP/M VOL. 37
  13.     6K    ABSTRACT.037    Abstract of disk contents
  14. 37.1    3K    AREA.BAS    (1) Metric conversion in CBASIC
  15. 37.2    2K    AREA.INT    (1) INT of above
  16. 37.3    3K    CHAIN.BAS    (1) Menu program for arithmetic
  17.                     drills.
  18. 37.4    2K    CHAIN.INT    (1) INT of above
  19. 37.5    1K    COMMON1.TXT    (1) Part of arith. drill progs.
  20. 37.6    1K    COMPILE.SUB    (1) Compiles arith. drill progs
  21. 37.7    3K    CPUPARTS.BAS    (4) Data table for MANPARTS
  22. 37.8    41K    CRAPS.BAS    (2) Very complete program
  23. 37.9    1K    CRAPS.DOC    (2) DOC on above
  24. 37.10    19K    CRAPS.INT    (2) INT of above
  25. 37.11    3K    DEC1.BAS    (1) Arithmetic drill
  26. 37.12    2K    DEC1.INT    (1) INT of above
  27. 37.13    2K    DEC2.BAS    (1) Arithmetic drill
  28. 37.14    2K    DEC2.INT    (1) INT of above
  29. 37.15    3K    DEC3.BAS    (1) Arithmetic drill
  30. 37.16    2K    DEC3.INT    (1) INT of above
  31. 37.17    3K    DEC4.BAS    (1) Arithmetic drill
  32. 37.18    3K    DEC4.INT    (1) INT of above
  33. 37.19    3K    DEC5.BAS    (1) Arithmetic drill
  34. 37.20    3K    DEC5.INT    (1) INT of above
  35. 37.21    3K    DEC6.BAS    (1) Arithmetic drill
  36. 37.22    3K    DEC6.INT    (1) INT of above
  37. 37.23    3K    DECIMAL.BAS    (1) Arithmetic drill
  38. 37.24    2K    DECIMAL.INT    (1) INT of above
  39. 37.25    2K    DISK.PRN    (2) More doc on CRAPS
  40. 37.26    3K    DISTANCE.BAS    (1) Metric conversions drill
  41. 37.27    3K    DISTANCE.INT    (1) INT of above
  42. 37.28    5K    FORMULA.BAS    (1) Drill formulas, volume, etc
  43. 37.29    4K    FORMULA.INT    (1) INT of above 
  44. 37.30    3K    FRAC1.BAS    (1) Arithmetic drill
  45. 37.31    2K    FRAC1.INT    (1) INT of above
  46. 37.32    3K    FRAC2.BAS    (1) Arithmetic drill
  47. 37.33    2K    FRAC2.INT    (1) INT of above
  48. 37.34    3K    FRAC3.BAS    (1) Arithmetic drill
  49. 37.35    2K    FRAC3.INT    (1) INT of above
  50. 37.37    3K    FRAC4.BAS    (1) Arithmetic drill
  51. 37.37    2K    FRAC4.INT    (1) INT of above
  52. 37.38    4K    FRACTION.BAS    (1) Arithmetic drill
  53. 37.39    3K    FRACTION.INT    (1) INT of above
  54. 37.40    1K    GRADE.BAS    (1) Arith drill grading program
  55. 37.41    1K    HEADER.BAS    (1) %Include for drill progs.
  56. 37.42    4K    INTEGER.BAS    (1) Arithmetic drill
  57. 37.43    3K    INTEGER.INT    (1) INT of above
  58. 37.44    13K    JRNL.BAS    (3) Accounting program
  59. 37.45    9K    JRNL.INT    (3) INT of above
  60. 37.46    1K    MANPARTS.BAS    (4) Manufactured parts program
  61. 37.47    3K    NEWFRAC2.BAS    (1) Arithmetic Drill program
  62. 37.48    1K    PARTS.BAS    (4) Parts list generator
  63. 37.49    2K    PASSWORD.BAS    (5) Change BASIC keywords to
  64.                     protect your programs
  65. 37.50    3K    PERCENT.BAS    (1) Arithmetic drill program
  66. 37.51    2K    PERCENT.INT    (1) INT of above
  67. 37.52    3K    VOLUME.BAS    (1) Arithmetic drill program
  68. 37.53    2K    VOLUME.INT    (1) INT of above
  69. 37.54    3K    WEIGHT.BAS    (1) Arithmetic drill program
  70. 37.55    2K    WEIGHT.INT    (1) INT of above
  71. 37.56    3K    WHOLE.BAS    (1) Arithmetic drill program
  72. 37.57    2K    WHOLE.INT    (1) INT of above
  73.  
  74.  
  75.  
  76. -------------------- VOLUME 37 ABSTRACTS ----------------------
  77.  
  78. TITLE:  BASIC:  MATH PROBLEMS, CRAPS, JOURNAL, PARTS LIST
  79.  
  80. Abstract:    Math Problem Generator System
  81. Abstract Author:    Tom Digate - Dec., 1979
  82. Files utilized include: CHAIN, FRAC1, FRAC2, FRAC3, FRAC4,
  83. DEC1, DEC2, DEC3, DEC4, DEC5, DEC6, DECIMAL, WHOLE, FORMULA,
  84. AREA, INTEGER, VOLUME, DISTANCE, FRACTION, WEIGHT, PERCENT.
  85. (.BAS and .INT Files), COMPILE, HEADER, GRADE, COMMON1.TXT
  86. Program uses: Can be used to tutor students in mathematics
  87. problems. Also has metric problems. Generates a grade report
  88. file.
  89. Restrictions: Requires CBASIC2 to compile and run. Largest mod-
  90. ule is less than 4K. Largest source module is 5K.
  91. Comments: Program runs well and is self prompting. Few comments
  92. in source file. Menu made for 24 line screen. No .DOC file but
  93. just run CHAIN.INT to startup. Program structure is sound.
  94. In general, a useful program for school-kids.
  95.  
  96. CRAPS.BAS is very elaborate craps playing program written in
  97. CBASIC-II.  It requires a lot of memory to compile -- all I
  98. know is that it won't compile or run in a 40K system.  The
  99. program seems to be well written and commented, but I was
  100. unable to see it run because of memory size limitations.
  101. Reviewed by Robert A. Van Valzah.
  102.  
  103. JRNL.ABS COMMENTARY FOR JRNL.BAS JOURNAL PROGRAM
  104.     JRNL.BAS IS DESIGNED TO BE USED AS A LEDGER-TYPE PROGRAM TO
  105. KEEP TRACK OF EXPENSES AND INCOME.  IT IS PRESENTLY SET UP FOR
  106. BUSINESS USAGE (RUN PROGRAM WITH COMMAND "B" FOR CATEGORIES),
  107. BUT COULD BE MODIFIED FOR INDIVIDUAL NEEDS SIMPLY BY CHANGING
  108. THE COLUMN HEADINGS.
  109.     THE OUTPUT OF THE COMMAND-LIST IS DESIGNED FOR AN 80 COLUMN
  110. BY 24 LINE CRT, BUT SCROLLING CONTROL WILL GET YOU THERE WITH
  111. 64X16.  YOU DO NEED BASIC-E AND A GOOD DEAL OF MEMORY (IT WILL
  112. NOT RUN IN A 40K SYSTEM).  
  113.     THE PROGRAM SEEMS TO BE FAIRLY WELL-WRITTEN WITH GOOD
  114. NOTATION/COMMENTING.  IT DOES USE FILE-SPACE ON DISK TO KEEP
  115. A LIST OF THE EXPENSES, ETC.  
  116.                     JIM MILLS
  117. 12/23/79                C.A.C.H.E. MEMBER
  118.  
  119. PARTS.BAS and MANPARTS.BAS contain programs for printing a
  120. parts list for an S100 board (or anything else that needs a
  121. parts list).  CPUPARTS.BAS contains a sample database for
  122. printing a parts list for a CPU board.  These programs
  123. appear to be written for Microsoft basic.  They were not
  124. submitted with any documentation.  Reviewed by
  125. Robert A. Van Valzah.
  126.  
  127. PASSWORD.BAS is a basic program to change keywords in your
  128. basic interpreter.  For example you could change the keyword
  129. 'LIST' to 'SHOW' so as to prevent unauthorized use of these
  130. keywords.  This program was published in Interface Age
  131. magazine, Feb '80, p20.  It is unclear which basics can
  132. execute this program, but I'll bet it doesn't work with
  133. current releases of Microsoft basic.  Reviewed by
  134. Robert A. Van Valzah.
  135.