半导体SRAM靠()存储信息,半导体DRAM靠()存储信息。
参考答案:触发器;电容
在单相三线制中,()不能穿过漏电保护器的零序电流互感器。
A、工作零线
B、相线
C、保护零线
D、火线
请将程序补充完整。 import java.awt.*; public class FirstFrame extends Frame{ public static void main(String args[]){ FirstFrame fr=new FirstFrame("First container!"); fr.setSize(240,240); fr.setBackground(Color.yellow); 【15】 } public FirstFrame(Strings str){ super[str); } )