皮皮学,免费搜题
登录
搜题
【多选题】
以下关于工程建设业强制性标准和推荐性标准的论述,正确的是()。
A.
工程建设重要的建筑模数和制图方法标准属于强制性标准
B.
工程建设通用的有关安全、卫生和环境保护标准属于推荐性标准
C.
工程建设重要的通用的信息技术标准属于强制性标准
D.
国家标准均为强制性标准
E.
工程建设重要的术语、符号、代号属于强制性标准
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数。例如153=1*1*1+5*5*5+3*3*3。以下函数用于判断参数n是否是水仙花数,若为水仙花数,函数返回true,否则返回false。请填空。 #include using namespace std; bool fun(int n) { int a,b,c; a=【】; b=n/10%10; c=n/100; if(n==a*a*a+...
【单选题】The passage is mainly concerned with ______.
A.
supporting a position
B.
refuting some arguments
C.
describing a case
D.
presenting a new perspective
【单选题】ILS航道偏置时,其进近的决断高不低于
A.
75米
B.
90米
C.
121米
【简答题】((10分)求100~999中的水仙花数,所谓水仙花数是一个三位数,它的各位数字的立方和等于该数,例如153是一个水仙花数,因为 .试编一段程序,找出所有的水仙花数.
【单选题】The passage is mainly about______
A.
the argument in favor of the death penalty
B.
the argument against the death penalty
C.
the argument about the abolition of the death penalty
D.
the argument about the reintroduction of the death penalty
【单选题】Would you please put on more clothes so as to protect yourself ______ cold?
A.
from
B.
with
C.
to
【简答题】以下程序实现的是输出所有的水仙花数,所谓水仙花数,它是三位整数,并且每一位的数字的立方和它本dio身相同。 #include “stdio.h” void main() { int num,g,s,b; for(num=100; j ;num++) { b=num/100; s=num/10%10 ; g=num%10; if( g*g*g+s*s*s+b*b*b==num ) printf("%...
【单选题】— This is the first time I ______ with you. — It's time that you ______ an end to this silly argument. [     ]
A.
argue; put
B.
have argued; put
C.
argued; should put
D.
have argued; will put
【简答题】ILS航道偏置时,其进近的决断高(DH)不低于()
【判断题】动车组按动力源可分为 内燃动车组 和 蒸汽动车组 。
A.
正确
B.
错误
相关题目: