题目内容

卡马西平的中毒血浓度为

A. >20μg/ml
B. >12μg/ml
C. 50~80μg/ml
D. >100μg/ml
E. >150μg/ml

查看答案
更多问题

下列给定程序中,函数fun的功能是:在形参ss所指字符串数组中查找与形参t所指字符串相同的串,找到后返回该串在字符串数组中的位置(即下标值),若未找到则返回-1。ss所指字符串数组中共有N个内容不同的字符串,且串长小于M。 请在下划线处填入正确的内容并将下划线删除,使程序得出正确的结果。 注意:部分源程序给出如下。 不得增行或删行,也不得更改程序的结构! 试题程序: #include <stdio.h> #include <string.h> #define N 5 #define M 8 int fun(char (*ss)[M], char *t) int i; /******************found*******************/ for(i=0; i<______; i++) /******************found*******************/ if(strcmp(ss[i], t)==0) return______; return(-1); main() char ch[N][M]("if", "while", "switch", "int", "for", t[M]; int n, i; printf("\nThe original string\n\n"); for(i=0; i<N; i++)puts(ch[i]); printf("\n"); printf("\nEnter a string for search:"); gets(t); n=fun(ch, t); /******************found*******************/ if(n==______) printf("\nDon’t found!\n"); else printf("\nThe position is %d.\n", n);

可以一天一次给药用于尿路感染治疗的药物是

A. 氯法齐明
B. 伊曲康唑
C. 洛美沙星
D. 新霉素
E. 头孢唑啉

下列抗真菌药物进入脑脊液中比率最高的是

A. 两性霉素
B. 氟康唑
C. 伊曲康唑
D. 卡泊芬净
E. 阿尼芬净

患者,女性,40岁,肾病综合征。服用泼尼松50mg/d 3个月,尿蛋白由(+++)减为(-)。近1周发生上腹部胀痛不适、恶心。下列处理措施正确的是

A. 停用泼尼松
B. 加用多潘立酮
C. 加用雷尼替丁
D. 改用环磷酰胺
E. 改用对乙酰氨基酚

答案查题题库