source: trunk/yao/src/interface/projects/demo/demo.d @ 470

Last change on this file since 470 was 470, checked in by yerima, 14 years ago

updates in a project opening

File size: 1.6 KB
Line 
1#-------------------------------------------------------------------------------------------------
2#---Fichier demo.d généré par visual Yao le jeu. oct. 14 2010
3#-------------------------------------------------------------------------------------------------
4#DEFVAL name value -------------------------------------------------------------------------------
5defval szx 20
6defval szy 30
7defval un 1
8defval cinq 5
9
10#HATNAME fileList --------------------------------------------------------------------------------
11hat_name "demo.h"
12#TRAJ name type uptime offtime dtime steptime ------------------------------------------
13traj toc_1 M 20 0 1 30 
14traj toc_2 M 10 0 1 21
15traj toc_3 M 8 0 1 11
16traj toc_4 M 7 0 1 9
17
18#SPACE name type dim1 [[dim2]---[dim3]] traj ---------------------------------------------------
19space soc_0 M 1 3 5 toc_1
20space soc_1 M 3 5 toc_4
21space soc_2 M 1 3 5 toc_2
22space soc_3 M 7 3 5 toc_3
23space soc_4 M 5 5 3 toc_4
24space soc_5 M 4 3 5 toc_1
25
26#NETWARD netname indegree outdegree
27netward NNRhoatmvis 6 1
28netward NNTu        4 1
29netward NNTd        4 1
30netward NNInvtau    9 1
31
32modul mod_1 space soc_0 input  4 output 1
33modul mod_2 space soc_1 input  3 
34modul mod_3 space soc_0 input  49 output 13
35modul mod_4 space soc_1 input  22 
36modul mod_5 space soc_0 input  41 output 10
37modul mod_6 space soc_1 input  12 
38
39#INSERTFCT
40insert_fct arg xinit_rand
41insert_fct arg xinit_lin
42insert_fct arg xload_mod
43insert_fct arg xinit_Aphs_1
44insert_fct  xinit_Aphs_2
45insert_fct arg xread_tabC
46insert_fct arg xinv
47insert_fct arg xcheck_target
48insert_fct arg xperturb
49insert_fct arg xnorm
50insert_fct     xset_minmax
Note: See TracBrowser for help on using the repository browser.