模板顶撑应垂直,底端应平整并加垫木,木楔应钉牢,支撑必须用横杆和剪刀撑固定,支撑处地基必须坚实,严防支撑()。
参考答案:下沉、倾倒
一般情况下,每台锅炉至少应装设几个彼此独立的水位表()
A.2
B.3
C.4
以下选项中不能正确把c1定义成结构体变量的是( )。
A.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;
B.struct color cl { int red; int green; int blue; }
C.struct color { int red; int green; int blue; } cl;
D.struct { int red; int green; int blue; } cl;