Changeset 121 for cpp/frams/_demos
- Timestamp:
- 02/08/14 06:00:41 (11 years ago)
- Location:
- cpp/frams/_demos
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/conv_test.cpp
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 5 5 #include <ctype.h> 6 #include <frams/genetic /genoconv.h>6 #include <frams/genetics/genoconv.h> 7 7 #include <frams/model/model.h> 8 8 #include <frams/util/multimap.h> 9 #include <frams/genetic /conv/conv_f1.h>9 #include <frams/genetics/f1/conv_f1.h> 10 10 11 11 #include "printconvmap.h" -
cpp/frams/_demos/f0_variants_test.cpp
r109 r121 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 #include <stdlib.h> 2 6 #include <stdio.h> … … 5 9 6 10 #include <frams/model/model.h> 7 #include <frams/genetic /defgenoconv.h>11 #include <frams/genetics/defgenoconv.h> 8 12 #include <frams/errmgr/stdouterr.h> 9 13 -
cpp/frams/_demos/full_props.cpp
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 3Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 … … 9 9 10 10 #include <frams/model/model.h> 11 #include <frams/genetic /defgenoconv.h>11 #include <frams/genetics/defgenoconv.h> 12 12 #include <frams/errmgr/stdouterr.h> 13 13 -
cpp/frams/_demos/gdk_test.cpp
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 … … 9 9 10 10 #include <frams/model/model.h> 11 #include <frams/genetic /defgenoconv.h>11 #include <frams/genetics/defgenoconv.h> 12 12 #include <frams/errmgr/stdouterr.h> 13 13 -
cpp/frams/_demos/geno_test.cpp
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 5 #include <frams/genetic /geno.h>5 #include <frams/genetics/geno.h> 6 6 #include <frams/virtfile/stdiofile.h> 7 7 #include <frams/util/sstringutils.h> 8 #include <frams/genetic /defgenoconv.h>8 #include <frams/genetics/defgenoconv.h> 9 9 10 10 /** -
cpp/frams/_demos/genotypeloader.cpp
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 -
cpp/frams/_demos/genotypeloader.h
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 -
cpp/frams/_demos/loader_test.cpp
r115 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 -
cpp/frams/_demos/multiline_f0_test.cpp
r109 r121 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 #include <stdlib.h> 2 6 #include <stdio.h> … … 5 9 6 10 #include <frams/model/model.h> 7 #include <frams/genetic /defgenoconv.h>11 #include <frams/genetics/defgenoconv.h> 8 12 #include <frams/errmgr/stdouterr.h> 9 13 #include <frams/virtfile/stringfile.h> -
cpp/frams/_demos/neuro_test.cpp
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 5 #include <frams/genetic /geno.h>5 #include <frams/genetics/geno.h> 6 6 #include <frams/virtfile/stdiofile.h> 7 7 #include <frams/util/sstringutils.h> 8 #include <frams/genetic /defgenoconv.h>8 #include <frams/genetics/defgenoconv.h> 9 9 #include <frams/neuro/neuroimpl.h> 10 10 #include <frams/neuro/neurofactory.h> -
cpp/frams/_demos/part_shapes.cpp
r109 r121 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 #include <stdio.h> 2 6 #include <frams/model/model.h> -
cpp/frams/_demos/printconvmap.cpp
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 -
cpp/frams/_demos/printconvmap.h
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 -
cpp/frams/_demos/serial_test.cpp
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4
Note: See TracChangeset
for help on using the changeset viewer.