微生物鉴定自动化方法主要有()
A.生物芯片技术
B.临床微生物鉴定系统
C.气液色谱分析
D.核酸杂交
E.化学发光技术
参考答案:B, C, D, E
科举制度正式形成于[ ]
A.隋朝
B.秦朝
C.西汉
D.东汉
若有以下定义,则正确的switch语句是______。float x;int a,b;
A.switch(x) case 1.0:printf("*\n"); csse 2.0:printf("**\n");
B.switch(x) case 1,2:printf("*\n"); case 3:printf("**\n");
C.switch(a+b) case 1:printf("\n"); case 1+2:printf("**\n");
D.switch(a+b); case 1:printf("*\n"); case 2:printf("**\n");