代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/112400/15487451
txt rfc2233.txt
Network Working Group K. McCloghrie
Request for Comments: 2233 Cisco Systems
Obsoletes: 1573
www.eeworm.com/read/112400/15487920
txt rfc2665.txt
Network Working Group J. Flick
Request for Comments: 2665 Hewlett-Packard Company
Obsoletes: 2358
www.eeworm.com/read/108874/15572958
htm ei18.htm
Effective C++, 2E | Item 18: Strive for class interfaces that are complete and minimal Back to Design and Declaration
Continue to Item 19: Differentiate among member functions, non-member functions,
www.eeworm.com/read/106679/15629130
txt rfc2665.txt
Network Working Group J. Flick
Request for Comments: 2665 Hewlett-Packard Company
Obsoletes: 2358
www.eeworm.com/read/101783/15817181
htm ei18.htm
Effective C++, 2E | Item 18: Strive for class interfaces that are complete and minimal Back to Design and Declaration
Continue to Item 19: Differentiate among member functions, non-member functions,
www.eeworm.com/read/191767/8423607
java igraphic.java
/*
* A Graphic Interface ( A prototype interface )
*/
import java.io.*;
public interface IGraphic extends Cloneable, Serializable {
public String getName() ;
public void setName(Stri