代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/152780/12085623
asm initdai.asm
#include "def21262.h"
#include "SRU.h"
.section /pm seg_pmco;
.global _initDAI;
/*-----------------------------------------------------------------------------
***
www.eeworm.com/read/340032/12186561
lst read_u.lst
C51 COMPILER V8.02 READ_U 07/21/2008 09:40:00 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE READ_U
OBJECT MODULE PLACED IN
www.eeworm.com/read/151467/12209234
8 pppoe-setup.8
.\" $Id: pppoe-setup.8,v 1.1 2005/08/09 02:29:58 dfs Exp $
.\" LIC: GPL
.TH PPPOE-SETUP 8 "21 February 2000"
.UC 4
.SH NAME
pppoe-setup \- Shell script to configure Roaring Penguin PPPoE client
.SH S
www.eeworm.com/read/151394/12216330
8 pppoe-setup.8
.\" $Id: pppoe-setup.8,v 1.1 2005/08/09 02:29:58 dfs Exp $
.\" LIC: GPL
.TH PPPOE-SETUP 8 "21 February 2000"
.UC 4
.SH NAME
pppoe-setup \- Shell script to configure Roaring Penguin PPPoE client
.SH S
www.eeworm.com/read/151377/12217133
cpp serversocket.cpp
// ServerSocket.cpp: implementation of the CServerSocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PTChannel.h"
#include "Se
www.eeworm.com/read/151211/12229133
txt 105.txt
邮件检查程序(一)
按下表所示设置各控件的属性。
控件 名称 描述
Textbox txtHost 用于输入邮件服务器的名称或地址
Textbox txtUserName 输入用户名
Textbox txtPassword 输入密码
Textbox txtBody 显示邮件内容
Listview lvMessages 显示邮件清单
Command Button
www.eeworm.com/read/150781/12262808
h ssl3.h
/* ssl/ssl3.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The impl
www.eeworm.com/read/148608/12448061
h client.h
#ifndef _client_h
#define _client_h
#define KEYFILE "client.pem"
#define PASSWORD "password"
int tcp_connect(void);
void check_cert_chain(SSL *ssl,char *host);
#endif
www.eeworm.com/read/127443/14355019
htm mysql实例-6.htm
MYSQL如何存取二进制文件
首先创建测试表testtable
CREATE TABLE testtable ( id INT(5) NOT NULL AUTO_INCREMENT PRIM
www.eeworm.com/read/125362/14496749
tcl system.tcl
# -*- Mode: Tcl -*-
# system.tcl
#
# Description : System configuration variables.
#
# Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved.
#
# $Id