• 2022-06-01 问题

    (1)u=u_R+u_L+u_C (2)U=U_R+U_L+U_C (3)U=U_R+j(U_L-U_C) (4)U̇=U̇_R+U̇_L+U̇_C (5)U̇=U̇_R+j(U̇_L+U̇_C) 上述公式中正确的是() A: (1)(2)(3)(4) B: (3)(4)(5) C: (1)(4)(5) D: 全都正确

    (1)u=u_R+u_L+u_C (2)U=U_R+U_L+U_C (3)U=U_R+j(U_L-U_C) (4)U̇=U̇_R+U̇_L+U̇_C (5)U̇=U̇_R+j(U̇_L+U̇_C) 上述公式中正确的是() A: (1)(2)(3)(4) B: (3)(4)(5) C: (1)(4)(5) D: 全都正确

  • 2022-06-12 问题

    下面代码的输出结果是什么? def f(values): values[0] = 44 v = [1, 2, 3] f(v) print(v)‌‎‌ A: [1, 44] B: [1, 2, 3, 44] C: [44, 2, 3] D: [1, 2, 3]

    下面代码的输出结果是什么? def f(values): values[0] = 44 v = [1, 2, 3] f(v) print(v)‌‎‌ A: [1, 44] B: [1, 2, 3, 44] C: [44, 2, 3] D: [1, 2, 3]

  • 2022-05-31 问题

    在晶闸管整流电路中,若有U A: U=U B: U=(2~3)U C: U=(5~10)U D: U≥10U

    在晶闸管整流电路中,若有U A: U=U B: U=(2~3)U C: U=(5~10)U D: U≥10U

  • 2022-06-12 问题

    下面代码的执行结果为( )。def f(values): values[0] = 44v = [1, 2, 3]f(v)print(v) A: [1, 44] B: [1, 2, 3, 44] C: [44, 2, 3] D: [1, 2, 3]

    下面代码的执行结果为( )。def f(values): values[0] = 44v = [1, 2, 3]f(v)print(v) A: [1, 44] B: [1, 2, 3, 44] C: [44, 2, 3] D: [1, 2, 3]

  • 2022-05-27 问题

    在MATLAB的Editor中输入下列语句:x=&#91;1<br/>3;2 4&#93;;y=norm(x(:,2));z=det();u=diag();v=polyval(u,1);运行后,在Command<br/>Window 中对应y,z,u,v的输出结果为(<br/>) A: 5 -2 [1;4] 5 B: 5 2 [1;2] 3 C: 4 2 [1;2] 3 D: 4 -2 [1;4] 5

    在MATLAB的Editor中输入下列语句:x=&#91;1<br/>3;2 4&#93;;y=norm(x(:,2));z=det();u=diag();v=polyval(u,1);运行后,在Command<br/>Window 中对应y,z,u,v的输出结果为(<br/>) A: 5 -2 [1;4] 5 B: 5 2 [1;2] 3 C: 4 2 [1;2] 3 D: 4 -2 [1;4] 5

  • 2022-05-27 问题

    在MATLAB的Editor中输入下列语句:x=&#91;13;24&#93;;y=norm(x(:,2));z=det(x);u=diag(x);v=polyval(u,1);运行后,在CommandWindow中对应y,z,u,v的输出结果为() A: 4  2  [1;2]  3 B: 4  -2 [1;4]  5 C: 5  2  [1;2]  3 D: 5 -2  [1;4]  5

    在MATLAB的Editor中输入下列语句:x=&#91;13;24&#93;;y=norm(x(:,2));z=det(x);u=diag(x);v=polyval(u,1);运行后,在CommandWindow中对应y,z,u,v的输出结果为() A: 4  2  [1;2]  3 B: 4  -2 [1;4]  5 C: 5  2  [1;2]  3 D: 5 -2  [1;4]  5

  • 2022-06-04 问题

    函数 $y=5^{(3x+1)^2}$ 的复合过程为 ( ). A: $y=5^u, u=v^2, v=3x+1$ B: $y=u^2, u=5^v, v=3x+1$

    函数 $y=5^{(3x+1)^2}$ 的复合过程为 ( ). A: $y=5^u, u=v^2, v=3x+1$ B: $y=u^2, u=5^v, v=3x+1$

  • 2022-06-17 问题

    Em/E=Im/I=Um/U=()。 A: √2 B: √3 C: √5 D: √7

    Em/E=Im/I=Um/U=()。 A: √2 B: √3 C: √5 D: √7

  • 2022-06-03 问题

    有以下程序段,其运行结果是_______。int i,j;for(i=3;i>=1;i--){for(j=1;j<=2;j++)printf("%d",i+j);printf("\n");} A: 2 3 43 4 5 B: 4 53 42 3 C: 4 3 25 4 3 D: 2 33 44 5

    有以下程序段,其运行结果是_______。int i,j;for(i=3;i>=1;i--){for(j=1;j<=2;j++)printf("%d",i+j);printf("\n");} A: 2 3 43 4 5 B: 4 53 42 3 C: 4 3 25 4 3 D: 2 33 44 5

  • 2022-05-27 问题

    已知一个有序表为(11,22,33,44,55,66,77,88,99),则折半查找44需要比较()次。 A: 2 B: 3 C: 4 D: 5

    已知一个有序表为(11,22,33,44,55,66,77,88,99),则折半查找44需要比较()次。 A: 2 B: 3 C: 4 D: 5

  • 1 2 3 4 5 6 7 8 9 10