管理引导用于何时?()
A.当飞行员通过FCU选择了一个参数时。
B.当参数来自先前在MCDU上作好的飞行计划的数据时。
C.当在FMGC上作适当选择时。
参考答案:B
—Where is your brother?
—He ______ in the next room.[ ]
A. cooks
B. cooking
C. is cooking
D. are cooking
对下列程序的描述正确的是( )。 #include <iostream> using namespace std; int fuc(int,int); int main() cout<<fuc(1,10)<<endl; return 0; int fuc(int x,int y) return x*x+y*y;
A.该函数的定义和调用方式都是错误的
B.该函数的定义和调用方式都是正确的
C.该函数调用方式正确,但函数定义错误
D.函数定义正确,但函数调用方式错误