代码搜索结果

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

interface.h

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic

interface.cpp

/* * public/ann/interface.c * 2004-05-03 by ShanLanshan * * Implement ann lib interface */ #include "public/ann/interface.h" namespace ann { IAnnVector::~IAnnVector(){} IAnnVectorC

interface.h

#ifndef _PUBLIC_ANN_INTERFACE_H #define _PUBLIC_ANN_INTERFACE_H /* * public/ann/interface.h * 2004-04-24 by ShanLanshan * * Define ann lib interface */ #include "public/ann/annbase.h"

interface.h

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

interface.h

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

interface.h

// interface.h // definitions that make our code look like MFC code #define BOOL int #define DWORD unsigned int #define TRUE 1 #define FALSE 0 #define TRACE printf #define ASSERT asser

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