- Timestamp:
- 04/17/15 04:22:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/README.txt
r287 r354 11 11 ___________________________ Source directories __________________________ 12 12 13 +- common - general compatibility layer, utilities 14 +- frams - framsticks modules 15 +- _demos - SDK test applications 16 +- config - SDK elements declarations 17 +- errmgr - error manager (logging/messaging) 18 +- genetics - genetic operators and converters between formats 19 +- f1 - ...for genetic format f1 (recurrent encoding) 20 +- f4 - ...for genetic format f4 (developmental encoding) 21 +- f9 - ...for genetic format f9 (3D turtle encoding) 22 +- fF - ...for genetic format fF (Foraminifera encoding) 23 +- fT - ...for genetic format fT (educational: ATGC sequences) 24 +- model - parts, joints, neurons, connections 25 +- geometry - compute dimensions, volume, surface area 26 +- neuro - neural network simulation 27 +- impl - neuron classes implementations 28 +- param - c++/properties access objects 29 +- util - framsticks-related utilities 30 +- virtfile - object-oriented FILE* replacement 13 +- common - general compatibility layer, utilities 14 +- frams - framsticks modules 15 +- _demos - SDK test applications 16 +- config - SDK elements declarations 17 +- errmgr - error manager (logging/messaging) 18 +- genetics - genetic operators and converters between formats 19 +- f1 - ...for genetic format f1 (recurrent encoding) 20 +- f4 - ...for genetic format f4 (developmental encoding) 21 +- f9 - ...for genetic format f9 (3D turtle encoding) 22 +- fF - ...for genetic format fF (Foraminifera encoding) 23 +- fT - ...for genetic format fT (educational: ATGC sequences) 24 +- model - body: parts, joints; brain: neurons, connections 25 +- geometry - compute dimensions, volume, surface area 26 +- similarity - determine structural and geometric similarity 27 +- neuro - neural network simulation 28 +- impl - neuron classes implementations 29 +- param - c++/properties access objects 30 +- util - framsticks-related utilities 31 +- virtfile - object-oriented FILE* replacement 31 32 +- vm 32 +- classes - c++ interfaces for the framsticks virtual machine33 +- classes - c++ interfaces for the framsticks virtual machine 33 34
Note: See TracChangeset
for help on using the changeset viewer.