
Dear user,

this is the readme file copied from the original SynCode distribution disk.
Have a look at it to get an idea of the full functionality of the syncode
libraries.

---------------------------------------------------------------------------------

#Update information 1/93

Due to problems with the libraries created with Aztec-C or SAS/C 6.0 (oml), 
the SynCode Disk now contains an additional directory Libs/sas. 
Here you find the SynCode-Libraries created with SAS/C and JOIN. 
They should work fine also with other Amiga development tools.

Please note that the FPU-versions of CarDemo and ECGDemo were removed due to
space limitations, as well as the NetInfo executable. However, they can still
easily be remade using the appropriate makefiles.



Dear SynWorks user,

this disk contains SynCode - the C-interface to use neural networks in your 
own applications.

You'll find the following:

     Libs (dir)                         DIRECTORY CONTAINING LINKABLE LIBRARIES

      aztec (dir)                       LIBS FOR MANX COMPILER
       syncode.lib                      syncode8.lib
       syncode8l.lib                    syncodel.lib

      sas (dir)                         LIBS FOR SAS/C, STD AMIGA LIBS
       syncode.lib                      syncode8.lib
       syncode8l.lib                    syncodel.lib

     Include (dir)                      C_INCLUDE CONTAINING PROTOTYPES

       syncode.h                        syncode.h.bak

     Examples (dir)                     C EXAMPLE PROGRAMS

          NumDemo (dir)                   
            macros.h                         makefile
            NumDemo                          NumDemo.c
            NumDemo.nwk                      numdemostuff.c
            syncode.h                        
          NetInfo (dir)
            makefile                         
            netinfo.c                        syncode.h
          ECGDemo (dir)
            ECGData.inp                      ECGDemo
            ECGDemo.c                        ECGDemo.nwk
            ecgdemo.o                        ECGDemo.readme
            makefile
            makefile8                        syncode.h
          CarDiagDemo (dir)
            CarDiag                          CarDiag.c
            cardiag.nwk                      makefile
            syncode.h                        
          XORDemo (dir)
            makefile                         syncode.h
            XOR                              xor.c
            xor.nwk                          
          CarDemo (dir)
               images (dir)
                 car.fwd                          car.left
                 car.right                        wall
            CarDemo                          cardemo.c
            CarDemo.nwk                      
            cardemostuff.c                   macros.h
            makefile                         makefile8
            syncode.h                     
   
       README                           INFORMATION ABOUT EXAMPLES

To install SynCode, copy the :INCLUDE directory to the place where you keep
your includes, also copy the LIBS directory to your C-library directory (DO 
NOT COPY THE LIBS TO YOUR SYSTEM'S LIBS: DIRECTORY).

To compile the examples, please set the paths in the makefiles according to
your installation.

Have fun !


                          Michael Kaiser (ETG 215)
                           Rintheimer Strasse 59
                             D-76131 Karlsruhe
                        Phone: (+49) (721) 61 18 19
                         Fax: (+49) (721) 61 11 86
             E-Mail: kaiser@ira.uka.de, kaiser@puma.adsp.sub.org

