【判断题】三相对称电源接成三相四线制,目的是向负载提供两种电压,在低压配电系统中,标准电压规定线电压为380V,相电压为220V。
【单选题】Given the following program, when the data 3.6 2.4 is keyed in, the printed output is( ) #include #include main() { float x, y, Z; scanf(“%f%f”, &x,&y) z=x/y; while(l) { if(fabs(z) > 1.0) {x=y; y...
【简答题】填入合适的内容,程序能够正确运行。 import java.util.Scanner; public class TestInput { public static void main(String[] args) { Scanner input=new Scanner(System.in); String ss=input.neine(); int x=input.nextInt(); d...
【简答题】Scanner是扫描器类,可以使用该类创建对象来扫描数据: // 在代码第一行先导入它 import java.util.Scanner; // 在main中再定义扫描器scan Scanner scan=new Scanner(System.in); Scanner主要提供了方法来扫描输入: nextXxx():获取下一个输入项。Xxx是基本类型的全称,可以是Byte、Character、Boo...
【单选题】两输入或门输入端之一作为控制端,接低电平,另一输入端作为数字信号输入端。则输出与另一输入是:( )
【单选题】检出宽而浅的缺陷的最佳渗透剂为哪一类型?
【简答题】民族地区好干部要做到 “三个特别”,一是 ____ 必须特别清醒;二是 ____ 特别坚定;三是 ____ 特别真挚。
【简答题】The following code is used to output the value i and value x like the following picture, wirte one statment in the blank. #include
void main(){
int i = 10;
float x = 5.5;
// wri...
【单选题】若各选项中所有变量已正确定义,函数fun中通过return语句返回一个函数值,以下选项中错误的程序是______。
C.
oat fun(int a,int b){ ……}
D.
float fun(int a,int b){……}
J.
oat fun(int a,int b){ ……} K. main() L. float fun(int i, int j);