代码搜索结果
找到约 10,000 项符合
Interface 的代码
history
InterFace STATistics
Ga雔 Roualland
===============================================
Releases History:
* v1.1 - 01/01/2004 "The Happy New Year Release"
- Digital Un
linearlinklist.java
package LinearLink;
public interface LinearLinkList
{
public LinearLink linearization(LinearLink List);
}
fig07_10.cpp
// Fig. 7.10: fig07_10.cpp
// Hiding a class抯 private data with a proxy class.
#include
using std::cout;
using std::endl;
#include "interface.h"
int main()
{
Interface i( 5
iphlpapi.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
iphlpapi.h
Abstract:
Header file for functions to interact with the IP Stack for MIB-II and
relate
visualiserpanel.java
package iface;
import iface.VisualiserPanelObserver;
/**
VisualiserPanel specifies the minimum interface for a Panel that can be
used with the visualiser.
@author Christian Nentwich
@
changes
28/01/2006 (gabi kliot):
- fileio.event.NodeEvent - added support for exact coordinates
- fileio.event.GroupEvent - compilation problem
- animation.Scheduler - added support for exact layout
rtflib.hdf
;******************************************************************************
; Ver 11.0, Last Update Jan 07, 1993 *
; rt
fig10_27.cpp
// Fig. 10.27: fig10_27.cpp
// Hiding a class抯 private data with a proxy class.
#include
using std::cout;
using std::endl;
#include "Interface.h" // Interface class definition
int
xtpagerctrl.h
// XTPagerCtrl.h interface for the CXTPagerCtrl class.
//
// This file is a part of the Xtreme Toolkit for MFC.
//
printable.java
package autosale;
public interface Printable {
void print();
}