代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/382791/2623842
h connect.h
#if !defined(AFX_CONNECT_H__C63645A2_EF98_11D4_AF19_5254AB27194C__INCLUDED_)
#define AFX_CONNECT_H__C63645A2_EF98_11D4_AF19_5254AB27194C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/382791/2623845
cpp connect.cpp
// Connect.cpp : implementation file
//
#include "stdafx.h"
#include "diskutil.h"
#include "Connect.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/376006/2717753
c connect.c
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/connect.c,v 1.48.2.1 2008/03/20 16:30:14 meskes Exp $ */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"
#include "ecpg-pthread-win32.h"
#in
www.eeworm.com/read/375736/2721485
txt connect.txt
SUMMARY Connect fDisconnect DOS only
#include
int Connect (path, con, sub)
char *path;
char *con;
char *sub;
flagType fDisconnect (drive)
int drive;
DESCRIPTION
Conne
www.eeworm.com/read/375736/2721590
c connect.c
/* connect.c - perform network connections/disconnections
*
* Modifications:
*
* 31-Jul-1986 mz Use tools.h definitions
* 03-Mar-1987 bw Stub DOS5 version
* 30-Oct-1987 bw Change 'DOS5'
www.eeworm.com/read/372581/2771838
c connect.c
/*
***************************************************************************
* Ralink Tech Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
*
* (
www.eeworm.com/read/370686/2784395
cs connect.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data.SqlClient;
namespace Myschool
{
///
/// 建立连接
///
class Connect
www.eeworm.com/read/367182/2852060
s connect.s
#define socket connect
#define __socket __libc_connect
#define NARGS 3
#define NEED_CANCELLATION
#include
strong_alias (__libc_connect, __connect_internal)
weak_alias (__libc_connect, __con