NEURLNET.ASC
Title: NEURAL NETS TELL WHY
Keywords: APR91   NEURAL NETWORKS  C
C source code for Casey Klimasauskas's article on neural nets.
The program NETWORK.C implements a Back-Propagation network and shows how
sensitivity analysis works to "explain" the network's reasoning.
Also see CASEY.ARC that includes .EXE and a trained network. Instructions
for using the program are in the April 1991 issue of DDJ.

CASEY.ARC
Title: NEURAL NETS TELL WHY
Keywords: APR91   NEURAL NETWORKS   C
This compressed ARC file includes EXE versions of Casey 
Klimsasuskas's article and a trained net.

GAMAZE.ASC
Title: GENETIC ALGORITHMS
Keywords: APR91   MAZE   GENETIC ALGORITHMS  C
Source code accompanying Mike Morrow's article on GAs that implement
an objective function. Also see MORROW.ARC for the complete GA system, 
including EXE.

MORROW.ARC
Title: GENETIC ALGORITHMS
Keywords:  APR91  MAZE   GENETIC ALGORITHMS   C
This compressed ARC file contains source code and EXEs for 
a genetic algorithm-based maze.  

386BSD.491
Title: PORTING UNIX TO THE 386: LANGUAGE TOOLS CROSS SUPPORT
Keywords: APR91  UNIX  80386 GCC
Source code examples accompanying Bill and Lynne Jolitz's article 
on porting BSD Unix to the 80386. Code for GCC compiler support 
functions. 

GPIB-491.ASC
Title: UNDERSTANDING THE GPIB
Keywords: APR91  EMBEDDED SYSTEMS   GPIB  DATA ACQUISITION
Source code accompanying Don Morgan's article on the general-
purpose instrumentation bus. Example code is used to acquire data
suing an HP oscilloscope and print it with an HP ThinkJet printer.

CPPTASK.ASC
Title: COOPERATIVE MULTITASKING WITH C++
Keywords: APR91	   EMBEDDED SYSTEMS   MULTITASKING  C++  OBJECT-ORIENTED
C++ source code that implements a cooperative multitasking system; written
using Borland C++. Includes a demo that creates six tasks that run in
their own window. 

MSMAIL.ASC
Title: EXAMINING THE MICROSOFT MAIL SDK
Keywords: APR91   MS MAIL   MACINTOSH
Source code accompanying Bruce Schatzman's article that describes
how to implement network applications using the Microsoft Mail SDK for
the Macintosh. 

FRACTAL.ASC
Title: FRACTALS IN THE REAL WORLD
Keywords: APR91  GRAPHICS  FRACTALS 
C source code accomanying Dick Oliver's article that implements an
interactive fractal drawing program. Also see OLIVER.ARC.

OLIVER.ARC
Title: FRACTALS IN THE REAL WORLD
Keywords: APR91  GRAPHICS  FRACTALS
This compressed ARC file contains EXE and source code modules for
Dick Oliver's interactive fractal drawing program.

C_PROG.ASC
Title: C PROGRAMMING COLUMN
Keywords: APR91   C  TSR
Source code for tsr.c, a driver that turns the program Al presented in 
March 1991 into a TSR.

