皮皮学,免费搜题
登录
搜题
【单选题】
下列混凝土结构加固方法中,适用于冷缝修补的是()。
A.
涂抹环氧砂浆
B.
外粘钢板
C.
钻孔灌浆
D.
粘贴纤维复合材料
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】Which field was not greatly influenced by Latin and Greek?
A.
philosophy
B.
medicine
C.
technology
D.
food
【单选题】下面程序的输出结果是________。(参考代码:XT_09_01_13.C) #include void fun(int x){ static int a=0; a+=x; printf("%d ",a); } int main(){ int cc; for(cc=1;cc<4;cc++) fun(cc); }
A.
1 2 3
B.
1 3 6
C.
2 4 6
D.
2 5 7
【单选题】The ties are good in both quality and style; she thinks that__________ she chooses will match her boyfriend. [     ]
A.
however
B.
what
C.
whichever
D.
whatever
【单选题】若有初始化语句: int a[3][4]={0} ;,则下面正确的叙述是 ( )
A.
只有元素 a[0][0] 可得到初值 0
B.
此初始化语句不正确
C.
数组 a 中各元素都可得到初值,但其值不一定为 0
D.
数组 a 中每个元素均可得到初值 0
【单选题】伽利略的斜面实验证明了
A.
要物体运动必须有力作用,没有力作用的物体将静止
B.
要物体静止必须有力作用,没有力作用的物体就运动
C.
物体不受外力作用时,一定处于静止状态
D.
物体不受外力作用时总保持原来的匀速直线运动状态或静止状态
【单选题】下面程序的输出结果是________。(参考代码:XT_09_01_05.C) fun(int a,int b){ return a+b; } int main(){ int x=2,y=3,z=4; printf("%d\n ",fun(fun((x--,y++,x+y),z--),x)); }
A.
14
B.
13
C.
12
D.
10
【单选题】若有初始化语句:int a[3][4]={0];,则下面正确的叙述是( )
A.
只有元素a[0][0]可得到初值0
B.
此初始化语句不正确
C.
数组a中每个元素都可得到初值0
D.
数组a中各元素都可得到初值,a[0][0]初值0,其他元素初值为随机数
【单选题】下面程序的输出结果是______。(参考代码:XT_03_01_19.C) int main(){ int x,y,z; x=y=1; z=x++-1; printf("%d %d ",x,z); z+=-x+++(++y||++z); printf("%d %d ",x,z); }
A.
2 0 3 -1
B.
2 1 3 0
C.
2 0 2 1
D.
2 1 0 1
【单选题】She is ______ teacher that all her students love both her and the subject she teaches.
A.
so a good
B.
so good a
C.
such good a
D.
a such good
【单选题】Mary is tired of learning because she is _______ to do better than she can, both at school and at home. [     ]
A.
thought
B.
expected
C.
hoped
D.
helped
相关题目: