|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了4 v1 e7 x0 @$ D% C1 `) J6 F
do
# O, P l" m" D seedTab.create;
& O) w( W; C: M9 l/ W6 C seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2
+ v) Y* ?, b5 Y2 e# e seedTab.writeRow(1,2,1,0,"Interarrival time of customers");5 `* `" K/ W5 m0 w5 A* _
seedTab.writeRow(1,3,1,1,"Lead time");6 @; ^; @. P1 d
print seedTab[3,2];8 r8 H6 N r9 t4 M' M0 h9 A5 n
- m C4 @/ R& g' R/ d
-- ……5 Q' T. r) j/ d6 J! S, i# Y* d2 F& a
end;8 R! ^: N3 O% K4 W
; V4 U& E" x, L$ C) r<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);
9 ~* \8 f( t) P3 A* ~/ f' r( `这个说的也很清楚
" F4 w9 Y% W ~/ ?! B. hwriteRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|