代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/390712/8450728
txt readme.txt
使用说明:
本工具用于初始化MTK平台软件的话机锁。初始化成功后重新开机,话机锁设置将会清除
操作步骤如下:
选择正确的串口->点击“Start”按钮->待按钮变为“Connect”后,连接手机并开机
www.eeworm.com/read/389810/8498344
cpp ex07_oci7.cpp
#include
using namespace std;
#include
#define OTL_ORA7 // Compile OTL 4/OCI7
#include // include the OTL 4 header file
otl_connect db; // connect object
voi
www.eeworm.com/read/389810/8498347
cpp ex114_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4/ODBC
#define OTL_STL // turn on OTL in the STL compliance mode
#define OTL_STREAM_POOLING_ON
//
www.eeworm.com/read/389810/8498348
cpp ex661_oci9.cpp
#include
#include
using namespace std;
#include
#define OTL_STL
#define OTL_ORA9I // Compile OTL 4.0/OCI9I
//#define OTL_ORA10G // Compile OTL 4.0/OCI10g
//#defi
www.eeworm.com/read/389810/8498647
cpp ex172_oci8.cpp
#include
using namespace std;
#include
#include
// Uncomment the line below when OCI7 is used with OTL
// #define OTL_ORA7 // Compile OTL 4.0/OCI7
#define OTL
www.eeworm.com/read/389810/8498685
cpp ex231_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0
// The following #define is required with MyODBC 3.51.11 and higher
#define OTL_ODBC_SELECT_STM_E
www.eeworm.com/read/389810/8498730
cpp ex678_oci9.cpp
#include
#include
using namespace std;
#include
#define OTL_STL
#define OTL_ORA9I // Compile OTL 4.0/OCI9I
//#define OTL_ORA10G // Compile OTL 4.0/OCI10g
//#defi
www.eeworm.com/read/389810/8498762
cpp ex486_oci9.cpp
#include
using namespace std;
#include
#define OTL_ORA9I // Compile OTL 4.0/OCI9i
#define OTL_ORA_UTF8 // Enable UTF8 OTL for OCI9i
#include // include the OTL
www.eeworm.com/read/389810/8498782
cpp ex16_oci8.cpp
#include
using namespace std;
#include
#define OTL_ORA8I // Compile OTL 4/OCI8
#include // include the OTL 4 header file
otl_connect db; // connect object
vo