ARM嵌入式编程中switch语句的格式

switch语句的结构为switch(开关表达式) { case常量表达式1: [语句1;] case常量表达式2: [语句2;] … case常量表达式n: [语句n;] default: [语句n+1;] }

ppt 文件大小:5.71MB