代码搜索:Interface

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

代码结果 10,000
www.eeworm.com/read/368130/2825206

cpp calculate_interface.cpp

#include "calculate_interface.h" /* * Implementation of interface class CalculateInterface */ CalculateInterface::CalculateInterface(const QString &service, const QString &path, const QDBusConnec
www.eeworm.com/read/368130/2825207

h calculate_interface.h

#ifndef CALCULATE_INTERFACE_H_1185933162 #define CALCULATE_INTERFACE_H_1185933162 #include #include #include #include #include
www.eeworm.com/read/367467/2843059

amap-lib-interface

You want to integrate amap functionality into your programs? Thats easy. WAY 1 ===== If you just want to use amap-lib like amap, just do a: include "amap-inc.h" #include "amap.h" #include "ama
www.eeworm.com/read/367467/2843156

amap-lib-interface

You want to integrate amap functionality into your programs? Thats easy. WAY 1 ===== If you just want to use amap-lib like amap, just do a: include "amap-inc.h" #include "amap.h" #include "ama
www.eeworm.com/read/367262/2846760

java hellotag_interface.java

package com.jspdev.ch14; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import java.util.Hashtable; import java.io.Writer; import java.io.IOException; import java.util.Date;
www.eeworm.com/read/366702/2865996

cc interface1a.cc

#include "interface1.h" A a; int main() {}
www.eeworm.com/read/366702/2866083

c interface1.c

// PR c++/22252 // { dg-do link } // { dg-additional-sources "interface1a.cc" } // { dg-options "-fno-inline" } #pragma implementation #include "interface1.h"
www.eeworm.com/read/366702/2866151

c interface4.c

/* https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227376 */ /* { dg-do compile } */ /* { dg-options "-g2" } */ /* We used to crash when emitting debug info for type N::A because its context
www.eeworm.com/read/366702/2866183

c interface2.c

// PR c++/26195 // { dg-do link } // { dg-additional-sources "interface2b.cc" } // { dg-options "-fno-inline" } #pragma implementation "interface2-imaginary.h" #include "interface2a.h"
www.eeworm.com/read/366702/2866192

h interface4.h

#pragma interface namespace N { typedef int A; } inline void g ( ) { static N :: A a = 0; a = a; }