代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/334652/12582473
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/135259/13944927
h vpnotify.h
//==========================================================================;
//
// Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
//
//-------------------------------------------
www.eeworm.com/read/204053/15345457
idl dbserverevent.idl
// DbServerEvent.idl : IDL source for DbServerEvent
//
// This file will be processed by the MIDL tool to
// produce the type library (DbServerEvent.tlb) and marshalling code.
import "oaidl.id
www.eeworm.com/read/112668/15479285
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/112228/15490887
pas dmbasemodule.pas
{-----------------------------------------------------------------------------
Unit: dmBaseModule
Author: Aleyn.wu
Date: 2002-05-12
Descript: Base Module Interface
---------------
www.eeworm.com/read/110378/15535157
java igraphic.java
/*
* A Graphic Interface ( A prototype interface )
*/
import java.io.*;
public interface IGraphic extends Cloneable, Serializable {
public String getName() ;
public void setName(Stri
www.eeworm.com/read/110378/15535389
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/105271/15672908
c discover.c
/* dispatch.c
Network input dispatcher... */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* Permission to u
www.eeworm.com/read/104413/15694934
txt 转-如何学习java.txt
作者:lovefan
email: lovefan@cmmail.com
日期:8/1/2001 4:08:34 PM
:(如何学习Java呢?) 枫叶国游子 2001-07-04 12:37:58
我可以结合自己的经验大致给你说一说,希望对你有所帮助,少走些弯路。
学习Java其实应该上升到如何学习程序设计这种境界,其实学习程序设计又是接受一种编程思想。每一种语言的程序设计思想大 ...