变压器系_________、________跳闸,在未查明原因和消除故障之前,不得送电
参考答案:瓦斯,差动保护动作
目标管理被称之为“管理中的管理”,主要是指目标管理适用于对()的管理
A.组织机构
B.管理人员
C.职工
D.自身
若有以下程序:# include <iostream>using namespace std;class Basepublic: Base ( ) x=0; int x;;class Derived1 : virtual public Basepublic: Derived1 ( ) x=10; ; class Derived2 : virtual public Basepublic: Derived2 () x=20; ;class Derived : public Derived1,protected Derived2 ;int main() Derived obj; cout<<obj.x<<end1; return 0; 该程序运行后的输出结果是
A.10
B.20
C.30
D.0