|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了
5 J: R, g2 ~ S" V, s' U/ p% Z3 wdo4 x$ ?& }" `/ D8 J$ C0 x) g
seedTab.create;) ~; d3 `0 W! p0 ^- P" e+ |
seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2
) I5 [2 }7 k/ V9 s* c seedTab.writeRow(1,2,1,0,"Interarrival time of customers");
, y. B- E4 D t* |6 q( W5 _ seedTab.writeRow(1,3,1,1,"Lead time");
# B3 v' `- u* |3 Z5 U( d print seedTab[3,2];/ O! h1 O) G# D# T/ W
+ `; M3 ^# b0 ]& t/ ~; | V! q( K8 E# Y-- ……
: h- h- d( g3 w- P8 ?end;
$ j8 l0 P" `3 ~, c; U- R
9 Q. H; {8 Y. @" J$ R+ H<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);/ k4 V6 a/ x& M$ h' V9 H. B) f$ }
这个说的也很清楚
8 i% G! _4 F( T7 J) `& mwriteRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|