|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了
$ g, L5 `( _" I7 ^, Mdo+ _& A9 Y6 C) _1 ~" H" g/ ^! f" y+ p
seedTab.create;/ m0 N0 }2 ?9 V
seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2% R" x7 i/ V" g6 n+ d
seedTab.writeRow(1,2,1,0,"Interarrival time of customers");9 S" d0 I4 X. U E
seedTab.writeRow(1,3,1,1,"Lead time");
% n, i1 }& P; _% r5 c3 Z7 m print seedTab[3,2];5 t l3 m( c" L; [/ [, T
) V! [6 F7 r5 ^ R( p0 H0 i# `
-- ……
8 f4 P( v& j C" |1 v- Iend;
# u& j/ K9 N( C/ y
! ?, r: I+ }7 |9 Y# O<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);
: x4 c- f' z- v, v0 r- u( c这个说的也很清楚 : V$ v8 O# z2 M% l& {0 q, G
writeRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|