如下图,(1)为交流电压,XL=XC=R=10Ω,求A1,A2,A3读数。
(2)U=100V为直流电压,同上,求A1,A2,A3读数。
参考答案:
《边城》表达了作者什么样的人生追求?
下面程序段的输出结果是( )。 public class Test public static void main(String args[ ]) int x,y; x=(int)Math.sqrt(5)/2+(int)Math.random()*5/2; y=(int)Math.sqrt(3)/2+(int)Math.random()*3/2; if (x>y) System.out.println("x>y"); else if (x==y) System.out.println("x=y"); else System.out.println("x<y");
A.x>y
B.x=y
C.x<y
D.编译错误