液压油黏度对温度的变化十分敏感,温度上升时粘度上升。
A. 对
B. 错
液压油的可压缩性很大,严重影响了液压系统运动平稳性。
A. 对
B. 错
//阅读下面的程序,写出程序运行的结果#include using namespace std;class Window{public:int size;Window() {cout<<"Win Begin"<OutWin();pt1->Open();pt1 = &b1;pt1->OutWin();pt1->Open();}
//阅读下面的程序,写出程序运行的结果#include using namespace std;class Base{public:virtual int fun( ) { return 25; }};class Derive: public Base{public:virtual int fun() { return 60; }};int main(){Derive d;Base &b = d, b2,*p;cout<fun()<fun()<