`消防呼吸保护器具通常有以下()类型。
A.过滤式防毒面具
B.氧气呼吸器
C.空气呼吸器
D.移动式供气源
E.泡沫枪
参考答案:A, B, C, D
有以下程序: #include <iostream> using namespace std; class myclass { private:int a, b; public:void init( int i, int j ){ a = i; b = j;}friend int sum( myclass x ); }; int sum( myclass x ) {return x.a + x.b; } int main () {myclass y;y.init( 15, 20 );cout<<sum( y )<<end1;return 0; } 执行后的输出结果是( )。
A.15
B.20
C.5
D.35
TETRA数字集群系统采用()调制方式。
A、π/4DQPSK
B、2DFSK
C、2DASK
D、2DPSK