牵引电动机的励磁绕组在()。
A.定子上
B.转子上
C.定转子均有
D.无励磁绕组
参考答案:A
场振荡电路用直接同步方式进行同步,行振荡电路则是用间接同步方式进行同步的。
执行以下的循环后输出的值为( )。 public class Sun public static void main (String args[ ]) int m=1000, s=0, n=0; do n=n+l; s=s+(int)Math.pow(2,n); while (s<=m); System.out.println("n="+n+","+"s="+s);
A.n=9, s=1000
B.n=8, s=1022
C.n=9, s=1022
D.n=8, s=1000