|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了
2 Y: L* k% h4 J: N7 o4 @! \( P6 |9 ado+ j/ n1 }0 k# K: O" P; n# x2 S3 V1 |
seedTab.create;
9 g* v' L7 D- Z1 ?3 i seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2. I& f- P' i* s. p0 W. `
seedTab.writeRow(1,2,1,0,"Interarrival time of customers");/ C; F* M% N9 L( R3 {: M7 i6 I$ D# T
seedTab.writeRow(1,3,1,1,"Lead time");4 j( V% ~/ X8 V2 K: N" Y
print seedTab[3,2];5 e5 k& S5 t9 w# m
$ y& b' H( g) N1 o$ B7 b7 u-- ……! _" s* r5 s. E4 B9 x
end;
: G/ [$ R. z$ P' T( l( s4 [5 w- L! H; z8 {+ T8 J+ M; ~
<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);
- s* q. M, U( P h这个说的也很清楚 % P' B, u3 [# A* i/ R
writeRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|