next up previous contents index
Next: Implementation of the Up: No Title Previous: User Defined Transfer

Simulator Kernel Implementation

   

The simulator kernel alone, including comments, has a volume of about 72000 lines of source code with about 2.0 Mbyte. It is implemented in ANSI C. The simulator kernel consists of the following files:

Header files:  

All source code files have corresponding public (.h) and private (.ph) header files associated with them. The public header files are used to make the exported functions of the modul accessible to the other moduls, while the private ones define function prototypes and variables exclusively global to the functions of the modul. Additionally there are the following header files without corresponding c-moduls.

Sourcecode files:  

Example Networks:  

Probably there will be more example networks in the new SNNS release. See the files in the examples directory.



Niels Mache
Wed May 17 11:23:58 MET DST 1995