进行河流稳态水质模拟预测必须确定()。
A.污染物排放位置、排放强度
B.水文条件
C.受纳水体背景浓度
D.水质模型参数值
E.初始条件
参考答案:A, B, C, D, E
They sit round the table _____ the big cake.[ ]
A. share
B. to share
C. shares
D. sharing
有下列程序段,单击命令按钮执行程序后,输出结果为( )。 Option Base 1 Private Sub Command1_Cliek() Dim x x=Array(23, -5, 17, 38, -31, 46, 11, 8, 5, -4) s1=0 s2=0 Fork=1 To 10 If (x(k)>0) Then s1=s1+x(k) Else s2=s2+x(k) End If Next k Y=s1/Abs(s2) Print Y End Sub
A.148
B.40
C.-40
D.3.7