代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/128260/5992126
txt load.txt
connect -c jtag -y
erase
write -b 1 -f out.ihx -intel -ver
write -b 2 -f protect_word.bin -binary -a FE -ver
disc
www.eeworm.com/read/127781/5997492
h capi.h
/* $Id: capi.h,v 1.1.4.1 2001/11/20 14:19:34 kai Exp $
*
* ISDN lowlevel-module for the IBM ISDN-S0 Active 2000.
*
* Author Fritz Elfert
* Copyright by Fritz Elfert
www.eeworm.com/read/127781/5998192
c main.c
/*
**********************************************************************
* main.c - Creative EMU10K1 audio driver
* Copyright 1999, 2000 Creative Labs, Inc.
*
**************************
www.eeworm.com/read/127781/5998228
c main.c
/*
**********************************************************************
* main.c - Creative EMU10K1 audio driver
* Copyright 1999, 2000 Creative Labs, Inc.
*
**************************
www.eeworm.com/read/127694/6002971
c daytimecli03.c
#include "unpxti.h"
int
main(int argc, char **argv)
{
int tfd, n, flags;
char recvline[MAXLINE + 1];
struct sockaddr_in servaddr;
struct t_call tcall;
struct t_discon tdiscon;
if (arg
www.eeworm.com/read/127679/6003304
man dl_disconnect_req.7.man
'\" rtp
.\" -*- nroff -*- vim: ft=nroff noautoindent nocindent nosmartindent
.\"
.\" @(#) DL_DISCONNECT_REQ.7.man,v 0.9.2.3 2004/05/16 02:35:43 brian Exp
.\"
.\" ======================================
www.eeworm.com/read/126956/6010055
raise_err
#!/usr/local/bin/perl -w
use strict;
use DBI;
my $host='localhost';
my $port=6100;
my $dbh = DBI->connect("dbi:Gigabase:",,,{RaiseError=>1})
|| die "Can't connect\n";
my $select=$dbh->prepare("sel
www.eeworm.com/read/126765/6012859
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/123764/6057881
h tripplanner.ui.h
void TripPlanner::init()
{
connect(&socket, SIGNAL(connected()),
this, SLOT(sendRequest()));
connect(&socket, SIGNAL(connectionClosed()),
this, SLOT(connectionClosedByS