PRW10-12F熔断器具有()的功能。
A、RW4-10型熔断器基本保护性能
B、分、合额定负荷电流
C、分、合短路电流
D、防止过电压
参考答案:A, B
请将下列栈类Stack的横线处补充完整。class Stackprivate: int pList[100]; ∥int数组,用于存放栈的元素 int top;∥栈顶元素(数组下标)public: Stack():top(0) void Push(const int &item); ∥新元素item压入栈 int Pop(void); ∥将栈顶元素弹出栈;void Stack∷Push(const int &item) if(top==99) ∥如果栈满,程序终止 exit(1); top++; ∥栈顶指针增1 ______;int Stack∷Pop() if(top<0) ∥如果栈空,程序终止exit(1); return pList[top--];
(在家庭中煮开水,给冷水加热时,在沸腾前水中就出现气泡.原因是由于______.