|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了
- _' K1 v. z- C9 Z0 fdo' i3 Y$ m6 Q" M$ {9 N4 Z: \6 G
seedTab.create;
& I: g8 Z% R7 p4 {( @0 W$ K seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2
( o- Z8 n8 w$ | seedTab.writeRow(1,2,1,0,"Interarrival time of customers");4 D" X8 L; f7 b2 ?) p, z
seedTab.writeRow(1,3,1,1,"Lead time");
0 b3 e" q/ {9 V5 L7 a print seedTab[3,2];2 S# ^ y G/ g! |+ l
2 s8 g0 \5 S6 U7 Z2 Y-- ……% a( b, a2 p& F! ~, v
end;
6 `8 A- C% D* W0 ]% _
8 |8 [: h. W- M, p8 s& t<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);
. W0 k, ?$ m# @& n4 u这个说的也很清楚
; K t; B9 z$ m* h- r3 uwriteRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|