• 2022-06-06 问题

    Whatistheintersectionpointforthegraphsofthelines<em>y</em>=2<em>x</em>+7and<em>y</em>=3<em>x</em>+2? A: (9,25) B: (5,17) C: (-17,-5) D: (17,-7) E: (-7,17)

    Whatistheintersectionpointforthegraphsofthelines<em>y</em>=2<em>x</em>+7and<em>y</em>=3<em>x</em>+2? A: (9,25) B: (5,17) C: (-17,-5) D: (17,-7) E: (-7,17)

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

  • 2021-04-14 问题

    若有语句double x=17; int y;,当执行y=(int)(x/5)%2;之后y的值为

    若有语句double x=17; int y;,当执行y=(int)(x/5)%2;之后y的值为

  • 2022-06-11 问题

    若有语句doublex=17;inty;,当执行y=(int)(x/5)%2;之后y的值是 A: 0 B: 1 C: 2 D: 3

    若有语句doublex=17;inty;,当执行y=(int)(x/5)%2;之后y的值是 A: 0 B: 1 C: 2 D: 3

  • 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

  • 2022-06-19 问题

    已知随机变量X, Y的方差D(X)=4,,D(Y)=9,协方差Cov(X,Y)=2,则D(2X-Y)= A: 25 B: 13 C: 17 D: 21

    已知随机变量X, Y的方差D(X)=4,,D(Y)=9,协方差Cov(X,Y)=2,则D(2X-Y)= A: 25 B: 13 C: 17 D: 21

  • 2022-10-26 问题

    已知随机变量X,Y的方差D(X)=1,D(Y)=2,且X,Y相互独立,则D(X+2Y)=( ) A: 9 B: 5 C: 17 D: 15

    已知随机变量X,Y的方差D(X)=1,D(Y)=2,且X,Y相互独立,则D(X+2Y)=( ) A: 9 B: 5 C: 17 D: 15

  • 2022-06-06 问题

    If<em>x</em>-9=2<em>y</em>and<em>x</em>+3=5<em>y</em>,whatisthevalueof<em>x</em>? A: -2 B: 4 C: 11 D: 15 E: 17

    If<em>x</em>-9=2<em>y</em>and<em>x</em>+3=5<em>y</em>,whatisthevalueof<em>x</em>? A: -2 B: 4 C: 11 D: 15 E: 17

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

    若定义int x=7,y=5,z;则表达式:z=x+5/2*y的值是( )。 A: 7 B: 7.5 C: 17 D: 19

    若定义int x=7,y=5,z;则表达式:z=x+5/2*y的值是( )。 A: 7 B: 7.5 C: 17 D: 19

  • 1 2 3 4 5 6 7 8 9 10