()过小时,则增加车辆的点头振动,不适合列车高速运行,易引起脱轨和脱钩事故。
A.固定轴距
B.全轴距
C.轴距
D.车辆定距
参考答案:B
有如下程序:
#include
using name space std;
classB
public:
B(int xx):x(xx)++count;x+=10;
virtual void show()const
cout<<count<<’_’<<x<<endl;
protected:
static int count;
private:
intx;
;
class D:publicB
D(int xx,int yy):B(xx),y(yy)++count;y+=100;
cout<<count<<’_’<<y<endl;
pnvate:
inty;
int B::count=0;
intmain()
B*ptr=new D(10,20);
ptr->show();
delete ptr;
return 0;
运行时的输出结果是()。
A.1_120
B.2_120
C.1_20
D.2_20
()是将转速变换为电压的电气设备。
A.直流电焊发电机
B.测速发电机
C.伺服电动
D.同步电动机