package testinterface; public interface ICpu { //电压 public boolean dianya(); //控制 public void kongzhi(); //运算 public void yunsuan(); //存储 public void cunchu(); } public class Intel implements ICpu{ @Override public boolean dianya() { System.out.print
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content=