|
Miscellaneous Programming Table of Contents
Here's a few odd-ball items related to programming.
|
I've written a few bits and pieces that are reasonably well
commented or otherwise useful, I think.
Hopefully, one of these may help you, too.
|
|
-
QBASIC: Floating Point Formats
This is a QBASIC version of an interactive program designed to
display the binary format of both single and double precision
floating point numbers on the PC.
The program accepts values and displays their binary equivalent, but
can also accept binary formatted values and display the resulting
decimal value.
-
QB: Floating Point Formats
This is a QB v4.5 compiler version of the above program.
It is divided into modules and uses an expression parser to allow
equations to be entered, as well.
|
|
-
QB: Expression Calculator
This QB v4.5 program accepts an expression and displays the result.
It demonstrates a method of expression parsing, which can be handy
in other applications.
-
QB: Maze Generation Tool
This is a commented design example for generating mazes.
|
|
Creation Date: Sun 09-Apr-2000 13:22:04
Last Modified: Sun 09-Apr-2000 13:22:04
Copyright (C) 2000 Jonathan Dale Kirwan
|