aboutsummaryrefslogtreecommitdiff
path: root/chaos/package.txt
blob: c1327830c7dcce27c0e14755e9f962fc81744eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
NAME=chaos
SRCDIR=src
BUILDTYPE=multi 

#PRECOMPILE=chaos.hpp

SRCS= \
main.cpp \
bernoulli_dsp.cpp \
bernoulli_msg.cpp \
bernoulli_search.cpp \
bungalow_tent_dsp.cpp \
bungalow_tent_msg.cpp \
bungalow_tent_search.cpp \
chaos_base.cpp \
chaos_dsp.cpp \
chua_dsp.cpp \
chua_msg.cpp \
chua_search.cpp \
circle_map_dsp.cpp \
circle_map_msg.cpp \
circle_map_search.cpp \
coupled_logistic_dsp.cpp \
coupled_logistic_msg.cpp \
coupled_logistic_search.cpp \
delayed_logistic_dsp.cpp \
delayed_logistic_msg.cpp \
delayed_logistic_search.cpp \
driven_anharmonic_dsp.cpp \
driven_anharmonic_msg.cpp \
driven_anharmonic_search.cpp \
driven_van_der_pol_dsp.cpp \
driven_van_der_pol_msg.cpp \
driven_van_der_pol_search.cpp \
duffing_dsp.cpp \
duffing_msg.cpp \
duffing_search.cpp \
duffing_map_dsp.cpp \
duffing_map_msg.cpp \
duffing_map_search.cpp \
gauss_map_dsp.cpp \
gauss_map_msg.cpp \
gauss_map_search.cpp \
gaussian_map_dsp.cpp \
gaussian_map_msg.cpp \
gaussian_map_search.cpp \
henon_map_dsp.cpp \
henon_map_msg.cpp \
henon_map_search.cpp \
hydrogen_dsp.cpp \
hydrogen_msg.cpp \
hydrogen_search.cpp \
ikeda_laser_map_dsp.cpp \
ikeda_laser_map_msg.cpp \
ikeda_laser_map_search.cpp \
latoocarfian_dsp.cpp \
latoocarfian_msg.cpp \
latoocarfian_search.cpp \
latoomutalpha_dsp.cpp \
latoomutalpha_msg.cpp \
latoomutalpha_search.cpp \
latoomutbeta_dsp.cpp \
latoomutbeta_msg.cpp \
latoomutbeta_search.cpp \
latoomutgamma_dsp.cpp \
latoomutgamma_msg.cpp \
latoomutgamma_search.cpp \
linear_congruental_dsp.cpp \
linear_congruental_msg.cpp \
linear_congruental_search.cpp \
logistic_dsp.cpp \
logistic_msg.cpp \
logistic_search.cpp \
lorenz_dsp.cpp \
lorenz_msg.cpp \
lorenz_search.cpp \
lozi_map_dsp.cpp \
lozi_map_msg.cpp \
lozi_map_search.cpp \
ode_base.cpp \
roessler_dsp.cpp \
roessler_msg.cpp \
roessler_search.cpp \
sine_map_dsp.cpp \
sine_map_msg.cpp \
sine_map_search.cpp \
standard_map_dsp.cpp \
standard_map_msg.cpp \
standard_map_search.cpp \
tent_map_dsp.cpp \
tent_map_msg.cpp \
tent_map_search.cpp \


HDRS= \
bernoulli_map.hpp \
bungalow_tent_map.hpp \
chaos.hpp \
chaos_base.hpp \
chaos_defs.hpp \
chaos_dsp.hpp \
chaos_msg.hpp \
chaos_search.hpp \
chua.hpp \
circle_map.hpp \
coupled_logistic.hpp \
delayed_logistic.hpp \
driven_anharmonic.hpp \
driven_van_der_pol.hpp \
duffing_map.hpp \
gauss_map.hpp \
gaussian_map.hpp \
henon_map.hpp \
hydrogen.hpp \
ikeda_laser_map.hpp \
latoocarfian.hpp \
latoomutalpha.hpp \
latoomutbeta.hpp \
latoomutgamma.hpp \
logistic_map.hpp \
lorenz.hpp \
lozi_map.hpp \
map_base.hpp \
ode_base.hpp \
roessler.hpp \
sine_map.hpp \
standard_map.hpp \
tent_map.hpp