电流互感器相当于一个(),电压互感器相当于一个()。
参考答案:电流源;电压源
应在下面程序下划线中填写的正确的语句是( )。 #include <iostream> using namespace std; class A public:void test()cout<< "this is A!"; ; class B:public A void test() ______ //显示调用基类函数test() cout<< "this is B!"; ; void main()
A.A::test()
B.test()
C.B::test()
D.this->test()
地址总线为20位的微处理器可直接寻址的最大范围是()。
A.1MB
B.16MB
C.64MB
D.4GB