|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了
( `, j$ o1 \: }8 F" t" ido) o5 j# J/ o- ]) I" z
seedTab.create;
2 r" i& V8 I/ N2 m* V1 g seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2
+ O( {2 v& y9 P1 n( ]( z seedTab.writeRow(1,2,1,0,"Interarrival time of customers");
4 K/ M# k, ]- D p! R seedTab.writeRow(1,3,1,1,"Lead time");# l9 H( ?4 \/ w k/ C f
print seedTab[3,2];
" n, Q7 M: U; \1 e& ]" m
1 |7 u2 a- `" P: O/ O8 k-- ……8 H* ~8 e- t5 h# W3 \
end;3 `4 x! h8 Z1 K' k+ O
/ r) W- ~# o- O2 B4 r e1 f
<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);, W5 F: V% Q6 }& G: X- a
这个说的也很清楚 ! _' N9 D3 S# c; s# Z
writeRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|