代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/191767/8424110
java iterator.java
/**
* Iterator Interface
*/
public interface Iterator {
public abstract void First();
public abstract void Next();
public abstract boolean IsDone();
public abstract void Curr
www.eeworm.com/read/188943/8501770
idl autoatl.idl
// AutoATL.idl : IDL source for AutoATL.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (AutoATL.tlb) and marshalling code.
import "oaidl.idl";
import "oc
www.eeworm.com/read/430096/8767120
java outer13.java
// innerclasses/Outer13.java
// TIJ4 Chapter Innerclasses, Exercise 13, page 361
/* Repeat Exercise 9 using an anonymous inner class.
* (Exercise 9: Create an interface with at least one method, an
www.eeworm.com/read/284348/8938857
idl simple15.idl
// Simple15.idl : IDL source for Simple15.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (Simple15.tlb) and marshalling code.
import "oaidl.idl";
import
www.eeworm.com/read/427263/8955417
txt 转-如何学习java.txt
作者:lovefan
email: lovefan@cmmail.com
日期:8/1/2001 4:08:34 PM
:(如何学习Java呢?) 枫叶国游子 2001-07-04 12:37:58
我可以结合自己的经验大致给你说一说,希望对你有所帮助,少走些弯路。
学习Java其实应该上升到如何学习程序设计这种境界,其实学习程序设计又是接受一种编程思想。每一种语言的程序设计思想大 ...
www.eeworm.com/read/283685/8996692
idl connectioncom.idl
// ConnectionCom.idl : IDL source for ConnectionCom.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (ConnectionCom.tlb) and marshalling code.
import "oaid
www.eeworm.com/read/281848/9130328
java outer13.java
// innerclasses/Outer13.java
// TIJ4 Chapter Innerclasses, Exercise 13, page 361
/* Repeat Exercise 9 using an anonymous inner class.
* (Exercise 9: Create an interface with at least one method, an
www.eeworm.com/read/177955/9426276
h vpnotify.h
//------------------------------------------------------------------------------
// File: VPNotify.h
//
// Desc:
//
// Copyright (c) 1997-2001, Microsoft Corporation. All rights reserved.
//--
www.eeworm.com/read/170469/9805386
java sortable.java
package shared;
import java.lang.*;
/** Interface for classes that need to be sorted in a specific manner.
*/
public interface Sortable{
boolean lessThan(Sortable other);
boolean Equa
www.eeworm.com/read/169281/9870191
java iprime.java
//
// Auto-generated using JActiveX.EXE 5.00.2918
// ("C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VJ98\jactivex.exe" /w /xi /X:rkc /l "C:\WINDOWS\TEMP\jvc42F1.TMP" /nologo /d "C:\My Documents\Micr