|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了* [. ?, t; L0 ?8 s G
do f" F+ A( E6 [8 S
seedTab.create;5 s' r6 m, c- A/ [3 o. j
seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2
8 K# a" B) C2 q; X; u% ~, m seedTab.writeRow(1,2,1,0,"Interarrival time of customers");( N K2 J- x' `$ H* D
seedTab.writeRow(1,3,1,1,"Lead time");
) U8 s1 S' P- w& F print seedTab[3,2];. @. ?, N2 s) M& ]
7 o7 M# _4 w4 p+ J/ F: R2 }' D-- ……
8 w+ j( }3 S' M2 U" p+ s, f. wend;
5 v: ~; P; i+ O& x/ V. g Y
" l' Z1 J4 d4 |" B<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);
* g; U/ ?9 F: d/ @$ D7 e这个说的也很清楚 " B! \/ C& z' S
writeRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|