The cast iron()for the cross-head are attached to the top se

题目
单选题
The cast iron()for the cross-head are attached to the top section and seal off the crankcase.
A

cylinder cover

B

cross-head shoes

C

guide-ways

D

scavenging boxes

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

I'm still working on ______ a few problems.

A iron in ;

B to iron at ;

C ironing out


参考答案:C

第2题:

有如下函数模板: template T cast(Uu){ return u;} 其功能是

有如下函数模板: template<typename T,typename U> T cast(Uu){ return u;} 其功能是将U类型数据转换为T类型数据。已知i为int型变量,下列对模板函数cast的调用中正确的是

A.cast(i);

B.cast<>(i);

C.cast<char*,int>(i);

D.cast<double,int>(i);


正确答案:D
解析:本题考查的知识点是模板函数的调用。在调用一个模板函数时,编译系统需要足够的信息来判别每个虚拟类型参数所对应的实际类型,可以从两个不同的渠道获得这样的信息:从模板的实参表(用<和>括起来的参数表)或从模板函数实参表 (用(和)括起来的参数表),模板实参的信息优先于函数实参的信息。如果从后者获得的信息已经能够判定其中部分或全部虚拟类型参数所对应的实际参数,而且它们又正好是参数表中最后的若干参数,则模板实参表中的那几个参数可以省略。如果模板实参表中的实参都被省略了,则连空表<>也可以不要。本题中cast()函数的实参 i只能确定模板参数u的类型为int,而不能确定另外一个模板参数T。故选项A与B不正确。选项C希望将int转型为char*,C++中不允许隐式的这样转换类型,所以也不正确。故应该选择D。

第3题:

有如下函数模板:

template

T cast(U u){return u;}

其功能是将 U 类型数据转换为 T 类型数据。已知 i 为 int 型变量,下列对模板函数 cast 的调用中正确的是

A . cast(i);

B . cast<>(i);

C . cast(i);

D . cast (i);


正确答案:D

第4题:

A medium-sized company with 500 employees has a rapidly growing storage infrastructure with clustered mail, database, and file and print core business applications running on six servers.  Using current direct attached SCSI storage pools to each server leads to inefficient utilization of storage space.They also have a backup device attached to each server.  They want to consolidate their storage and backup infrastructure into a scalable, high availability and high performance solution.  The customer’s top priorities are performance, cost, and availability.   Which of the following backup solutions best satisfies the customer requirements?()

  • A、A DS4000 SAN with flash copy enabled for volume mirroring
  • B、An iSCSI solution with dedicated backup server with SCSI attached tape library
  • C、A NAS solution with SCSI direct attached tape library with dedicated backup network
  • D、A DS4000 SAN with fibre channel attached tape library solution with dedicated backup zone

正确答案:D

第5题:

Which statements concerning casting and conversion are true?()  

  • A、Conversion from int to long does not need a cast.
  • B、Conversion from byte to short does not need a cast.
  • C、Conversion from float to long does not need a cast.
  • D、Conversion from short to char does not need a cast.
  • E、Conversion from boolean to int using a cast is not possible.

正确答案:A,B,E

第6题:

有如下函数模板:templateT cast (U u){return u;}其功能是将U 类型数据

有如下函数模板: template<typename T,typename U> T cast (U u){ return u;} 其功能是将U 类型数据转换为T类型数据。已知i为int 型变量,下列对模板函数cast的调用中正确的是( )。

A.cast (i);

B.cast <>(i);

C.cast<char*,int>(i);

D.cast<double,int>(i);


正确答案:D

第7题:


According to Paragraph 5,the EEOB’s decoration details( )

A.had almost no cast iron and plaster
B.hardly use of wood for fireproofing
C.are with the materials of granite,bronze,and glass
D.are with carved wood,oriental rugs,and stenciled wall patterns

答案:C
解析:

第8题:

有如下函数模板: template T cast(Uu){return u;} 其功能是将U类型数据转换为T类型数据。已知i为int型变量,下列对模板函数cast的调用中正确的是( )。

A.cast(i);

B.cast<>(i);

C.cast(i);

D.cast(i);


正确答案:D

第9题:

static_cast,const_cast和reinterpret_cast各自应在哪些情况下使用?


正确答案:static_cast运算符实现类型间的转换,但没有运行时类型检查来保证转换的安全性。
Cosnt_cast运算符用来修改类型的const或volatile属性。可以去除对象或者变量const或volatile属性。
Reinterpret_cast可以把一个指针转换成一个整数,也可以把一个整数转换成一个指针。

第10题:

单选题
The cast iron was melted and _____ into sand molds as soon as possible.
A

regulated

B

relayed

C

poured

D

oppressed


正确答案: D
解析:
句意:铸铁被熔化,然后尽快到进沙砾做的模子里。pour倾泻,倾倒。regulate控制。调整。relay分程传送。转播。oppress压迫,压抑。

更多相关问题