在支承梁底模板中,对于深跨度≥4m时,当设计无要求时应起棋______跨度。
A.0.1%~0.2%
B.0.2%~0.3%
C.1%~2%
D.2%~3%
参考答案:B
窗体上有一个名称为Text1的文本框和一个名称为Command1、标题为“计算”的命令按钮,如图所示。函数fun及命令按钮的单击事件过程如下,请填空。
Private Sub Command1_Click()
Dim x As Integer
x=Va1(InputBox(“输入数据”))
Text1=Str(fun(x)+fun(x)+fun(x))
End Sub
Private Function fun(ByRef n As Integer)
If n Mod 3=0 Then
n=n+n
Else
n=n*n
End If
(1) =n
End Function
当单击命令按钮,在输入对话框中输入2时,文本框中显示的是 (2)
简述粘液质的特点及管理要点。