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

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

An text editor is implemented in the visual Yao interface. The user must lunch the editor with a specific file.

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
25space soc_6 M 6 5 toc_1
26
27#NETWARD netname indegree outdegree
28netward NNRhoatmvis 6 1
29netward NNTu        4 1
30netward NNTd        4 1
31netward NNInvtau    9 1
32
33modul mod_1 space soc_0 input  4 output 1
34modul mod_2 space soc_1 input  3 
35modul mod_3 space soc_0 input  49 output 13
36modul mod_4 space soc_1 input  22 
37modul mod_5 space soc_0 input  41 output 10
38modul mod_6 space soc_1 input  12 
39
40#INSERTFCT
41insert_fct arg xinit_rand
42insert_fct arg xinit_lin
43insert_fct arg xload_mod
44insert_fct arg xinit_Aphs_1
45insert_fct  xinit_Aphs_2
46insert_fct arg xread_tabC
47insert_fct arg xinv
48insert_fct arg xcheck_target
49insert_fct arg xperturb
50insert_fct arg xnorm
51insert_fct     xset_minmax
Note: See TracBrowser for help on using the repository browser.