代码搜索:maxtor
找到约 65 项符合「maxtor」的源代码
代码结果 65
www.eeworm.com/read/469951/6921659
gif maxtor.gif
www.eeworm.com/read/249104/4456806
java maxtor.java
package computerworld;
//定义Maxtor类,实现硬盘接口
public class Maxtor implements HardDisk {
public String getSize() {
return "MaXLine Plus II 200G";
}
}