额定电压为 380 V /220 V的单相变压器,若当作升压变压器使用时,可以在二次侧接入 380 V的电源,在一次侧获得输出约 656 V的电压。
参考答案:错
, where is the library, please? [ ]
A. Sorry
B. Forget it
C. Excuse me
D. Thanks
在下列源代码文件Test.java中,哪个选项是正确的类定义
A.public class test public int x=0; public test(int x ) this.x=x;
B.public class Test public int x=0; public Test(int x ) this.x=x;
C.public class Test extends T1 T2 public int x=0; public Test(int x)this.x=x; D)protected class Test extends T2 public int x=0; public Test(int x) this.x=x;