水泵在()必须先关闭出水闸阀,以减少起动功率。
A.起动后
B.起动前
C.运行时
参考答案:B
MAD表示( )。
A.标准平均差
B.平均绝对偏差
C.方差
D.预测平均差
以下选项中不能正确把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;