• 2022-06-05 问题

    系统特征方程为[img=240x24]18037e25d1d4f5c.png[/img],按稳定要求确定T的临界值( ) A: T<25 B: T>25 C: 25<T<50 D: T>50

    系统特征方程为[img=240x24]18037e25d1d4f5c.png[/img],按稳定要求确定T的临界值( ) A: T<25 B: T>25 C: 25<T<50 D: T>50

  • 2022-06-29 问题

    系统特征方程为[img=240x24]1802d8df3363ecf.png[/img],使系统稳定的T的取值范围是( )。 A: T<25 B: T>25 C: 25<T<50 D: T>50

    系统特征方程为[img=240x24]1802d8df3363ecf.png[/img],使系统稳定的T的取值范围是( )。 A: T<25 B: T>25 C: 25<T<50 D: T>50

  • 2022-06-03 问题

    下列相对湿度最大的是() A: t=18℃,td=15℃ B: t=25℃,td=17℃ C: t=15℃,td=15℃ D: t=25℃,td=15℃

    下列相对湿度最大的是() A: t=18℃,td=15℃ B: t=25℃,td=17℃ C: t=15℃,td=15℃ D: t=25℃,td=15℃

  • 2022-06-15 问题

    ‏var t = 10; ‌‏function test(test){ ‌‏ t = t + test; ‌‏ console.log(t);‌‏ var t = 3; ‌‏} ‌‏test(t); ‌‏console.log(t); ‌‏运行结果是( )?‌‏‌ A: 3 3 B: 3 10 C: NaN 10 D: NaN 3

    ‏var t = 10; ‌‏function test(test){ ‌‏ t = t + test; ‌‏ console.log(t);‌‏ var t = 3; ‌‏} ‌‏test(t); ‌‏console.log(t); ‌‏运行结果是( )?‌‏‌ A: 3 3 B: 3 10 C: NaN 10 D: NaN 3

  • 2022-06-18 问题

    25×3×4的计算结果与□的计算结果相同。□内应填 A: 25×4×3 B: 25×(4+3)

    25×3×4的计算结果与□的计算结果相同。□内应填 A: 25×4×3 B: 25×(4+3)

  • 2022-06-19 问题

    求微分方程[img=269x55]17da6536a9fba07.png[/img]的通解; ( ) A: (C15*sin(2*t))/exp(3*t) + (C16*sin(2*t))/exp(3*t) B: (C15*cos(2*t))/exp(3*t) - (C16*sin(2*t))/exp(3*t) C: (C15*cos(2*t))/exp(3*t) + (C16*cos(2*t))/exp(3*t) D: (C15*cos(2*t))/exp(3*t) + (C16*sin(2*t))/exp(3*t)

    求微分方程[img=269x55]17da6536a9fba07.png[/img]的通解; ( ) A: (C15*sin(2*t))/exp(3*t) + (C16*sin(2*t))/exp(3*t) B: (C15*cos(2*t))/exp(3*t) - (C16*sin(2*t))/exp(3*t) C: (C15*cos(2*t))/exp(3*t) + (C16*cos(2*t))/exp(3*t) D: (C15*cos(2*t))/exp(3*t) + (C16*sin(2*t))/exp(3*t)

  • 2022-06-14 问题

    逻辑判断式中错误的是_____。 A: t>20 B: t>=1 & t<=3 C: t>=1 and t<=3 D: t<=1 || t>=3

    逻辑判断式中错误的是_____。 A: t>20 B: t>=1 & t<=3 C: t>=1 and t<=3 D: t<=1 || t>=3

  • 2022-06-09 问题

    设\(z = {e^{x - 2y}}\),而\(x = \sin t,\;y = {t^3},\)则\( { { dz} \over {dt}} = \)( ) A: \({e^{\sin t - 2{t^3}}}\) B: \({e^{\sin t - 2{t^3}}}\left( {\cos t - 6{t^2}} \right)\) C: \({e^{\sin t - 2{t^3}}}\ {\sin t } \) D: \({e^{\sin t - 2{t^3}}}\,{t^3}\)

    设\(z = {e^{x - 2y}}\),而\(x = \sin t,\;y = {t^3},\)则\( { { dz} \over {dt}} = \)( ) A: \({e^{\sin t - 2{t^3}}}\) B: \({e^{\sin t - 2{t^3}}}\left( {\cos t - 6{t^2}} \right)\) C: \({e^{\sin t - 2{t^3}}}\ {\sin t } \) D: \({e^{\sin t - 2{t^3}}}\,{t^3}\)

  • 2022-06-15 问题

    t=(1,2,3,4,5),下列方法不能获取到元素3的是()。 A: t[-3] B: t[2:3] C: t[2] D: t[2:3][0]

    t=(1,2,3,4,5),下列方法不能获取到元素3的是()。 A: t[-3] B: t[2:3] C: t[2] D: t[2:3][0]

  • 2022-06-05 问题

    一空间曲线由参数方程x=t y=sin(2t) , -3<t<3z=cos(3t*t)表示,绘制这段曲线可以由下列哪组语句完成。 A: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z, t) B: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t*t);plot3(x, y, z) C: t=-3:0.1:3;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z) D: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z) E: x=-3:0.1:3;y=sin(2*x);z=cos(3*x.*x);plot3(x, y, z)

    一空间曲线由参数方程x=t y=sin(2t) , -3<t<3z=cos(3t*t)表示,绘制这段曲线可以由下列哪组语句完成。 A: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z, t) B: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t*t);plot3(x, y, z) C: t=-3:0.1:3;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z) D: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z) E: x=-3:0.1:3;y=sin(2*x);z=cos(3*x.*x);plot3(x, y, z)

  • 1 2 3 4 5 6 7 8 9 10