代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/164348/5495287
h hxqos.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: hxqos.h,v 1.5.20.3 2004/07/09 01:45:13 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
www.eeworm.com/read/164348/5495296
h hxformt.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: hxformt.h,v 1.4.8.3 2004/07/09 01:45:08 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
www.eeworm.com/read/164348/5495328
h hxengin.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: hxengin.h,v 1.4.2.3 2004/07/09 01:45:08 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
www.eeworm.com/read/163959/5504471
java tableowner.java
//$Id: TableOwner.java,v 1.1 2004/10/06 23:24:14 epbernard Exp $
package org.hibernate.mapping;
/**
* Interface allowing to differenciate SubClasses
* from Classes, JoinedSubClasses and UnionSubCla
www.eeworm.com/read/163892/5505895
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/160705/5567179
cs igelement.cs
using System;
namespace Interface
{
///
/// CGElement 的摘要说明。
///
public interface IGElement
{
int ID
{
get;
set;
}
void Draw();
}
}
www.eeworm.com/read/155175/5628965
java response.java
package com.croftsoft.apps.chat.response;
import java.io.Serializable;
/*********************************************************************
* Interface for a Response from the
www.eeworm.com/read/395876/8148165
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/295492/8158299
java feapmaterial.java
/*
* FeapMaterial.java
*
* Created on 7. November 2002, 18:27
*/
/**
*
* @author Christian Uhde
*/
/** Interface for FeapMaterials */
public interface FeapMaterial {
abstract String w
www.eeworm.com/read/195047/8176475
h vpnotify.h
//------------------------------------------------------------------------------
// File: VPNotify.h
//
// Desc:
//
// Copyright (c) 1997-2001, Microsoft Corporation. All rights reserved.
//--