与人际关系理论相对应的人性假设是()
A.“经济人”假设
B.“复杂人”假设
C.“社会人”假设
参考答案:C
下列程序的功能是:单击窗体时将求出随机生成的10个两位数中的最大数及其下标,请填空。 Option Base 1 Private Sub Form_Click()Dim a(10) As Integer,i As IntegerDim max As Integer,max_i As IntegerRandomizeFor i=1 To 10 a(i)= 【12】 Next imax=a(1):max_i=1For i=1 To 10 If 【13】 Then max=a(i) max_i=i End IfNext iPrint max,max_i End Sub
制动盘表面有裂纹时,可采取()的修理方法。
A.更换
B.焊接
C.车削
D.堆焊