皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
关于麻黄碱的描述错误的是:
A.
是从中药麻黄中提取的生物碱
B.
口服易吸收,可透过血脑屏障
C.
可从麻黄碱提取制造“冰毒”
D.
甲亢患者可以使用
E.
可治疗支气管哮喘
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】The explosion claimed ______ lives and injured ______ people early morning.
A.
six, more than 100
B.
two, more than 200
C.
two, more than 100
D.
six, more than 200
【单选题】下面程序段中循环体执行的次数是( )。 int i,j; for(i=0,j=1;i<=j+1;i+=2,j--) printf("%d",i);
A.
3
B.
2
C.
1
D.
0
【单选题】一台三相交流电机定子绕组,极数2p=6,定子槽数Z 1 =54槽,线圈节距y 1 =9槽,那么此绕组的基波绕组因数k W1 为______。
A.
0.945
B.
0.96
C.
0.94
D.
0.92
【简答题】有一交流电机,定子为三相双层绕组,2p=2,Z 1 =36槽,γ 1 =14,N c =1匝,通入频率为f=50Hz的三相对称交流电流,每极基波气隙磁通为Φ 1 =2.63Wb,并联支路数a=1。试求:
【简答题】下面程序段中循环体执行的次数是 。 int i,sum=0; for(i=2,sum=sum-i;sum!=0;i=0) sum=sum+i; printf("%d\n",sum);
【单选题】The director, who was recently promoted, did ______.
A.
work more than anyone else
B.
more than anyone else work
C.
more work than anyone else
D.
work more than anyone
【单选题】在下面程序段中,循环体被执行的次数是Fori=3 to 28 Step 4 Debug.Print i;Next i
A.
26
B.
8
C.
7
D.
6
【单选题】在下面程序段中,while语句循环体执行的次数是( )。inti=0;while(i<10){if(i<1)continue;if(i==5)break;i++;}
A.
1
B.
10
C.
6
D.
死循环,无法确定次数
【简答题】下面程序段中循环体内的语句的执行次数的数量级是(________)。 i=1; while(i<=n) { i=i*2; }
【单选题】The population of China_______ than_______ in Japan.
A.
are more, those
B.
is more, that
C.
is larger; that
D.
are lager; those
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题