在电气设备的绝缘上加直流电压,绝缘中流过的电流叫()。
A.放电电流
B.泄漏电流
C.感应电流
D.充电电流
参考答案:B
液压油最适合的温度是()。
A.15~20℃
B.35~50C℃
C.85~95℃
在窗体上有一个命令按钮,然后编写如下事件过程 Private Sub Command1 _ cickc ( ) a=InputBox("enter the first integer") b=InputBox("enter the second integer") Print b + a End Sub 程序运行后,单击命令按钮,先后在两个输入框中分别输入“2”和“6”,则输出结果为()。
A.ifstream fin;fin.open("C:\\test.txt");
B.ifstream fin("C:\\test.txt");
C.A)和B)
D.ifstream fin;fin("C:\\test.txt");