An efficient seal between the cylinder block and cylinder heads on many diesel engines is obtained with________.A.graphite packingB.sealing compoundC.lubricating oilD.gaskets

An efficient seal between the cylinder block and cylinder heads on many diesel engines is obtained with________.

A.graphite packing

B.sealing compound

C.lubricating oil

D.gaskets


相关考题:

在创建在Cylinder时,用于控制柱体的光滑效果的参数命令有哪些()。 A.Sides(边数)B.Smooth(平滑)C.Radius(半径)D.Height(高度)

绘制圆锥体和圆柱体的命令都是 CYLINDER 。( ) 此题为判断题(对,错)。

如何使用Cylinder模型结合Bend修改器具生成弯管模型?

Thecontrolspindleoperatestheslipperringoroofthevariabledeliverypump,whichcontrolsthesuctionanddischargeoftheoil() A、servo-motolB、swashplateC、plungerD、cylinder

在一个IDE硬件存储设备上,下列哪一个是最小存储访问单元?() A.trackB.sectorC.partitionD.cylinder

Uvw map中,cylinder默认方式将位图贴几遍:A.1B.2C.3D.6

Uvw map中,cylinder方式将位图贴几遍:A.1B.2C.3D.6

Cylinder是哪种基本物体:A.B立方体B.圆柱体C.球体D.茶壶

请定义一个Cylinder类,具体要求为:(1)每个Cylinder类对象可以存储一个圆柱体(包括半径和高);(2)具有用于初始化半径和高的构造方法;(3)具有计算圆柱体体积的方法GetVolume。

类、对象的定义及类的成员函数、构造函数建立问题 建立类cylinder,cylinder的构造函数被传递了两个double值,分别表示圆柱体的半径和高度。用类cylinder计算圆柱体的体积,并存储在一个double变量中。在类cylinder中包含一个成员函数vol,用来显示每个cylinder对象的体积。