• 2021-04-14 问题

    下列程序段中,循环体s = s +1执行了几次? For i = 0 To 7 Step 3 For j = 0 To 7 Step 2 s = s + 1 Next Next

    下列程序段中,循环体s = s +1执行了几次? For i = 0 To 7 Step 3 For j = 0 To 7 Step 2 s = s + 1 Next Next

  • 2022-06-07 问题

    设有如下代码段 1 String s = null; 2 if ( s != null & s.length() > 0) 3 System.out.println("s != null & s.length() > 0"); 4 if ( s != null && s.length() > 0) 5 System.out.println("s != null & s.length() > 0"); 6 if ( s != null || s.length() > 0) 7 System.out.

    设有如下代码段 1 String s = null; 2 if ( s != null & s.length() > 0) 3 System.out.println("s != null & s.length() > 0"); 4 if ( s != null && s.length() > 0) 5 System.out.println("s != null & s.length() > 0"); 6 if ( s != null || s.length() > 0) 7 System.out.

  • 2021-04-14 问题

    【单选题】Which of the following matrices does not have the same determinant of matrix B: [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -1, 0, -9,-5] A. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 0; -1, 0, -9, -5] B. [1, 3, 0, 2; -2, -5, 7, 4; 1, 0, 9, 5; -1, 0, -9, -5] C. [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -3, -5, -2, -1] D. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 1; -1, 0, -9, -5]

    【单选题】Which of the following matrices does not have the same determinant of matrix B: [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -1, 0, -9,-5] A. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 0; -1, 0, -9, -5] B. [1, 3, 0, 2; -2, -5, 7, 4; 1, 0, 9, 5; -1, 0, -9, -5] C. [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -3, -5, -2, -1] D. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 1; -1, 0, -9, -5]

  • 2022-07-26 问题

    三相异步电动机的转差变化范围是() A: 0≤S≤1 B: 0<S≤1 C: 0<S<1 D: 0≤S<1

    三相异步电动机的转差变化范围是() A: 0≤S≤1 B: 0<S≤1 C: 0<S<1 D: 0≤S<1

  • 2022-07-28 问题

    已知变量s的值是一个字符串,以下能用于判断s这个字符串是否以字符“1”开头,且以字符“0”结尾的表达式为: A: s[0]==1ands[9]==0 B: s[0]=="1"ands[-1]=="0" C: s[0]="1"ors[-1]="0" D: s[0]=="1"ors[-1]=="0"

    已知变量s的值是一个字符串,以下能用于判断s这个字符串是否以字符“1”开头,且以字符“0”结尾的表达式为: A: s[0]==1ands[9]==0 B: s[0]=="1"ands[-1]=="0" C: s[0]="1"ors[-1]="0" D: s[0]=="1"ors[-1]=="0"

  • 2021-04-14 问题

    串S='aaab',其next数组为()? 0 2 0 0|0 1 2 0|-1 0 1 2|0 0 1 2

    串S='aaab',其next数组为()? 0 2 0 0|0 1 2 0|-1 0 1 2|0 0 1 2

  • 2021-04-14 问题

    设有如下代码段 1 String s = null; 2 if ( s != null & s.length() > 0) 3 System.out.println("s != null & s.length() > 0"); 4 if ( s != null && s.length() > 0) 5 System.out.println("s != null & s.length() > 0"); 6 if ( s != null || s.length() > 0) 7 System.out.println("s != null & s.length() > 0"); 8 if ( s != null | s.length() > 0) 9 System.out.println("s != null | s.length() > 0"); 哪些行将抛出空指针异常?

    设有如下代码段 1 String s = null; 2 if ( s != null & s.length() > 0) 3 System.out.println("s != null & s.length() > 0"); 4 if ( s != null && s.length() > 0) 5 System.out.println("s != null & s.length() > 0"); 6 if ( s != null || s.length() > 0) 7 System.out.println("s != null & s.length() > 0"); 8 if ( s != null | s.length() > 0) 9 System.out.println("s != null | s.length() > 0"); 哪些行将抛出空指针异常?

  • 2022-05-29 问题

    298 K,往 1 L 水中加入 1 mol 固体 NaCl ,则溶解过程的 A: ΔG >; 0 ,ΔS >; 0 B: ΔG <; 0 ,ΔS >; 0 C: ΔG >; 0 ,ΔS <; 0 D: ΔG <; 0 ,ΔS <; 0

    298 K,往 1 L 水中加入 1 mol 固体 NaCl ,则溶解过程的 A: ΔG >; 0 ,ΔS >; 0 B: ΔG <; 0 ,ΔS >; 0 C: ΔG >; 0 ,ΔS <; 0 D: ΔG <; 0 ,ΔS <; 0

  • 2022-05-31 问题

    下列程序段中,循环体s = s +1执行了几次?For i = 0 To 7 Step 3 For j = 0 To 7 Step 2 s = s + 1 NextNext A: 5 B: 7 C: 12 D: 49

    下列程序段中,循环体s = s +1执行了几次?For i = 0 To 7 Step 3 For j = 0 To 7 Step 2 s = s + 1 NextNext A: 5 B: 7 C: 12 D: 49

  • 2022-06-12 问题

    三相异步电动机启动瞬时转差率为( ) A: n=0,s=1 B: n=1,s=0 C: n=1,s=1 D: n=0,s=0

    三相异步电动机启动瞬时转差率为( ) A: n=0,s=1 B: n=1,s=0 C: n=1,s=1 D: n=0,s=0

  • 1 2 3 4 5 6 7 8 9 10