#include int main(){int a = 4;switch(a > 5){case 0:printf("this is 0\n");break;case 1:printf("this is 1\n");break;case 2:printf("this is 2\n");break;default:printf("this is default\n");}return 0;}输出是( )。
A. this is 0
B. this is 1
C. this is 2
D. this is default
# include int main(){int a = 4;switch(a - 2){case 0:printf("this is 0\n");break;case 1:printf("this is 1\n");break;case 2:printf("this is 2\n");break;default:printf("this is default\n");}return 0;}
A. this is 0
B. this is 1
C. this is 2
D. this is default
14-1-2在 一 辆 高 速 直 线 运 动 的 列 车 的 中 点 固 定 一 光 源 , 列 车 两 端 各 固 定 一 个 接 收 器 。 今 使 光 源 发 出 一 闪 光 , 在 地 面 参 考 系 中 观 测, 两 接 收 器 是 否 会 同 时 接 收 到 光 信 号 ?(提示:依据光速不变原理)
A. 同时
B. 右面接收器首先接收到光信号
C. 左面接收器首先接收到光信号
D. 不一定
14-1-6力学相对性原理表明,在不同惯性系中观测
A. 观测到的质点的运动轨迹都是一样的
B. 质点所遵守的力学规律完全相同
C. 质点所遵守的力学规律具有相同的数学形式
D. 对于力学规律而言,所有的惯性系都是等价的