-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathneurolab.pro
executable file
·62 lines (60 loc) · 1.92 KB
/
neurolab.pro
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
######################################################################
# Automatically generated by qmake (1.07a) Wed Apr 6 13:54:55 2005
######################################################################
TEMPLATE = app
DEPENDPATH += h src
INCLUDEPATH += . h
# Input
HEADERS += h/conditionalestimator.hxx \
h/covariation.hxx \
h/differentiable.hxx \
h/display.hxx \
h/estimator.hxx \
h/function.hxx \
h/ifneuron.hxx \
h/intervalestimator.hxx \
h/main.hxx \
h/matrix.hxx \
h/neuron.hxx \
h/noises.hxx \
h/parametric.hxx \
h/physical.hxx \
h/processes.hxx \
h/processestimator.hxx \
h/ring.hxx \
h/scalarestimator.hxx \
h/stochastic.hxx \
h/synapse.hxx \
h/thetaneuron.hxx \
h/timedependent.hxx \
h/wiener.hxx \
src/noises.hxx
SOURCES += src/chris_talk.cxx \
src/conditionalestimator.cxx \
src/CoupledNeurons.cxx \
src/differentiable.cxx \
src/display.cxx \
src/function.cxx \
src/Functions.cxx \
src/ifneuron.cxx \
src/intervalestimator.cxx \
src/ItoVsStrat.cxx \
src/ItoVsStrat2.cxx \
src/matrix.cxx \
src/neurolab.cxx \
src/neuron.cxx \
src/noises.cxx \
src/NoiseTest.cxx \
src/physical.cxx \
src/processes.cxx \
src/processestimator.cxx \
src/rsc_unconditional_voltage.cxx \
src/scalarestimator.cxx \
src/simple_neuron_experiment.cxx \
src/simplesynapse.cxx \
src/synapse.cxx \
src/talk_experiment.cxx \
src/test_cpp_properties.cxx \
src/TestStratonovich.cxx \
src/thetaneuron.cxx \
src/wiener.cxx