集合M={1,2}的子集个数是( )
A.1
B.2
C.3
D.4
集合M={1,2}的子集有:∅,{1},{2},{1,2};共有4个.
故选D.
在窗体上画一个名称为Command1的命令按钮,并编写以下程序: Private Sub Command1_Click() Print fun("ABCDEFG") End Sub Function fun(st As String)As string stlen=Len(st) temp=" " For k=1 To stlen/2 temp=temp+Mid(st,k,1)+Mid(st, stlen-k+1 ,1) Next k fun=temp End Function 程序运行时,单击命令按钮,则在窗体上显示的是______。
A) ABCDEFG B) AGBFCED C) AGBFCE D) GAFBEC
衡量测量精度的指标有哪些?