皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
关于带传动说法正确的是:
A.
主动轮附近带速大于轮速,从动轮附近带速大于轮速
B.
主动轮附近带速大于轮速,从动轮附近带速小于轮速
C.
主动轮附近带速小于轮速,从动轮附近带速大于轮速
D.
主动轮附近带速小于轮速,从动轮附近带速小于轮速
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】若有如下程序: sub(int*y) {while(--(*y)); printf('%d',(*y)--);} main() { int x=10; sub(&x); } 则程序运行后的输出结果是【 】。
【单选题】巨幼红细胞贫血常由于
A.
缺铁
B.
缺铁和蛋白质
C.
缺维生素 B 12 或叶酸
D.
缺雄激素
【单选题】若有如下语句: int *pr; int a=10; pr = &a; 下面选项代表地址的是()
A.
a,pr
B.
&a,*pr
C.
&a,pr
D.
a,*pr
【单选题】若有如下程序段: #include<iostream> using namespace std int main () { char*p='abcdefgh',*r r=p cout<<*r<<end1 return 0 } 该程序的输出结果是( )。
A.
a
B.
b
C.
c
D.
d
【简答题】若有如下程序: void sub() {static int x=6; x/=2;printf('%d',x); } main() {int m; for(m=0;m<=2;m++) sub(); } 则程序运行后的输出结果是【 】。
【多选题】对危险品要隔离存放。确认疑似违禁品为危险品后,下列说法中正确的有( )
A.
对易发生危害的危险品,应通知公安部门,同时通报国家安全机关,采取措施进行销毁
B.
需要消除污染的,应报请卫生防疫部门处理
C.
C:一般危险品,可通知寄件人,禁止领回,交由国家安全机关处理
D.
对内件中其他非危险品,应当整理重封,随附证明发寄或通知收件人到投递环节领取
【简答题】巨幼红细胞贫血通常是由于机体缺乏()或()所致。
【单选题】Risk management allows the project manager and the project team to:
A.
eliminate most risks during the planning phase of the project
D.
identify project risks C identify impacts of various risks D plan suitable responses
E.
B, C and D only
【简答题】John Pentanol was appointed as risk manager at H&Z Company a year ago and he decided that his first task was to examine the risks that faced the company. He concluded that the company faced three majo...
【单选题】若有如下程序; main() {char a[][9]={'china','Japan','USA','France'}; printf('/'%s/'/n',a[2]); } 则程序运行后的输出结果是( )
A.
'Japan'
B.
'USA'
C.
USA
D.
'inaJapanUSAFrance'
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题