Changeset 354


Ignore:
Timestamp:
04/17/15 04:22:51 (9 years ago)
Author:
Maciej Komosinski
Message:

Summarized contents of new "similarity" subdirectory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/README.txt

    r287 r354  
    1111___________________________ Source directories __________________________
    1212
    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
    3132      +- vm
    32           +- classes - c++ interfaces for the framsticks virtual machine
     33          +- classes   - c++ interfaces for the framsticks virtual machine
    3334
Note: See TracChangeset for help on using the changeset viewer.