在空气调节中,用温度来反映空气的()程度,用相对湿度来反映空气的()程度,用焓来表示空气的()的大小。
A.压力
B.干湿
C.饱和
D.冷热
E.含热量
参考答案:B, D, E
奥运会从第几届开始设游泳比赛?
单击命令按钮时,下列程序代码的执行结果为 ______。 Public Sub Procl(n As Integer,ByVal m As Integer)n=n Mod 10m=m/10 End Sub Private Sub Command1_Click()Dim x As Integer,y As Integerx=12:y=34Call Procl(x,y)Print x;y End Sub
A.12 34
B.2 34
C.2 3
D.12 3