代码搜索结果

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

interface.c

/* * External functions declared as __declspec(dllexport) * to work in a Win32 DLL (use mpglibdll.h to access) */ #include /* only for the dllexport defs */ #include

interface.h

/* * DO NOT EDIT THIS FILE - it is generated by Glade. */ #ifdef __cplusplus extern "C" { #endif GtkWidget* create_window (void); GtkWidget* create_fileselection (void); #ifdef __cplusplus } #end

interface.c

/* * DO NOT EDIT THIS FILE - it is generated by Glade. */ #include #include #include #include #include #include #in

interface.cpp

/*************************************************************************** * 文件名称:Interface.cpp * 摘 要:该文件部分或全部实现了Interface.h中所声明的函数。 * * 当前版本:2.0 * 作 者:Moon, Dr Jun Jo, 李迅 * 完成日期:2005年10

interface.h

/*************************************************************************** * 文件名称:Interface.h * 摘 要:该文件声明了一个环境结构和三个与服务器通讯的函数。 * * 当前版本:2.0 * 作 者:Moon, Dr Jun Jo, 李迅 * 完成日期:2005年10月24日 *

interface.cpp

// Fig. 10.26: Interface.cpp // Implementation of class Interface--client receives this file only // as precompiled object code, keeping the implementation hidden. #include "Interface.h" // Interf

interface.h

// Fig. 10.25: Interface.h // Header file for class Interface // Client sees this source code, but the source code does not reveal // the data layout of class Implementation. class Implementati

interface.java

package flight.Main; import flight.query.*; import flight.manage.*; import flight.dingpiao.*; import flight.tuipiao.TuiPiao; import flight.assist.*; import java.awt.*; import javax.swing.

interface.m

function varargout = interface(varargin) % %interface.m, v 1.2 2002/03/14 11:07:40 %=========================================================================== % Eduardo Fernandez Canga

interface.h

// interface.h struct IMotion : public IUnknown { STDMETHOD_(void, Fly) () = 0; STDMETHOD_(int&, GetPosition) () = 0; }; struct IVisual : public IUnknown { STDMETHOD_(void, D