README  FILE FOR DDJ HANDPRINTING RECOGNITION CONTEST RESULTS
================================================================

This directory contains the test harness code and code for
the sample recognizer.  Not included here are the datafiles
and the files for other recognizers. Those can be found in
HWXRES and HWXDT2, respectively.


---------LIST OF FILES----------------------------------------------

CONTROL  TXT       146 11-18-92   7:07p  <-- specifies which data file
H        BAT       356 08-21-92   3:47p  <-- batch file for running
M        BAT       182 06-27-92  12:14p  <-- batch file for compiling
TURBO_C  MAK      2383 11-20-92   3:05p  <-- linkfile for TurboC
TURBO_C  LNK       179 11-20-92   3:05p  <-- makefile for TurboC
H_CONFIG H        4050 11-20-92   3:16p  <-- global configuration file
H_STDDEF H         994 09-10-92   3:18p  <-- standard #defines and conventions
H_MAIN   C       14513 11-20-92   3:25p  <-- main module to harness
H_RECOG  H         766 09-10-92   3:03p  <-- interface to recognizer
H_LIST   H         496 09-10-92   3:21p  <-- list data structure
H_MEM    H         535 11-20-92   3:16p  <-- interface to memory manager
H_MEM    C        3474 11-20-92   3:16p  <-- implementation of mem mgr
RECOG    H         345 08-21-92   3:41p  <-- sample recognizer header file
RECOG    C       27975 11-20-92   3:17p  <-- sample recognizer code



