代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/102935/6227925
h capi.h
/* $Id: capi.h,v 1.6.6.2 2001/09/23 22:24:32 kai Exp $
*
* ISDN lowlevel-module for the IBM ISDN-S0 Active 2000.
*
* Author Fritz Elfert
* Copyright by Fritz Elfert
www.eeworm.com/read/102935/6230435
c main.c
/*
**********************************************************************
* main.c - Creative EMU10K1 audio driver
* Copyright 1999, 2000 Creative Labs, Inc.
*
***************************
www.eeworm.com/read/101082/6245216
3xti t_listen.3xti
.TH t_listen 3xti
.SH Name
t_listen \- listen for a connect request
.SH Syntax
.B #include
.br
.sp 1
.B int t_listen(\fIfd, call\fB)
.br
.B int \fIfd\fB;
.br
.B struct t_call \fI*call\fB;
.SH
www.eeworm.com/read/101082/6247114
3xti t_listen.3xti
.TH t_listen 3xti
.SH Name
t_listen \- listen for a connect request
.SH Syntax
.B #include
.br
.sp 1
.B int t_listen(\fIfd, call\fB)
.br
.B int \fIfd\fB;
.br
.B struct t_call \fI*call\fB;
.SH
www.eeworm.com/read/101066/6257140
cpp sockconnector.cpp
/* SockConnector */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,17dec01,nel Add include symbol for diab build.
01a,05jun99,aim created
*/
#i
www.eeworm.com/read/492943/6414595
bas dbfunc.bas
Attribute VB_Name = "DbFunc"
'== 标记数据库是否连接 ==
Private IsConnect As Boolean
'== 标记执行Connect()函数后,访问数据库的次数 ==
Private Connect_Num As Integer
Private cnn As ADODB.Connection '连接数据库的Connection对象
P