代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5520031
c pmf3.c
// { dg-do assemble }
// Submitted by Nathan Sidwell
// Bug: g++ was crashing after giving errors.
template
void connect_to_method(
T *receiver,
void (T::*method)
www.eeworm.com/read/475708/6775880
cpp dnmakersppack.cpp
/**********************************************************************
FileName : DnMakeRspPack.cpp
Description : 下端应答包构造模块
Version : 1.0
Date
www.eeworm.com/read/475521/6790767
java stage2faults.java
public class Stage2Faults {
public final static int FIRST = 1;
public final static int NONE = 0;
public final static int LIST = 1;
public final static int SAVE = 2;
public final static int CONNEC
www.eeworm.com/read/294875/8196100
cc preferenceswindow.cc
#include "PreferencesWindow.h"
#include
using namespace std;
static bool
do_nothing(GdkEventAny* event)
{
// Return true to signify that this event has been fully handled
return true;
www.eeworm.com/read/393485/8282090
cpp ex246_oci8.cpp
#include
using namespace std;
#include
class user_defined_string{
public:
user_defined_string(void)
{
buf[0]=0;
}
user_defined_string(const char* s)
www.eeworm.com/read/393485/8282148
cpp ex157_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/Db2-CLI
#include // include the OTL 4.0 header file
otl_connect main_db; // main c
www.eeworm.com/read/393485/8282174
cpp ex536_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005
//#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used wi
www.eeworm.com/read/393485/8282200
cpp ex98_oci8.cpp
#include
#include
#define OTL_ORA8I // Compile OTL 4/OCI8
#define OTL_STL // Turn on STL features and otl_value
#ifndef OTL_ANSI_CPP
#define OTL_ANSI_CPP // Turn on ANSI
www.eeworm.com/read/393485/8282371
cpp ex416_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC
//#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#include // include the OTL 4.0 header file
otl_conne