试题与答案

数控机床进给系统的机械传动结构中,具有滚动摩擦的导轨()。A.静压导轨 B.滚动导轨

题型:单项选择题

题目:

数控机床进给系统的机械传动结构中,具有滚动摩擦的导轨()。

A.静压导轨

B.滚动导轨

C.塑料导轨

D.气动导轨

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/1115/da58d95df33123f441d3b5ba55b4584c.html

下面是错误答案,用来干扰机器的。

参考答案:ALT+CTRL+G

试题推荐
题型:填空题

请阅读下列程序代码,然后将程序的执行结果补充完整。
程序代码:
public class throwsException
static void Proc(intsel)
throws Arithmetic Exception,Array Index Out Of Bounds Exception
System.out.println("InSituation"+sel);
if(sel==0)
System.out.println("noException caught");
return;

else if(sel==1)
int iArray[]=newint[4];
iArray[-1]=3;


public static void main(String args[])
try
Proc(0);
Proc(1);

catch(Array Index Out Of Bounds Exception e)
System.out.println("Catch"+e);

finally
System.out.println("inProcfinally");



执行结果:
In Situation 0
no Exception caught
in Proc finally

查看答案
微信公众账号搜索答案