• 2022-06-28 问题

    字长为16位的无符号定点整数的数据表示范围是( )。 A: 0~2^16 - 1 B: 0~2^15 - 1 C: 0~2^16 D: 0~2^15

    字长为16位的无符号定点整数的数据表示范围是( )。 A: 0~2^16 - 1 B: 0~2^15 - 1 C: 0~2^16 D: 0~2^15

  • 2022-06-28 问题

    字长16位的无符号定点整数的数据表示范围是( ) A: 0~(2^16-1) B: 0~(2^15-1) C: 0~2^16 D: 0~2^15

    字长16位的无符号定点整数的数据表示范围是( ) A: 0~(2^16-1) B: 0~(2^15-1) C: 0~2^16 D: 0~2^15

  • 2022-06-30 问题

    图示结构用矩阵位法求解时,等效结点荷载列阵为:[img=438x255]17e0bbfc05aa281.png[/img] A: [-FPl/16 0 0] T B: [- FP/2 FP/2 -FPl/16] T C: [0 0 0]T D: [FP/2 - FP/2 0]T

    图示结构用矩阵位法求解时,等效结点荷载列阵为:[img=438x255]17e0bbfc05aa281.png[/img] A: [-FPl/16 0 0] T B: [- FP/2 FP/2 -FPl/16] T C: [0 0 0]T D: [FP/2 - FP/2 0]T

  • 2022-06-30 问题

    图示结构用矩阵位法求解时,等效结点荷载列阵为:() A: [-FPl/16 0 0]T B: [-FP/2FP/2 -FPl/16]T C: [0 0 0]T D: [FP/2 -FP/2 0]T

    图示结构用矩阵位法求解时,等效结点荷载列阵为:() A: [-FPl/16 0 0]T B: [-FP/2FP/2 -FPl/16]T C: [0 0 0]T D: [FP/2 -FP/2 0]T

  • 2022-06-30 问题

    图示结构用矩阵位法求解时,等效结点荷载列阵为:( )<img src="http://image.zhihuishu.com/zhs/onlineexam/ueditor/201905/8167bc9062764d2f9b61b691d95a902a.jpg"/> A: [-FPl/16 0 0] T B: [0 0 0]T C: [FP/2 - FP/2 0]T D: [- FP/2 FP/2 -FPl/16] T

    图示结构用矩阵位法求解时,等效结点荷载列阵为:( )<img src="http://image.zhihuishu.com/zhs/onlineexam/ueditor/201905/8167bc9062764d2f9b61b691d95a902a.jpg"/> A: [-FPl/16 0 0] T B: [0 0 0]T C: [FP/2 - FP/2 0]T D: [- FP/2 FP/2 -FPl/16] T

  • 2022-06-16 问题

    列表推导式 &#91; i*i for i in range(10)if i %2 ==0&#93;值是_________。 A: [0, 4, 16, 36, 64] B: [0, 4, 16, 36, 64,10] C: [0, 10] D: [2, 16, 36, 64]

    列表推导式 &#91; i*i for i in range(10)if i %2 ==0&#93;值是_________。 A: [0, 4, 16, 36, 64] B: [0, 4, 16, 36, 64,10] C: [0, 10] D: [2, 16, 36, 64]

  • 2021-04-14 问题

    汉语拼音全都正确的一组是(?0?2?0?2?0?2?0?2?0?2)?0?2

    汉语拼音全都正确的一组是(?0?2?0?2?0?2?0?2?0?2)?0?2

  • 2022-06-03 问题

    普通强度混凝土的应力应变关系为()。 A: σc=fc[(εc/ε0)-(εc/ε0)2] B: σc=fc[2(εc/ε0)-(εc/ε0)2] C: σc=fc[2(εc/ε0)+(εc/ε0)2] D: σc=fc[2(εc/ε0)-2(εc/ε0)2]

    普通强度混凝土的应力应变关系为()。 A: σc=fc[(εc/ε0)-(εc/ε0)2] B: σc=fc[2(εc/ε0)-(εc/ε0)2] C: σc=fc[2(εc/ε0)+(εc/ε0)2] D: σc=fc[2(εc/ε0)-2(εc/ε0)2]

  • 2022-05-29 问题

    有如下一个程序段,执行完之后打印内容是:() [img=412x126]17e438c1982a72a.png[/img] A: 0 and 0;0 and 1;0 and 2; B: 0 and 0;1 and 0;2 and 0; C: 1 and 0;1 and 1;1 and 2; D: 2 and 0;2 and 1;2 and 2;

    有如下一个程序段,执行完之后打印内容是:() [img=412x126]17e438c1982a72a.png[/img] A: 0 and 0;0 and 1;0 and 2; B: 0 and 0;1 and 0;2 and 0; C: 1 and 0;1 and 1;1 and 2; D: 2 and 0;2 and 1;2 and 2;

  • 2022-05-31 问题

    以下代码的输出结果是(_____)。data=&#91;1, 0, 2, 0, 0&#93; data.remove(0) print(data) A: [1, 2, 0, 0] B: [1, 2] C: [0, 2, 0, 0] D: [1, 0, 2, 0]

    以下代码的输出结果是(_____)。data=&#91;1, 0, 2, 0, 0&#93; data.remove(0) print(data) A: [1, 2, 0, 0] B: [1, 2] C: [0, 2, 0, 0] D: [1, 0, 2, 0]

  • 1 2 3 4 5 6 7 8 9 10