起动汽油发动机后,如果点火正时符合技术要求,发动机由怠速突然加至最高速有()的爆震声。
A、严重而间断
B、严重而连续
C、轻微而间断
D、轻微而连续
参考答案:C
试题源程序文件清单如下: //main.cpp #include<iostrcam.h> class vehicle private:int MaxSpeed;int Weight; public: //**********found**********vehicle(int maxspecd,int weight): (1) ~vehiclc();int getMaxSpeed()return MaxSpeed;int getWeight()return Weight; : //**********found********** class hicycle: (2) public vehicle pnvate:int Height; public:bicycle(int maxspeed ,int weight,int height):vehicle( maxspeed ,weight), Height( height)int getHeight()return Height;; ; //**********found********** class motorcar: (3) public vehicle private:int SeatNum: public:motorcar( int maxspeed,int weight,int sealnum):vehicle( maxspeed, weight), SeatNum( seatnum)int getSeatNum()return SeatNum;; ; //**********found********** class motorcycle: (4) public:motorcycle( int maxspeed ,int weight,int height): vehicle( maxspeed ,weight), bicycle( maxspeed, weight, height), motorcar( maxspeed, weight,1) ; void main()motorcycle a(80,150,100);cout<<a. getMaxSpeed()<<endl;cout<<a. getWeight()<<endl;cout<<a. getHeight()<<endl;cout<<a. getSeatNum()<<endl;
有明显的肝肠循环特点,维持时间较长的抗生素( )
A.环丙沙星B.利福平C.多西环素D.磺胺嘧啶E.庆大霉素