代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/320605/13422068
java iinterface.java
//: c08:IInterface.java
// Nested classes inside interfaces.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public interfa
www.eeworm.com/read/320023/13434398
pro tablet.pro
##############################################################
# Automatically generated by qmake Thu Jul 26 13:46:03 2001
##############################################################
TEMPLATE =
www.eeworm.com/read/316867/13515812
java messagecracker.java
/**
* @version 1.20 07 May 1997
* @author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.lang.reflect.*;
public class MessageCracker
implements MouseListene
www.eeworm.com/read/315278/13547336
java messagecracker.java
/**
* @version 1.20 07 May 1997
* @author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.lang.reflect.*;
public class MessageCracker
implements MouseListene
www.eeworm.com/read/313151/13595379
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/313151/13595386
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:
www.eeworm.com/read/311957/13620745
inf dm9usb.inf
;*******************************************************************************
;** Copyright 2001, DAVICOM Semiconductor, Inc.
; INF for Windows 98 and Windows 2000
[Version]
Signature =
www.eeworm.com/read/305015/13779894
h iface.h
//
// Iface.h
//
// Interfaces
interface IX : IUnknown
{
virtual void __stdcall Fx() = 0 ;
} ;
interface IY : IUnknown
{
virtual void __stdcall Fy() = 0 ;
} ;
interface IZ : IUnkno
www.eeworm.com/read/305015/13780034
h iface.h
//
// Iface.h -
// Declarations of interfaces, IIDs, and CLSID
// shared by the client and the component.
//
interface IX : IUnknown
{
virtual void pascal Fx() = 0 ;
};
interface
www.eeworm.com/read/305015/13780059
h iface.h
//
// Iface.h -
// Declarations of interfaces, IIDs, and CLSID
// shared by the client and the component.
//
interface IX : IUnknown
{
virtual void pascal Fx() = 0 ;
};
interface