PHICH_duration用来表示PHICH持续多少个OFDM符号,取值可以是()
A.1,
B.2,
C.3,
D.4
参考答案:A, B, C
TW系列驼峰自动控制系统,测长轨道电路空线自动微调范围为()。
A.±10m
B.±20m
C.±30m
D.±40m
已知程序中已经定义了函数test,其原型是int test (int,int,int);,则下列重载形式中正确的是( )。
A.char test(int, int, int);
B.double test (int,int,double);
C.int test(int ,int, int=0);
D.float test(int,int,float=3.5F);