|
|
发表于 2016-4-7 13:57:13
|
显示全部楼层
你用下面代码输出就知道了* G) s5 p4 O; I" ~/ Y1 X
do2 ]( u( ?- G1 w
seedTab.create;# I4 c6 c4 r5 l
seedTab.writeRow(1,1,0,1,"Size of demand");-- stream 1 = stream 2
}9 V! ]0 `- Z8 ~+ H- g/ K seedTab.writeRow(1,2,1,0,"Interarrival time of customers");8 l& Y$ E6 l: U o
seedTab.writeRow(1,3,1,1,"Lead time");1 n+ Y2 Z0 p. a" F* H/ |5 }( Y4 N
print seedTab[3,2];5 f! H- @6 ^3 l) e9 P" y$ B! V% Q
- a# u4 s. T6 }$ @5 g# n! S# x
-- ……
! j# q* D- R, J, s4 w) m2 Aend;
- @$ d7 F, f/ C* f! E) D
0 c) [ [0 ?/ R. W( O. ?/ |3 S8 _<Path>.writeRow(Column:<any>, Row:<any>, Value:<any> [,Value:<any>, ..., Value:<any>]);
" e" @- X! w$ M& ^+ J这个说的也很清楚
9 A) o9 C. D# E' z& K7 l" ]writeRow(1,1,0,1,"Size of demand") 就是从 第一列 第一行开始 依次按排写入 0,1,"Size of demand" |
|