皮皮学,免费搜题
登录
搜题
【多选题】
下列选项有哪些机器的轴类零件常采用空心轴( )
A.
机床主轴
B.
飞机
C.
汽车
D.
自行车
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】给出下列程序段的输出结果 : if( 6 < 5 ) printf(" yes "); else printf(" no ");
【简答题】给出下列程序段的输出结果x=0for i=1 to 10 if (i mod 2 = 1) then x=x+1 else x=x-1 end if exit fornext iprint x
【简答题】给出下列程序段的输出结果: if( 6 ! = 5 ) printf(" yes "); else printf(" no ");
【单选题】脓液及坏死组织中的PABA含量高,因此使磺胺的抗菌作用
A.
增强
B.
降低
C.
无影响
D.
消失
E.
协同
【简答题】给出下列程序段的输出结果: int temp = 10; if( temp > 50 ) printf("hot"); else if( temp > 20) printf("comfortable"); else printf("cold");
【简答题】给出下列程序段的输出结果: int temp = 120; if( temp > 50 ) printf("hot"); else if( temp >100 ) printf("really hot"); else if( temp > 20) printf("comfortable"); else printf("cold");
【简答题】给出下列程序段的输出结果: int i, j ; printf("%d", (i=2, j=3, i%j) );
【简答题】()岁后每年检查一次大便寄生虫卵。
【单选题】下列程序段的输出结果 Clear store 10 to a store 20 to B. set udfparms to reference do swap with a,(b) a,b procedure swap parameters x1,x2 temp=X1 x1=x2 x2=temp endproc
A.
10 20
B.
20 20
C.
20 10
D.
10 10
【简答题】给出下列程序段的输出结果: int i = 2, j = 8; j = ( i++ ) + ( j = 3 ); printf(" i=%d, j=%d", i, j );
相关题目: