Home
projects
TRS-80 software I wrote
Zeta BBS
Utilities
Printer Utils
Patches
Operating Systems
Library of C
Languages
Include files
Hardware
Games
FORTRAN Programs
File Utils
Disk Utils
Comms Programs
CMD File Utils
BASIC Programs
University assignments
fidonet-packet-handlers
Your donation gives me time
to develop more cool free stuff
|
Nick Andrew - TRS-80 - FORTRAN
TRS-80 FORTRAN
This package contains some FORTRAN programs I wrote, which compiled using
the Tandy FORTRAN compiler.
- database
- This was a simple program to store unstructured text files
in a tree-structured index. The idea was to provide a kind of
personal encyclopaedia - a tree of knowledge.
- kennel
- This is a dog kennel allocation program. When given a list of
dogs to board, and the arrival and departure dates of each, this
program attempts to find an optimal arrangement of dogs to kennels
so dogs never need to be moved from kennel to kennel. It works by
ordering the arrival dates and assigning in arrival order.
Unfortunately there is no "incremental update" which is really
necessary for use in the real world.
- library
- This is just a collection of a few useful subroutines.
Download
|