判断题 ( )在双层地基中,当基底下可压缩土层的厚度小于或等于荷载面积宽度的一半时,荷载面积下的σz几乎不扩散。
单项选择题 有如下程序: #include<iostream> usingnamespacestd; classTest { public: Test(){n+=2;} ~Test(){n-=3;} staticintgetNum(){returnn;} private: staticintn; }; intTest::n=1; intmain() { Test*p=neWTest; deletep; cout<<"n="<<Test::getNum()<<endl; return0; } 执行该程序的输出结果是( )。
判断题 ( )当挡土墙静止不动,土体处于弹性平衡状态时,土对墙的压力称为静止土压力。