代码搜索结果

找到约 10,000 项符合 Interface 的代码

chapa-0-1.htm

function setFocus() { if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) { return; } else { self.focus(); } } Glos

pat4a-1.htm

function setFocus() { if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) { return; } else { self.focus(); } } Adap

pat4a.htm

function setFocus() { if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) { return; } else { self.focus(); } } Adap

uartinterface.c

/*********************************************************** Module Name: UartInterface.c Module Date: 04/10/2004 Module Auth: John Orlando Copyright (c) 2004 John Orlando All Ri

ex20(1).java

// generics/Ex20.java // TIJ4 Chapter Generics, Exercise 20, page 654 /* Create an interface with two methods, and a class that implements that interface * and adds another method. In another class

orderingfunction.java

package shared; import java.lang.*; /** The interface for classes using an ordering function for sorting various lists * in the Graph class. */ public interface OrderingFunction{ /** The

configuration,v

head 1.2; access; symbols; locks dls:1.2; strict; comment @# @; 1.2 date 94.08.25.00.59.51; author dls; state Old; branches; next 1.1; 1.1 date 94.05.10.20.46.33; author dls; state O

configuration

/* Configuration - (device configuration specifications) */ /* "type" declarations for both real- and pseudo- devices */ /* PC keyboard and monitor (normally console device) */ kbmon: on HA

todoxpvs.pas

{***************************************************************************} { XPTheme interface } { for Delphi & C++Builder

dvd.java

public interface DVD { int getRegionCode(); String[] getAudioTracks(); String[] getSubtitles(); }