home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Top 1
/
os2_top1.zip
/
os2_top1
/
DOS_GG
/
COMCAT
/
VOL30.ARJ
/
VOL3003
< prev
next >
Wrap
Text File
|
1992-01-21
|
4KB
|
106 lines
Programmatheek volume 3003
Nummer Naam Maat Datum Kommentaar
CATALOG 003 1977 22-09-88 This List.
3003.01 PARTA PAS 14848 6-11-85 Pretty Procedure.
3003.02 PARTB PAS 17152 6-11-85 Pretty Procedure.
3003.03 PARTC PAS 10624 6-11-85 Pretty Procedure.
3003.04 PRETTY PAS 384 6-11-85 Pretty print program.
3003.05 ADV1 PAS 4352 7-11-85 Write your own adventure game.
3003.06 ADV1UNT1 PAS 4736 7-11-85 Adventure Procedure.
3003.07 ADV1UNT2 PAS 10496 7-11-85 Adventure Procedure.
3003.08 ADV1UNT3 PAS 7168 7-11-85 Adventure Procedure.
3003.09 ADV1UNT4 PAS 6656 7-11-85 Adventure Procedure.
3003.10 LASTCOM LBR 13440 27-06-85 Library with several procedures.
3003.11 ARITH PAS 7957 6-11-85 PibCalc Procedure.
3003.12 DISPLAY PAS 5427 6-11-85 PibCalc Procedure.
3003.13 DOGUYS PAS 27248 6-11-85 PibCalc Procedure.
3003.14 DUPL PAS 2078 6-11-85 PibCalc Procedure.
3003.15 EDITHELP PAS 564 6-11-85 PibCalc Procedure.
3003.16 EDITSTRI PAS 10471 6-11-85 PibCalc Procedure.
3003.17 ERRORS PAS 4772 6-11-85 PibCalc Procedure.
3003.18 EXPRESSI PAS 20615 6-11-85 PibCalc Procedure.
3003.19 GETTOK PAS 21598 6-11-85 PibCalc Procedure.
3003.20 INITCALC PAS 8616 6-11-85 PibCalc Procedure.
3003.21 MATHROUT PAS 4648 6-11-85 PibCalc Procedure.
3003.22 PIBCALC HLP 9472 6-11-85 Helpfile.
3003.23 PIBCALC PAS 25227 6-11-85 Programmable calculator.
3003.24 READLINE PAS 4887 6-11-85 PibCalc Procedure.
3003.25 README DOC 3584 6-11-85 How to extract file of an .LBR file.
3003.26 SCREENRO PAS 7262 6-11-85 Function to determine mono or color screen.
3003.27 SETGUYS PAS 1949 6-11-85 PibCalc Procedure.
3003.28 PIBPICT LBR 20224 29-03-85 Library file.
3003.29 CUBE PAS 2816 7-11-85 Rotating cube.
3003.30 GRAFDEMO PAS 4352 7-11-85 3-D Graphics demo.
3003.31 GRAPH PAS 3456 7-11-85 Creates a 3-D surface for the function
Z=z(X,Y).
3003.32 UTIL PAS 2944 7-11-85 Video utility procedures.
3003.33 CLEANUP2 PAS 15632 17-09-85 Cleans up Pascal source code for printing.
VOL3003 ABS 2230 22-09-88 Volume Abstract.
35 File(s) 33792 bytes free
This disk contains miscellaneous TurboPascal 3.00 sources.
PIBCALC
PibCalc is an interactive desk calculator designed for use especially by
programmers. PibCalc tries to combine the features from better pocket calcula-
tors with the expression syntax of the common algorithmic programming
languages.
PibCalc offers the following features:
Integer and Real Floating Point Arithmentic
Octal, Decimal, and Hexadecimal Bases.
The usual arithmetic operators.
Common mathematical functions.
User-defined variables.
User-defined functions.
PRETTY
Gives the Pascal listing a better outlook. Reserved words in capitals etc.
ADV1
This is an example of the PASCAL language features that are useful in writing
an adventure game. This program was originally published in the book
"Programming Your Own Adventure Games in PASCAL" by Richard C. Vile, Jr.,
published by TAB Books, Inc., Blue Ridge Summit, PA. 17214 308 pg., $13.95.
This is adventure program #1 from the book, which as far as adventure games
goes, is very crude at best, but it incorporates some of the powerful features
of the PASCAL language, and as such, it is a very good learning tool. There are
two more programs in the book, each a more expanded and complex version of the
previous one.
LASTCOM.LBR
Contains saving and restoring registers, window handling and repeating up to
the 10 last commands (sic!).
GRAPHDEMO, GRAPH, CUBE
Miscellaneous programs demonstrating 3D and graphic usage.
UTIL
Turbo video utility procedures:
Procedure LoadGraf. This procedure loads a disk file of High resolution
graphics into the Buffer and then Move's the Buffer contents into Video memory.
The use of Move with two or more Buffers allows rapid swapping of graphics in
and out of Video!!! This results in the appearance of motion and can be used
to construct animation or moving pictures such as the spheres in my
demonstration.
Procedure GrafSave (stores High Resolution Graphics from the screen to disk).
Procedure Vwrite. This procedure writes text with the selected Video attribute.
This allows full access to any combination of reverse, intensified, and
blinking text display.