代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/403922/11504113
html function.yaz-database.html
Specifies the databases within a session
www.eeworm.com/read/403659/11513277
m truss2d_elem.m
%***********************************************************************
% function truss2d_elem
%
% calculates the stiffness matrix of a 2D pinned truss
%***************************************
www.eeworm.com/read/403659/11513287
m pbar_jacobian.m
function [dx, x_pt] = pBar_jacobian(ksi, p, ElemData, Nodes)
% Jacobian (dx) and global coordinates of this point (x_pt)
% Always linear mapping
XL = Nodes( ElemData.connect(1) ).coord(1);
XR
www.eeworm.com/read/402891/11526588
cpp testdlg.cpp
// testDlg.cpp : implementation file
//
#include "stdafx.h"
#include "test.h"
#include "testDlg.h"
#include "ControlCAN.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/402770/11527865
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/402770/11527866
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/402770/11527867
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/402770/11527977
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/402770/11527993
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/402770/11528014
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