皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
在执行转移、调用和返回指令时,指令队列中原有的内容()。
A.
自动清除
B.
用软件清除
C.
不改变
D.
自动清除或用软件清除
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【多选题】在使用SiteMaster之前,必须对之进行哪些设置?
A.
校准。
B.
设置测量频段
C.
设置馈线损耗参数LOSS。
D.
设置馈线的传播参数PROPV。
【单选题】下列代码,使用的设计模式是 interface Shape { void draw(); } class Rectangle implements Shape { @Override public void draw() { System.out.println("Rectangle::draw()"); } } class Square implements Shape { @Override ...
A.
工厂模式
B.
适配器模式
C.
装饰器模式
D.
访问者模式
【单选题】下列代码,使用的设计模式是 public class SO { private static SO instance; private SO (){} public static SO getInstance() { if (instance == null) { instance = new SO(); } return instance; } }
A.
单例模式
B.
适配器模式
C.
装饰器模式
D.
原型模式
【单选题】下列代码,使用的设计模式是 interface Shape { void draw(); } class Rectangle implements Shape { @Override public void draw() { System.out.println("Rectangle::draw()"); } } class Square implements Shape { @Override ...
A.
工厂模式
B.
观察者模式
C.
外观模式
D.
适配器模式
【单选题】动力照明工程图中不包括( )图纸。
A.
系统图
B.
平面图
C.
剖面图
D.
接线图
【单选题】判断玻璃仪器是否洗净的标准是 [     ]
A.
器壁上出现均匀水膜
B.
器壁上的水可聚成水滴
C.
器壁上的水既不聚成水滴也不成股流下
D.
器壁无水
【单选题】下列代码,使用的设计模式是 interface Iterator { public boolean hasNext(); public Object next(); } interface Container { public Iterator getIterator(); } class NameRepository implements Container { public String na...
A.
工厂模式
B.
适配器模式
C.
桥接模式
D.
迭代器模式
【单选题】下列代码,使用的设计模式是 interface Shape { void draw(); } class Rectangle implements Shape { @Override public void draw() { System.out.println("Rectangle::draw()"); } } class Square implements Shape { @Override ...
A.
工厂模式
B.
适配器模式
C.
桥接模式
D.
抽象工厂模式
【多选题】有的学者把( )的()统称为浪漫时期家具。
A.
巴洛克家具
B.
洛可可家具
【单选题】下列代码,使用的设计模式是 interface Iterator { public boolean hasNext(); public Object next(); } interface Container { public Iterator getIterator(); } class NameRepository implements Container { public String na...
A.
工厂模式
B.
迭代器模式
C.
适配器模式
D.
观察者模式
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题