题目内容

液压油L-HM32中,L-HM表示( )

A. 普通液压油
B. 抗磨液压油
C. 低温液压油
D. 汽轮机油

查看答案
更多问题

液压油黏度对温度的变化十分敏感,温度上升时粘度上升。

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()<

答案查题题库