• 2022-06-19 问题

    优质汽车清洁香波的PH值应当为()。 A: 55~65 B: 65~70 C: 70~75 D: 75~80

    优质汽车清洁香波的PH值应当为()。 A: 55~65 B: 65~70 C: 70~75 D: 75~80

  • 2022-07-26 问题

    下列哪条语句是正确的( ) A: A=[1 2;3 4];B=[3;7];A.*B; B: A=cell(2,3);A(1,2)=[4;5]; C: A=[2 3 5 7;9 4 6 1;7 3 2 5];B=[1 7;0 5];A(2:end,2:2:end) D: x=-5:5;y=-5:5;z=x.*x-y.*y;surf(x,y,z);

    下列哪条语句是正确的( ) A: A=[1 2;3 4];B=[3;7];A.*B; B: A=cell(2,3);A(1,2)=[4;5]; C: A=[2 3 5 7;9 4 6 1;7 3 2 5];B=[1 7;0 5];A(2:end,2:2:end) D: x=-5:5;y=-5:5;z=x.*x-y.*y;surf(x,y,z);

  • 2022-06-12 问题

    intx=5,y=8,z=7;表达式z=!(x>y)||(x=1,y=3)计算后的结果 A: x=1,y=3,z=1 B: x=1,y=3,z=0 C: x=5,y=8,z=0 D: x=5,y=8,z=1

    intx=5,y=8,z=7;表达式z=!(x>y)||(x=1,y=3)计算后的结果 A: x=1,y=3,z=1 B: x=1,y=3,z=0 C: x=5,y=8,z=0 D: x=5,y=8,z=1

  • 2022-06-01 问题

    下面的C语言代码,输出结果是:( )int x, y, z;y=1;z=0;if ( z <; 0 ){x = 3;}else if ( y = = 0 ){x = 5;}else{x = 7;}printf("x=%d",x); A: x=3 B: x=5 C: x=7 D: x为随机数

    下面的C语言代码,输出结果是:( )int x, y, z;y=1;z=0;if ( z <; 0 ){x = 3;}else if ( y = = 0 ){x = 5;}else{x = 7;}printf("x=%d",x); A: x=3 B: x=5 C: x=7 D: x为随机数

  • 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-05-26 问题

    下列程序段的执行结果是( )。 x = 5: y = 7: z = 8 If x < y Then t = x: x = y: y = t End If If y < z Then t = y: y = z: z = t If x < y Then t = x: x = y: y = t End If End If Print x, y, z A: 8 5 7 B: 8 7 5 C: 5 7 8 D: 7 5 8

    下列程序段的执行结果是( )。 x = 5: y = 7: z = 8 If x < y Then t = x: x = y: y = t End If If y < z Then t = y: y = z: z = t If x < y Then t = x: x = y: y = t End If End If Print x, y, z A: 8 5 7 B: 8 7 5 C: 5 7 8 D: 7 5 8

  • 2022-06-19 问题

    优质汽车清洁香波的PH值应当为()。 A: A55~65 B: B65~70 C: C70~75 D: D75~80

    优质汽车清洁香波的PH值应当为()。 A: A55~65 B: B65~70 C: C70~75 D: D75~80

  • 2022-06-18 问题

    在VB中,要表示条件x是5或7的倍数应采用的表达式为_______。 A: x\5 or x\7 B: x mod 5=0 and x mod 7=0 C: x mod 5=0 or x mod 7=0 D: x\5 and x\7

    在VB中,要表示条件x是5或7的倍数应采用的表达式为_______。 A: x\5 or x\7 B: x mod 5=0 and x mod 7=0 C: x mod 5=0 or x mod 7=0 D: x\5 and x\7

  • 2022-06-03 问题

    下列MATLAB语句运行有误的是() A: A=[1 2;3 4];B=[3;7];AB B: A=ones(3,3);A(1,2:3)=[4,5] C: A=[2 3 5 7;9 4 6 1;7 3 2 5];B=[1 7;0 5];A(2:end,2:2:end)>B D: x=-5:5;y=-5:5;z=xx-yy

    下列MATLAB语句运行有误的是() A: A=[1 2;3 4];B=[3;7];AB B: A=ones(3,3);A(1,2:3)=[4,5] C: A=[2 3 5 7;9 4 6 1;7 3 2 5];B=[1 7;0 5];A(2:end,2:2:end)>B D: x=-5:5;y=-5:5;z=xx-yy

  • 2022-05-29 问题

    描述一个正整数n能同时被3,5和7同时整除的正确表达式为 A: n//3==0 and n//5==0 and n//7==0 B: n//3==0 or n//5==0 or n//7==0 C: n%3==0 and n%5==0 and n%7==0 D: n%3==0 or n%5==0 or n%7==0

    描述一个正整数n能同时被3,5和7同时整除的正确表达式为 A: n//3==0 and n//5==0 and n//7==0 B: n//3==0 or n//5==0 or n//7==0 C: n%3==0 and n%5==0 and n%7==0 D: n%3==0 or n%5==0 or n%7==0

  • 1 2 3 4 5 6 7 8 9 10