代码搜索:CONNECT

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

代码结果 10,000
www.eeworm.com/read/471319/6889853

cpp tcpclient.cpp

////////////////////////////////////////////////////////// // TCPClient.cpp文件 #include "../common/InitSock.h" #include CInitSock initSock; // 初始化Winsock库 int main() { // 创建套节字
www.eeworm.com/read/195367/8161998

config workorders.config

Data Source=?;User Id=?;Password=?;Connect Timeout=15 Work_Orders xCoord yCoord
www.eeworm.com/read/295351/8168690

bas dbfunc.bas

Attribute VB_Name = "DbFunc" '== 标记数据库是否连接 == Private IsConnect As Boolean '== 标记执行Connect()函数后,访问数据库的次数 == Private Connect_Num As Integer Private cnn As ADODB.Connection '连接数据库的Connection对象 P
www.eeworm.com/read/195081/8174876

bas dbfunc.bas

Attribute VB_Name = "DbFunc" '== 标记数据库是否连接 == Private IsConnect As Boolean '== 标记执行Connect()函数后,访问数据库的次数 == Private Connect_Num As Integer Private cnn As ADODB.Connection '连接数据库的Connection对象 P
www.eeworm.com/read/294875/8196071

pl example-3.pl

#!/usr/bin/perl -w # This program displays a couple checkboxes and shows how to change # button labels, how to make widgets sensitive or unsensitive, how to # determine if a checkbox is active, how t
www.eeworm.com/read/394504/8221031

txt readme.txt

1、在PC机上运行DNW.exe (版本V0.50A),点击菜单connect连接串口; 2、测试音频,你必须先按0下载wav格式文件: Now download file from uart0 to 0xC400000... 点击菜单serial port/transmit,选择要下载的音频文件(*.wav),下载完毕后选择n不运行次文件。 Received 67A
www.eeworm.com/read/393485/8282063

cpp ex554_odbc.cpp

#include #include #define OTL_ODBC //#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC #define OTL_STL // Turn on STL features #if !defined(OTL_ANSI_CPP) #define OTL_ANSI_CPP // Turn
www.eeworm.com/read/393485/8282073

cpp ex107_odbc.cpp

#include using namespace std; #include #define OTL_ODBC // Compile OTL 4/ODBC #include // include the OTL 4 header file otl_connect db; // connect object voi
www.eeworm.com/read/393485/8282083

cpp ex27_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 with
www.eeworm.com/read/393485/8282093

cpp ex203_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 with