代码搜索:interf

找到约 714 项符合「interf」的源代码

代码结果 714
www.eeworm.com/read/308427/3714454

reg sd8686pn.reg

; registry keys for the Streams portion of the driver [HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Custom\MANF-02DF-CARDID-9103-FUNC-1] "Dll"="SD8686PN.dll" ; use the "streams" interf
www.eeworm.com/read/306884/3731569

java invokehandler.java

/* * Created on 2007-3-8 * Last modified on 2007-3-8 * Powered by YeQiangWei.com */ package com.yeqiangwei.club.service.proxy; import java.lang.reflect.InvocationHandler; public interf
www.eeworm.com/read/273230/4212885

java attributelist.java

// SAX Attribute List Interface. // No warranty; no copyright -- use this as you will. // $Id: AttributeList.java,v 1.1 2000/11/05 20:21:08 garypeskin Exp $ package org.xml.sax; /** * Interf
www.eeworm.com/read/427272/1972850

java invokehandler.java

/* * Created on 2007-3-8 * Last modified on 2007-3-8 * Powered by YeQiangWei.com */ package com.yeqiangwei.club.service.proxy; import java.lang.reflect.InvocationHandler; public interf
www.eeworm.com/read/427112/1974642

java threadpool.java

/* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.corba.se.spi.orbutil.threadpool; public interf
www.eeworm.com/read/427112/1974644

java threadpoolchooser.java

/* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.corba.se.spi.orbutil.threadpool; public interf
www.eeworm.com/read/414020/2155392

java request.java

package org.gridsphere.services.core.request; import java.util.Date; import java.util.Map; /** * @author Jason Novotny * @version $Id$ */ public interf
www.eeworm.com/read/369885/2789928

java threadpool.java

/* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.corba.se.spi.orbutil.threadpool; public interf
www.eeworm.com/read/369885/2789930

java threadpoolchooser.java

/* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.corba.se.spi.orbutil.threadpool; public interf
www.eeworm.com/read/366702/2877650

f90 interface_abstract_1.f90

! { dg-do compile } ! module mod_interf_abstract implicit none abstract interface :: one ! { dg-error "Syntax error in ABSTRACT INTERFACE statement" } end interface ! { dg-error "Expecting END MODULE