代码搜索结果

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

appnt1.bas

'---------------------------------------------------------- ' (c) 1997-2000 MCS Electronics ' APPLICATION NOTE 1 ' RS-232 / LCD interface '-----------

todo

* We need a test suite for this directory! * Verify that we support the full CBLAS interface and that the GSL CBLAS library can be used standalone * Check that substituting the Reference Blas, ATLA

shutdownsink.cpp

// ************************************************************************** // shutdownsink.cpp // // Description: // Implements our IOPCShutdown class and IOPCShutdown COM interface. OPC // S

driver_wrapper.doxygen

/** \page driver_wrapper Driver wrapper implementation (driver.h, drivers.c) All hardware and driver dependent functionality is in separate C files that implement defined wrapper functions. Other par

porting.doxygen

/** \page porting Porting to different target boards and operating systems %wpa_supplicant was designed to be easily portable to different hardware (board, CPU) and software (OS, drivers) targets. It

filethread.java

package XXRoom; interface FileThread { public void dispose(); }

mapinter.java

package map; public interface Mapinter { int getMapData(int x,int y); }

volumecontrol.java

package mypackage; public interface VolumeControl { String volume(); }

tonecontrol.java

package mypackage; public interface ToneControl { String tone(); }