代码搜索结果

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

delphitwain.~pas

{DELPHI IMPLEMENTATION OF TWAIN INTERFACE} {december 2003

delphitwain.pas

{DELPHI IMPLEMENTATION OF TWAIN INTERFACE} {december 2003

zlib.3

.TH ZLIB 3 "11 March 2002" .SH NAME zlib \- compression/decompression library .SH SYNOPSIS [see .I zlib.h for full description] .SH DESCRIPTION The .I zlib library is a general purpose data

vhs.java

public interface VHS{ public String getFormat(); public String getLanguage(); }

observer.java

/** * Observer interface */ public interface Observer { public void update(Subject s); }

shape.java

/** * A interface */ public interface Shape { public void Draw(); public void Border(); }

shape.java

/** * A interface */ public interface Shape { public void Draw(); public void Border(); }

es1370

/proc/sound, /dev/sndstat ------------------------- /proc/sound and /dev/sndstat is not supported by the driver. To find out whether the driver succeeded loading, check the kernel log (dmesg). ALaw

advisor.java

/* * Copyright 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.

xmlgenerator.java

// XMLGenerator.java // XMLGenerator is an interface for classes that can generate // XML Elements. The XML element returned by method getXML // should contain Elements for each public property. p