代码搜索:Interface

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

代码结果 10,000
www.eeworm.com/read/130004/14212442

pas interpreterunit1.pas

unit InterpreterUnit1; interface implementation end.
www.eeworm.com/read/129864/14221671

idl sysprop.idl

interface SysProp { string getProperty(in string name); };
www.eeworm.com/read/129864/14221681

idl env.idl

interface Env { string getenv(in string name); };
www.eeworm.com/read/129847/14222406

txt readme.txt

This directory contains a Pascal (Delphi, Kylix) interface to the zlib data compression library. Directory listing ================= zlibd32.mak makefile for Borland C++ example.pas
www.eeworm.com/read/231515/14228743

h comenum.h

////////////////////////////////////////////////////////////////////// // COMEnum.h: interface for the CCOMEnum class. // ////////////////////////////////////////////////////////////////////// //
www.eeworm.com/read/231050/14258385

htm chap2.htm

A Case Study: Designing a Document Editor function setFocus() { if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) { return; }
www.eeworm.com/read/231050/14259283

htm chap2.htm

A Case Study: Designing a Document Editor function setFocus() { if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) { return; }
www.eeworm.com/read/229711/14324805

txt _readme.txt

FLAG is an automatic meter-reading protocol popular in the EU. It is a subset of IEC-1107, also numbered IEC-61107. It is the predecessor of IEC-62056, which added an HDLC mode to send large binary
www.eeworm.com/read/127668/14342016

pas cc3.pas

Unit CC3; Interface Implementation end.
www.eeworm.com/read/127651/14343535

java command.java

public interface Command { public void Execute(); }