home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL20.ARJ / VOL2069 < prev    next >
Text File  |  1992-01-07  |  6KB  |  108 lines

  1.  
  2. CP/MS gg NL volume 2069
  3.  
  4. gelijk aan PC/SIG no. 069/073, PCgg no. 43
  5.  
  6. Titel:3-D, Designer graphics programs; (IPCO) card systems
  7.  
  8. Number Name            Size    Date    Comments
  9. 069.01 %-DIFF   BAS     4862   9-21-85 Calculates percentages - educational
  10. 069.02 3-D-ROT  BAS    12579   9-21-85 Design, display and rotate objects
  11.                                        (Ipco)
  12. 069.03 3D       DOC     1792   1-01-83 Small doc on below
  13. 069.04 3D       EXE    25728   1-18-83 "3-dimensional" image drawing program
  14.                                        (PCC)
  15. 069.05 3D       GRF     4655   9-21-85 Basic source of 3D
  16. 069.06 3DTEST1  PLT    16512   1-01-83 Image file for 3D
  17. 069.07 3DTEST2  PLT    16512   1-01-83   ,,   ,,
  18.        CATALOG  069     1885   9-21-85 This text
  19. 069.08 CLERK    BAS    13568   6-26-83 Record keeping program - highly
  20.                                        structured
  21. 069.09 CUBE              256  12-09-82 Picture for 3-D-ROT
  22. 069.10 DEMO     BAS     7779   9-21-85 Demo of animation created by Designer
  23. 069.11 DESIGNER BAS    24478   9-21-85 Graphic, sprite and animation design
  24.                                        system
  25. 069.12 DESIGNER DOC    35730   8-20-83 DOC on above
  26. 069.13 DESIGNER DRV      128   8-24-83 Support file
  27. 069.14 GROWTH   BAS     4236   9-21-85 Growth analysis and projection (finan-
  28.                                        cial)
  29. 069.15 JET               512  12-09-82 Picture for 3-D-ROT
  30. 069.16 MAZE     BAS    16512   1-01-80 Picture file (!) for DEMO
  31. 069.17 MAZE     RES      128   1-01-80 Support file for DEMO
  32. 069.18 MOLY-PAY BAS     8676   9-21-85 Book library system (Ipco)
  33. 069.19 MOUSE    SPR      256   1-01-80 Support file for DEMO (mouse in maze)
  34. 069.20 MPG-CAL  BAS     1333   9-21-85 Miles per gallon calculator
  35. 069.21 PYRAMID           256  12-09-82 Picture for 3-D-ROT
  36. 069.22 SERIALNO BAS     7432   9-21-85 Serial number generator (Epson)
  37. 069.23 SHIFTS   BAS     1189   9-21-85 Subroutine to set/test awkward PCC
  38.                                        shift keys
  39. 069.24 SHIP             1408  12-09-82 Picture file for 3-D-ROT
  40. 069.25 TEMPCONV BAS     2133   9-21-85 Converts temperatures: C/F/K, also
  41.                                        Reaumin/Rankin
  42. 069.26 TEXTCHAR         2304   1-01-80 Text character images
  43. 069.27 VERBIAGE        49792   1-01-80 Message file for DESIGNER
  44. 069.28 VOL2069  ABS     3328   9-21-85 Disk abstract
  45. 069.29 WINDCHIL BAS     2048   8-28-82 Calculate windchill factors
  46.               30 File(s)  35840 bytes free on volume VOL2069
  47.  
  48.  
  49. Note: all non-graphic programs can be converted rather easily to  other
  50. Basic's than GW-Basic/Basica
  51.  
  52. %-Diff: program tells you how much % a given X is larger than Y  and Y is
  53. smaller than X, but also how much % X is SMALLER than Y  (-/- ...), and Y is
  54. larger than the same X. Learns you calculate  and compare - nice for politici-
  55. ans.....
  56.  
  57. 3-D-ROT: Define objects and rotate them on screen in various  ways. Screen
  58. files (like JET and CUBE) not compatible with other  programs on this volume.
  59.  
  60.                            3D PLOTS
  61. The program will construct a 3 dimensional plot of a function and  will
  62. eliminate the hidden lines. The files *.PLT are screen  images of plots.  This
  63. program requires the IBM Graphics Board to  work. 
  64.  
  65.                          CLERK
  66. This program is designed to function as a card catalog system. It  provides an
  67. ordered list of items according to their author,  title and subject. This is
  68. an improved version of the LIBRARIAN  program published in Microcomputing,
  69. december 1982.
  70.   While the original program only permitted one file -a library  file- this
  71. one allows you to create as many files as you want,  
  72. e.g., books, programs, papers, etc.. Each file can contain a  maximum of 998
  73. items.
  74.  
  75.                    THE DESIGNER - Version 1.0
  76.    A BASIC Animation Programming Tool for IBM PC & compatibles
  77. The Designer  is a programming tool for  BASIC users working   with animated
  78. graphics on an IBM-PC or compatible. It can be  of  significant value to 
  79. people writing graphic games and to people  interested in experimenting with
  80. animation.
  81.  
  82. The Designer is written in BASICA. The source code is included  for those who
  83. wish to study  and/or modify it.   Since The Designer uses dynamic array
  84. dimensioning, it cannot be compiled.
  85.  
  86. Included with The Designer is a demonstration program which  illustrates one
  87. way to program animation.    "Demo" is also  provided in source  code form so
  88. you can study and/or modify it  as you wish.
  89.  
  90. GROWTH.BAS: GROWTH RATE AND PROJECTIONS
  91. THIS PROGRAM ANALYZES SALES OR OTHER FIGURES FROM PAST MONTHS,
  92. COMPUTES AN AVERAGE GROWTH RATE AND PROJECTS FUTURE FIGURES.
  93. YOU SPECIFY THE NUMBER OF PAST AND FUTURE MONTHS.
  94. ==> THE TOTAL NUMBER OF MONTHS CANNOT EXCEED 24.
  95.  
  96. MOLY-PAY.BAS: THIS PROGRAM LETS YOU CREATE A CATALOG OF YOUR  LIBRARY. YOU ADD
  97. BOOKS, OR DELETE BOOKS. EACH BOOK IS INPUT WITH  AUTHOR, TITLE AND SUBJECT.
  98. YOU CAN SEARCH FOR A BOOK OR TYPES OF  BOOKS AND GET LISTINGS IF DESIRED.
  99.  
  100. SERIALNO: This program will produce lists of numbers, like serial  numbers,
  101. sequentially in columns and pages from whatever starting  number to whatever
  102. ending number you select.   The number can be  formatted to include letters or
  103. fixed numbers, e.g.: B-123-####- 45 where the #### block can be sequenced
  104. through any range of  four digit numbers. This was written to provide a
  105. checklist of  phonograph record numbers for use in avoiding duplication when 
  106. buying used records.  It might be useful in other collections  where the items
  107. can be identified by numbers. There are various  typefaces available on an
  108. IBM/Epson printer; conversion to other  printers is not easy.