• 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)

  • 2021-04-14 问题

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

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

  • 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-10-29 问题

    函数 [img=197x96]1803dbfc46ca27a.png[/img]表示的曲面称为椭圆锥面,绘制这个曲面的程序是: A: s=-5:0.1:5;t=-5:0.1:5;[x, y]=meshgrid(s, t);z=sqrt(x.^2+y.^2);mesh(x,y,z) B: a=3;b=2;s=-5:0.1:5;t=-5:0.1:5;[x, y]=meshgrid(s, t);z=sqrt(x.^2/a/a+y.^2/b/b);mesh(x, y, z) C: a=3;b=2;s=-5:0.1:5;t=-5:0.1:5;[x, y]=meshgrid(s, t);z=sqrt(x.^2/a*a+y.^2/b*b);mesh(x, y, z) D: a=3;b=2;s=-5:0.1:5;t=-5:0.1:5;[x, y]=meshgrid(s, t);z=sqrt(x^2/a/a+y^2/b/b);mesh(x, y, z);

    函数 [img=197x96]1803dbfc46ca27a.png[/img]表示的曲面称为椭圆锥面,绘制这个曲面的程序是: A: s=-5:0.1:5;t=-5:0.1:5;[x, y]=meshgrid(s, t);z=sqrt(x.^2+y.^2);mesh(x,y,z) B: a=3;b=2;s=-5:0.1:5;t=-5:0.1:5;[x, y]=meshgrid(s, t);z=sqrt(x.^2/a/a+y.^2/b/b);mesh(x, y, z) C: a=3;b=2;s=-5:0.1:5;t=-5:0.1:5;[x, y]=meshgrid(s, t);z=sqrt(x.^2/a*a+y.^2/b*b);mesh(x, y, z) D: a=3;b=2;s=-5:0.1:5;t=-5:0.1:5;[x, y]=meshgrid(s, t);z=sqrt(x^2/a/a+y^2/b/b);mesh(x, y, z);

  • 2022-07-01 问题

    设随机变量X服从二项分布,E(X)=2.4,D(X)=1.44则X的参数为( ). A: n=6,p=0.4 B: n=6,p=0.1 C: n=8,p=0.3 D: n=24,p=0.1

    设随机变量X服从二项分布,E(X)=2.4,D(X)=1.44则X的参数为( ). A: n=6,p=0.4 B: n=6,p=0.1 C: n=8,p=0.3 D: n=24,p=0.1

  • 2022-06-01 问题

    根据储量计算结果及等级化标准,对储量规模进行评价,油田储量()的储量规模为大规模。 A: >10×10<sup>8</sup>t B: 为1×10<sup>8</sup>t~10×10<sup>8</sup>t C: 为0.01×10<sup>8</sup>t~1×10<sup>8</sup>t D: 为0.01×10<sup>8</sup>t~0.1×10<sup>8</sup>t

    根据储量计算结果及等级化标准,对储量规模进行评价,油田储量()的储量规模为大规模。 A: >10×10<sup>8</sup>t B: 为1×10<sup>8</sup>t~10×10<sup>8</sup>t C: 为0.01×10<sup>8</sup>t~1×10<sup>8</sup>t D: 为0.01×10<sup>8</sup>t~0.1×10<sup>8</sup>t

  • 2021-04-14 问题

    写出下面程序运行结果。 public class Demo { public static void main(String args[]) { int x = 9, y = 11, z = 8; int t, w; t = x > y ? x : y + x; w = t > z ? t : z; System.out.println(w); } }

    写出下面程序运行结果。 public class Demo { public static void main(String args[]) { int x = 9, y = 11, z = 8; int t, w; t = x > y ? x : y + x; w = t > z ? t : z; System.out.println(w); } }

  • 2022-06-16 问题

    下面程序的输出结果是( )。 #include<iostream> using namespace std; template<class T> T max(T x,T y) return(x>=y x:y); void main() cout<<max(5,8)<<endl; cout<<max("zhangsan","lisi"); A: 8 B: zhangsan C: 8 D: lisi E: 5 F: zhangsan G: 5 H: lisi

    下面程序的输出结果是( )。 #include<iostream> using namespace std; template<class T> T max(T x,T y) return(x>=y x:y); void main() cout<<max(5,8)<<endl; cout<<max("zhangsan","lisi"); A: 8 B: zhangsan C: 8 D: lisi E: 5 F: zhangsan G: 5 H: lisi

  • 2022-06-19 问题

    在MATLAB语句用于画出函数y(x)时&#91;0,π&#93;取值步进为0.1的是( <br/>). A: x=0:π B: x=0:0.1:π C: x=0.1:pi D: x=0:0.1:pi

    在MATLAB语句用于画出函数y(x)时&#91;0,π&#93;取值步进为0.1的是( <br/>). A: x=0:π B: x=0:0.1:π C: x=0.1:pi D: x=0:0.1:pi

  • 2022-06-08 问题

    设f(x)连续,且∫0x2-1f(t)dt=1+x3,则f(8)=______

    设f(x)连续,且∫0x2-1f(t)dt=1+x3,则f(8)=______

  • 1 2 3 4 5 6 7 8 9 10