在磁路饱和时,直流电机的交轴电枢反应对主极磁场的影响是()。
A. 增磁
B. 去磁
C. 不增磁也不去磁
Writing1. Write a formal invitation to the end-of-term party to a partner and give it to him/her.2. Reply to the invitation to the end-of-term party that you have received from a partner, either accepting or declining.
以下函数声明中,正确的是()。
A. void play(var a:Integer,var b:Integer)
B. void play(int a,b)
C. void play(int a,int b)
D. void play(int a int b)
若有如下函数:fun(float x){printf("%d\n",x*x);}则函数的类型是()。
A. 与参数x的类型相同
B. 是void型
C. 是int型
D. 无法确定