皮皮学,免费搜题
登录
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.
接线图
【单选题】下列代码,使用的设计模式是 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.
器具工具及生产家具购置费概算
【单选题】下列代码,使用的设计模式是 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
发布
创建自己的小题库 - 刷刷题