在画三视图时,主、俯视图要______,主、左视图要______,左、俯视图要______.
主、俯视图要长对正,主、左视图要高平齐,左、俯视图要宽相等.
由于风硐通过的风量很大,因此确定其断面的依据是最大风速不应超过()m/s。
A.10
B.15
C.20
D.25
以下用户自定义函数 Function Func(a As Integer,b As Integer)As Integer Static m As Integer.i As Integer m=0:i=2 i=i+m+i m=i+a-i-b Func=m End Function 在窗体上画一个命令按钮,然后编写如下事件过程: Private Sub Command1_Click() Dim k As Integer,m As Integer,p As Integer k=4:m=1 P=Func(k,m) Print P End Sub 程序运行后,单击命令按钮,输出结果为
A.8
B.9
C.10
D.11