代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/155492/5622166
java traderhome.java
/*
* Generated by XDoclet - Do not edit!
*/
package com.genuitec.traderx.interfaces;
/**
* Home interface for Trader.
* @xdoclet-generated at ${TODAY}
* @copyright The XDoclet Team
* @
www.eeworm.com/read/155492/5622167
java traderutil.java
/*
* Generated file - Do not edit!
*/
package com.genuitec.traderx.interfaces;
/**
* Utility class for Trader.
* @xdoclet-generated at ${TODAY}
* @copyright The XDoclet Team
* @author
www.eeworm.com/read/154161/5639935
java registryexplorerframe.java
package apibook.c8.s3;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.*;
import java.rmi.*;
//测试类rmi.registry包
public class RegistryExplorerFrame extends JFrame {
www.eeworm.com/read/230048/6789217
java months.java
//: c08:Months.java
// Using interfaces to create groups of constants.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
packag
www.eeworm.com/read/230048/6789240
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/395876/8148373
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/395876/8148401
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/195047/8176436
h dshow.h
//------------------------------------------------------------------------------
// File: DShow.h
//
// Desc: DirectShow top-level include file
//
// Copyright (c) 2000-2001, Microsoft Corporatio
www.eeworm.com/read/194505/8192046
h ipifcons.h
/*++
Copyright (c) 1995-1999 Microsoft Corporation
Module Name:
ipifcons.h
Abstract:
Constants needed for the Interface Object
*/
#ifndef __IPIFCONS_H__
#define __IP