皮皮学,免费搜题
登录
搜题
【判断题】
发电机产生的直流电
A.
正确
B.
错误
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【多选题】在使用SiteMaster之前,必须对之进行哪些设置?
A.
校准。
B.
设置测量频段
C.
设置馈线损耗参数LOSS。
D.
设置馈线的传播参数PROPV。
【单选题】下列代码,使用的设计模式是 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.
原型模式
【单选题】在使用SiteMaster前,必须对之进行哪些设置。
A.
校准
B.
设置馈线损耗参数LOSS
C.
设置馈线的传播参数PROPV
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.
器壁无水
【单选题】下列代码,使用的设计模式是 interface Iterator { public boolean hasNext(); public Object next(); } interface Container { public Iterator getIterator(); } class NameRepository implements Container { public String na...
A.
工厂模式
B.
适配器模式
C.
桥接模式
D.
迭代器模式
【多选题】有的学者把( )的()统称为浪漫时期家具。
A.
巴洛克家具
B.
洛可可家具
【单选题】在使用SiteMaster之前,必须对之( )校准。
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.
观察者模式
【单选题】判断玻璃仪器是否洗净的标准是( )。
A.
器壁上出现均匀水膜
B.
器壁上的水可聚成水滴
C.
器壁上的水可成股流下
D.
器壁无水
相关题目: