电磁环网是指不同电压等级运行的线路,通过()回路的联接而构成的环路。
参考答案:变压器电磁
有如下程序: #include<iostream> using namespace std; class Monitor{ public: Monitor(char t):type(t){ } void Print( )const {cout<<"The type of monitor is"<<type<