设备工程完成初步设计即进行采购的,根据合同支付形式一般采用( )。
A.总价合同
B.单价合同
C.百分比合同
D.成本加酬金合同
参考答案:B
中侧梁下垂超限时须调至水平
在下面的类定义中,this指针的用途是 【11】 。 #include <iostream. h> class Sample int x,y; public: Sample(int i,int j)x=i;y=j; void asstgn(Sample sa): ; void Sample: :assign(Sample p) if (this! =&p) x=p.x; y=p.y;