• 2022-07-27 问题

    四杆机构处于死点时,其传动角Y为()。 A: 0° B: 90° C: Y>90° D: 0°<Y<90°

    四杆机构处于死点时,其传动角Y为()。 A: 0° B: 90° C: Y>90° D: 0°<Y<90°

  • 2021-04-14 问题

    x=90; y=100;while(y>0)if(x>100){x=x-10;y--;}else x++;

    x=90; y=100;while(y>0)if(x>100){x=x-10;y--;}else x++;

  • 2022-06-06 问题

    Cans of soft drinks cost $0.30 in a certain vending machine. What is the expected value and variance of daily revenue (Y) from the machine, if X, the number of cans sold per day has E(X) = 90, and Var(X) = 40 ( ) A: E(Y ) = 27, Var(Y ) = 4.5 B: E(Y ) = 27 , Var(Y ) = 4.5 C: E(Y ) = 27 , Var(Y ) = 3.6 D: E(Y ) = 90 , Var(Y ) = 3.6

    Cans of soft drinks cost $0.30 in a certain vending machine. What is the expected value and variance of daily revenue (Y) from the machine, if X, the number of cans sold per day has E(X) = 90, and Var(X) = 40 ( ) A: E(Y ) = 27, Var(Y ) = 4.5 B: E(Y ) = 27 , Var(Y ) = 4.5 C: E(Y ) = 27 , Var(Y ) = 3.6 D: E(Y ) = 90 , Var(Y ) = 3.6

  • 2021-04-14 问题

    试分析下面程序段的时间复杂度,并思考推导过程。 x=90; y=100; while(y>0) { if(x>100) { x = x - 10; y = y - 1; } else x++; }

    试分析下面程序段的时间复杂度,并思考推导过程。 x=90; y=100; while(y>0) { if(x>100) { x = x - 10; y = y - 1; } else x++; }

  • 2022-06-03 问题

    What will be the value of ans after the following code has been executed? int x = 90, y = 55, ans = 10; if ( x == y); ans *= 2;

    What will be the value of ans after the following code has been executed? int x = 90, y = 55, ans = 10; if ( x == y); ans *= 2;

  • 2022-05-29 问题

    β放射性核素衰变时,常伴随有γ辐射或其他形式的光子,只有少数核素,如()例外。 A: 3H B: 14C C: 32P D: 35S E: 90Sr、90Y

    β放射性核素衰变时,常伴随有γ辐射或其他形式的光子,只有少数核素,如()例外。 A: 3H B: 14C C: 32P D: 35S E: 90Sr、90Y

  • 2021-04-14 问题

    在任意的二向应力状态中, σx+σy=σmax+σmin=σα+σα+90

    在任意的二向应力状态中, σx+σy=σmax+σmin=σα+σα+90

  • 2021-04-14 问题

    绝缘材料为Y级的电动机工作时的极限温度为90℃。 ( )]

    绝缘材料为Y级的电动机工作时的极限温度为90℃。 ( )]

  • 2021-04-14 问题

    分析下列算法的渐进时间复杂度。x=90; y=100;while(y>0)if(x>100){x=x-10;y--;}else x++;

    分析下列算法的渐进时间复杂度。x=90; y=100;while(y>0)if(x>100){x=x-10;y--;}else x++;

  • 2021-04-14 问题

    试分析下面程序段的时间复杂度。 x=90; y=100; while(y>0) if(x>100) {x=x-10;y--;} else x++;

    试分析下面程序段的时间复杂度。 x=90; y=100; while(y>0) if(x>100) {x=x-10;y--;} else x++;

  • 1 2 3 4 5 6 7 8 9 10