机电类特种设备有哪几种?
参考答案:
1)电梯;2)起重设备;3)客运索道;4)大型游乐设施;5)厂内机动车辆。
有以下程序: Class Date public: Date(int y,int m,int d); year=y; month=m; day=d; Date(int y=2000) year=y; month=10; day=1;) Date(Date &d) year=d.year; month=d.month; day=d.day; void print() cout<<year<<“.”<<month<<“.”<<day<<endl; private: int year,month,day;; Date fun(Date d) Datetemp; temp=d; return temp; int main() Date date1(2000,1,1),date2(0,0,0); Date date3(datel); date2=fun(date3); return 0; 程序执行时,Date类的拷贝构造函数被调用的次数是( )。
A.2
B.3
C.4
D.5
出现下列( )情形期货交易所会采取强行平仓。
A.会员结算准备金余额小于零,但及时在规定时限内补足B.会员结算准备金余额大于零C.持仓量低于其限仓规定D.持仓量超出其限仓规定