• 2022-05-28 问题

    两颗人造卫星A、B都绕地球作圆周运动,周期之比为TA∶TB=1∶8,则轨道半径之比和运动速率之比分别为(). A: rA∶rB=4∶1,vA∶vB=1∶2 B: rA∶rB=1∶4,vA∶vB=1∶2 C: rA∶rB=4∶1,vA∶vB=2∶1 D: rA∶rB=1∶4,vA∶vB=2∶1

    两颗人造卫星A、B都绕地球作圆周运动,周期之比为TA∶TB=1∶8,则轨道半径之比和运动速率之比分别为(). A: rA∶rB=4∶1,vA∶vB=1∶2 B: rA∶rB=1∶4,vA∶vB=1∶2 C: rA∶rB=4∶1,vA∶vB=2∶1 D: rA∶rB=1∶4,vA∶vB=2∶1

  • 2022-06-06 问题

    MATLAB 命令 data=[1 4 2 4 4 1 2 3 1 3]; y=hist(data,4),其结果为 A: y=4 1 2 3 B: y=3 2 2 3 C: y=3 2 3 2 D: y=4 2 1 1

    MATLAB 命令 data=[1 4 2 4 4 1 2 3 1 3]; y=hist(data,4),其结果为 A: y=4 1 2 3 B: y=3 2 2 3 C: y=3 2 3 2 D: y=4 2 1 1

  • 2022-06-01 问题

    求微分方程[img=143x21]17da5f14490e50e.png[/img]的通解,实验命令为(). A: dsolve(D2y-2*Dy+5*y=sin(2*x),x)ans =exp(x)*sin(2*x)*C2+exp(x)*cos(2*x)*C1+1/17*sin(2*x)+4/17*cos(2*x) B: dsolve('D2y-2*Dy+5*y=sin(2*x)','x')ans =cos(2*x)*(sin(4*x)/17 - cos(4*x)/68 + 1/4) - sin(2*x)*(cos(4*x)/17 + sin(4*x)/68) + C1*cos(2*x)*exp(x) - C2*sin(2*x)*exp(x) C: dsolve(D2y-2*Dy+5*y=sin(2*x),'x','y')ans =exp(x)*sin(2*x)*C2+exp(x)*cos(2*x)*C1+1/17*sin(2*x)+4/17*cos(2*x)

    求微分方程[img=143x21]17da5f14490e50e.png[/img]的通解,实验命令为(). A: dsolve(D2y-2*Dy+5*y=sin(2*x),x)ans =exp(x)*sin(2*x)*C2+exp(x)*cos(2*x)*C1+1/17*sin(2*x)+4/17*cos(2*x) B: dsolve('D2y-2*Dy+5*y=sin(2*x)','x')ans =cos(2*x)*(sin(4*x)/17 - cos(4*x)/68 + 1/4) - sin(2*x)*(cos(4*x)/17 + sin(4*x)/68) + C1*cos(2*x)*exp(x) - C2*sin(2*x)*exp(x) C: dsolve(D2y-2*Dy+5*y=sin(2*x),'x','y')ans =exp(x)*sin(2*x)*C2+exp(x)*cos(2*x)*C1+1/17*sin(2*x)+4/17*cos(2*x)

  • 2022-06-11 问题

    下面代码的输出结果是()。 x=17 y=4[br][/br] print(divmod(x,y)) A: 1, 4 B: (4, 1) C: 4, 1 D: (1, 4)

    下面代码的输出结果是()。 x=17 y=4[br][/br] print(divmod(x,y)) A: 1, 4 B: (4, 1) C: 4, 1 D: (1, 4)

  • 2022-07-28 问题

    根据名优绿茶的评分原则,某项因子品质有缺陷定为丙等,给()分。 A: 74 B: 74±1 C: 74±2 D: 74±4

    根据名优绿茶的评分原则,某项因子品质有缺陷定为丙等,给()分。 A: 74 B: 74±1 C: 74±2 D: 74±4

  • 2022-06-03 问题

    由直线x=1/2,x=2,曲线y=1/x以及x轴所围成图形的面积为() A: 15/4 B: 17/4 C: D: 2ln2

    由直线x=1/2,x=2,曲线y=1/x以及x轴所围成图形的面积为() A: 15/4 B: 17/4 C: D: 2ln2

  • 2022-06-06 问题

    下列程序的运行结果是()。Publicclasssun{Publicstaticvoidmain(Stringargs&#91;&#93;){intx=4,y=0;if(Math.pow(X,2)==16)y—x;if(Math.pow(X,2)<15)y—l/x;if(Math.pow(X,2)>15)y=(int)Math.pow(X,2)+1;system.out.println(y);}} A: 4 B: 17 C: 18 D: 0.25

    下列程序的运行结果是()。Publicclasssun{Publicstaticvoidmain(Stringargs&#91;&#93;){intx=4,y=0;if(Math.pow(X,2)==16)y—x;if(Math.pow(X,2)<15)y—l/x;if(Math.pow(X,2)>15)y=(int)Math.pow(X,2)+1;system.out.println(y);}} A: 4 B: 17 C: 18 D: 0.25

  • 2021-04-14 问题

    若x=[1 2 3 4 5];y=[2 -1 4 3 -2];则z=x.*y=()

    若x=[1 2 3 4 5];y=[2 -1 4 3 -2];则z=x.*y=()

  • 2022-06-06 问题

    设有如下程序: public class Sun { public static void main(String args&#91; &#93;) { int x,y; x=4; y=0; if(Math.pow(x,2)==16) y=x; if(Math.pow(x,2)<15) y=1/x; if(Math.pow(x,2)>15) y=(int)Math.pow(x,2)+1; System.out.println(y); } } 程序的运行结果是( )。 A: 4 B: 17 C: 18 D: 0.25

    设有如下程序: public class Sun { public static void main(String args&#91; &#93;) { int x,y; x=4; y=0; if(Math.pow(x,2)==16) y=x; if(Math.pow(x,2)<15) y=1/x; if(Math.pow(x,2)>15) y=(int)Math.pow(x,2)+1; System.out.println(y); } } 程序的运行结果是( )。 A: 4 B: 17 C: 18 D: 0.25

  • 2022-06-06 问题

    袋子中有1个1号球,3个2号球,不放回的任取一球,取两次,记X, Y分别为第一次和第二次所取得的球的号码,则Y的分布列为 A: P(Y=1)=1/4, P(Y=2)=3/4 B: P(Y=1)=3/4, P(Y=2)=1/4 C: P(Y=1)=2/3, P(Y=2)=1/3 D: P(Y=1)=1/3, P(Y=2)=2/3

    袋子中有1个1号球,3个2号球,不放回的任取一球,取两次,记X, Y分别为第一次和第二次所取得的球的号码,则Y的分布列为 A: P(Y=1)=1/4, P(Y=2)=3/4 B: P(Y=1)=3/4, P(Y=2)=1/4 C: P(Y=1)=2/3, P(Y=2)=1/3 D: P(Y=1)=1/3, P(Y=2)=2/3

  • 1 2 3 4 5 6 7 8 9 10