代码搜索:INTERFACES

找到约 10,000 项符合「INTERFACES」的源代码

代码结果 10,000
www.eeworm.com/read/361866/10033140

txt 转:学不会的java,消不了的忧愁!(1).txt

作者:NOVEMBER RAIN email: haoy@dongyu.com.cn 日期:2001-5-9 17:16:20 学不会的JAVA,消不了的忧愁! 发言者:jigenghua 时 间:2001/03/11 17:23:51 来 自:www.javaunion.org ----------------------------------------------
www.eeworm.com/read/163911/10140102

java connections.java

package ConnectionDataBase; import java.sql.*; import java.lang.reflect.*; /** * * 数据库连接的代理类 * @作者:qibin */ public class Connections implements InvocationHandler { private Connect
www.eeworm.com/read/163911/10140104

java resultsets.java

package ConnectionDataBase; import java.sql.ResultSet; import java.lang.reflect.InvocationHandler; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import ja
www.eeworm.com/read/163911/10140106

java statements.java

package ConnectionDataBase; import java.sql.*; import java.lang.reflect.*; /** * 数据库语句对象实例的代理类 * @author qibin */ public class Statements implements InvocationHandler { private
www.eeworm.com/read/357659/10203884

c initspdif.c

/*************************************************************************************************** ** File: initSPDIF.c ** Date: 7-29-05 ** Author: BM ** Use: Testing ADSP-21369 EZkit
www.eeworm.com/read/357659/10203909

asm initspdif.asm

/*************************************************************************************************** ** ** File: initSPDIF.asm ** Date: 7/29/05 ** Use: Testing ADSP-21369 EZkit SPDIF Interface
www.eeworm.com/read/357659/10203937

c initspdif.c

/*************************************************************************************************** ** File: initSPDIF.c ** Date: 7-29-05 ** Author: BM ** Use: Testing ADSP-21369 EZkit
www.eeworm.com/read/280062/10357388

pro server.pro

###################################################################### # Automatically generated by qmake (1.04a) Mon Feb 25 23:46:25 2008 #############################################################
www.eeworm.com/read/353439/10447237

java ex14.java

// interfaces/Ex14.java // TIJ4 Chapter Interfaces, Exercise 14, page 330 /* Create three interfaces, each with two methods. Inherit a new interface * that combines the three, adding a new method.
www.eeworm.com/read/353439/10447273

java testex6.java

// interfaces.TestEx6.java // TIJ4 Chapter Interfaces, Exercise 6, page 320 // Prove that all the methods in an interface are automatically public /* Solution includes, in package interfaces.ex6: