皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
She gave up her job and started writing poetry.
A.
abandoned
B.
lost
C.
took
D.
created
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【多选题】在使用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.
迭代器模式
【单选题】在使用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.
器壁无水
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题