代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/389810/8499373
cpp ex45_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2008 // Compile OTL 4/ODBC, MS SQL 2008
//#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/389810/8499739
cpp ex663_oci9.cpp
#include
using namespace std;
#include
#define OTL_ORA9I // Compile OTL 4.0/OCI9I
//#define OTL_ORA10G // Compile OTL 4.0/OCI10g
//#define OTL_ORA10G_R2 // Compile OTL 4.
www.eeworm.com/read/389810/8500370
cpp ex659_oci9.cpp
#include
using namespace std;
#include
#define OTL_ORA9I // Compile OTL 4.0/OCI9I
//#define OTL_ORA10G // Compile OTL 4.0/OCI10g
//#define OTL_ORA10G_R2 // Compile OTL 4.
www.eeworm.com/read/389791/8502555
cls department.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/433074/8548940
c first.c
#include
gint n=1;
gint function(gpointer data);
int main(int argc, char *argv[])
{
GtkWidget *win;
gpointer data;
gint sign;
gtk_init(&argc,&argv);
win=gtk_window_new(GTK_WINDOW_TOPLE
www.eeworm.com/read/388975/8559910
c device.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/432958/8560251
cls department.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/388975/8560505
test-manager
#!/usr/bin/python
import gobject
import dbus
import dbus.mainloop.glib
def adapter_added(path):
print "Adapter with path %s added" % (path)
def adapter_removed(path):
print "Adapter with path %s
www.eeworm.com/read/432704/8582002
cpp main.cpp
#include "InitSock.h" //自己的头文件,统一
#include
CInitSock initSock; // 初始化Winsock库
int main()
{
SOCKET s = ::socket(AF_INET,SOCK_STREAM,IPPROTO_TCP);
if(s == INVALID_SOCKET)
{
}
www.eeworm.com/read/288820/8605227
test-manager
#!/usr/bin/python
import gobject
import dbus
import dbus.mainloop.glib
def adapter_added(path):
print "Adapter with path %s added" % (path)
def adapter_removed(path):
print "Adapter with path %s