代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/174072/9609573
cpp ex32_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/174072/9609693
cpp ex95_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4/DB2-CLI
#include // include the OTL 4 header file
otl_connect db; // connect object
www.eeworm.com/read/172642/9697782
m rtsi_clock.m
function retval = RTSI_Clock(slot, connect, direction)
% retval = RTSI_Clock(slot, connect, direction)
% No documentation is available yet.
retval = daq2(103, slot, connect, direction);
www.eeworm.com/read/172516/9703486
pas enter_form.pas
unit Enter_Form;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, XPMenu, StdCtrls,DB,ADODB;
type
TEnter_F = class(TForm)
XM_CB
www.eeworm.com/read/368214/9704895
pas enter_form.pas
unit Enter_Form;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, XPMenu, StdCtrls,DB,ADODB;
type
TEnter_F = class(TForm)
XM_CB
www.eeworm.com/read/171873/9731476
txt mpls_vpn_pe1.txt
interface LoopBack1
ip address 1.1.1.1 255.255.255.255
#
www.eeworm.com/read/269916/11070862
txt readme.txt
首先在建库脚本里附加数据库(hisbook_Data.MDF,hisbook_Log.LDF)
或者还原数据库(hisbook.bak)
然后进入项目中将DataBase.vb中的
Public Shared sConn As String = "Persist Security Info=False;Integrated Security=SSPI;databa
www.eeworm.com/read/268799/11120941
dit ex.dit
// create the objects in this stage
object CiAdd BranchAdder
object CMux2 AluMuxB
object CiAlu Alu
object CAluControl AluControl
object CRegExMem RegExMem
// connections:
//
www.eeworm.com/read/267475/11177558
bor makefile.src.bor
## Compiler, linker, and lib stuff
## Makefile for use with Borland C++ for Win32 executable.
RM=-del
CC=bcc32
LINK=ilink32
LFLAGS=
WARN=-w-8057 -w-8027 -w-8008 -w-8065
CFLAGS=-DWINDOWS -DHAVE_CONFI