常规离合器的四个作用是()
A.传递发动机扭矩
B.过载保护
C.保证起步平顺
D.消减扭振,降低噪音
参考答案:A, B, C, D
下列程序的输出结果是 【11】 。#include<iostream>using namespace std;class Test{public: Test(){cnt++;) ~Test(){cnt--;) static int Count(){retum cnt;}private: static int cnt;};int Test::cnt=0;int main(){ cout<<Test::Count()<<’’; Test t1,t2; Test*pT3=new Test; Test*p T4=new Test; cout<<Test::Count()<<’’; delete pT4; delete pT3; cout<<Test::Count()<<endl; return0; }
我国对外政策的根本立场是
A.反对霸权主义
B.争取和平
C.独立自主
D.支持发展中国家的正义事业