楼宇自动化系统的工作程序是怎样的?
参考答案:
正常情况下根据实际设定的程序进行工作,当发生异常情况时,发出报警信号,提醒值班人员进行相应处理。
若有定义:float x=1.5;int a=1,b=3,c=2;则正确的switch语句是( )。
A.switch(x) case 1.0:printf("*\n"); case 2.0:printf("**\n");
B.switch((int)x); case 1:printf("*\n"); case 2:printf("**\n");
C.switch(a+b) case 1:printf("*\n"); case 2+1:printf("**\n");
D.switch(a+b) case 1:printf("*\n"); case c:printf("**\n");)
小儿急惊风的主要病机是()
A.外感风邪
B.肝阳上亢
C.痰热生风
D.土虚木亢
E.阴虚风动