结构性能检验时,对成批生产的预制构件,应按同一工艺正常生产的不超过1000件且不超过()的同类产品为一批进行检验()。
A.3个月
B.30天
C.2个月
D.15天
参考答案:A
有下列程序: #include<iostream> using namespace std; class Complex double re,im; public: Complex(double r,double i):re(r),im(i) double real()constretum re; double image()constreturn im; Complex& operator+=(Complex
A. re+=a.re; im+=a.im; return*this; ; ostream& operator<<(ostream& s,const Complex& z) return s<<’(’<<z.real()《’,’<<Z.image0<<’)’; int main() Complex x(1,2),y(2,3); cout<<(x+=y)<<endl; return 0; 执行这个程序的输出结果是( )。A) (1,-2)
B.(2,3)
C.(3,5)
D.(3,1)
防止软磁盘感染计算机病毒的一种有效措施是()。
A、软盘远离电磁场
B、定期对软磁盘作格式化处理
C、对无痛毒的软磁盘加上写保护
D、禁止与有病毒的其他软磁盘放在一起