|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了
N% c; v' j/ M7 M1 _do8 ~1 ^# f' N2 j+ S
seedTab.create;, C8 |9 ]: a2 I, I
seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2, [; a7 R# ]% ?! }2 _. a+ D
seedTab.writeRow(1,2,1,0,"Interarrival time of customers");& V1 Y2 K3 G6 ?7 Y5 c
seedTab.writeRow(1,3,1,1,"Lead time");
+ z: G+ ~3 }. k" ~$ N$ l print seedTab[3,2];
2 f" A: K3 t/ x- m- m+ f! n
; R! ?2 A2 e' Y7 d/ Z- b-- ……
* g# j r: `8 J9 z( U7 Nend;( e) W7 y" R" s2 z* N
+ [, M+ n5 W/ \4 C<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);
x% l+ B/ z' c$ U" e这个说的也很清楚 3 K/ O$ k7 Q0 J+ F
writeRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|