|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了1 ^: _# M$ o! C0 O% m# V2 P
do
3 c: ~; d3 L! r, p; W seedTab.create;
5 x0 @5 \3 l* P, {$ X& t2 q' q, y seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2
6 d; z! i' J- l' p# J( `7 }* z seedTab.writeRow(1,2,1,0,"Interarrival time of customers");* O3 t% {$ T( d
seedTab.writeRow(1,3,1,1,"Lead time");
+ f$ P4 \0 [1 l* L, c+ }; n print seedTab[3,2];7 b7 K( } H: l! f
( \* [ Y! ], ?-- ……
, d& q! [" b& ~6 f9 Fend;
M0 T/ y# k: n# N
a6 B# Q* Q. p<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);: P1 _, e6 Q3 L$ a4 h3 ^
这个说的也很清楚 / n6 Z) J5 x7 f% I( G" N
writeRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|