※ [1~5]( ) . ( 3 )
( ) .
A.
B.
C.
D.
参考答案:A
体系的自由度W≤0是保证体系为几何不可变的()条件。
A.必要
B.充分
C.非必要
D.必要和充分
窗体上有一个名为Command1的命令按钮,并有如下程序: Private Sub Command1_Click() Dim a As Integer, b As Integer a=8 b=12 Print fun(a, b); a; b End Sub Private Function Fun(ByVal a As Integer, b As Integer)As Integer a=a Mod 5 b=b\5 Fun=a End Function 程序运行时,单击命令按钮,则输出结果是( )。
A.3 3 2
B.3 8 2
C.8 8 12
D.3 8 12