代码搜索:CONNECT

找到约 10,000 项符合「CONNECT」的源代码

代码结果 10,000
www.eeworm.com/read/259578/11781569

php db.php

www.eeworm.com/read/341756/12067391

cpp testdlg.cpp

// TestDlg.cpp : implementation file // #include "stdafx.h" #include "Test.h" #include "TestDlg.h" #include #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char TH
www.eeworm.com/read/129979/14215402

c~ send.c~

#include #include #include #define DEST_IP "192.168.0.91" #define DEST_PORT 23 main() { int sockfd; struct sockaddr_in dest_addr; sockfd=socket(AF_INET,S
www.eeworm.com/read/129891/14218974

h tpi_daytime.h

#include "unpxti.h" #include #include void tpi_bind(int, const void *, size_t); void tpi_connect(int, const void *, size_t); ssize_t tpi_read(int, void *, size_t); void t
www.eeworm.com/read/129891/14219541

c xti_tlook_str.c

#include "unpxti.h" char * xti_tlook_str(int fd) { int event; if ( (event = t_look(fd)) < 0) return(NULL); if (event == T_LISTEN) return("T_LISTEN"); else if (event == T_CONNECT) return("T_
www.eeworm.com/read/129093/14267504

log falm_payin.log

行 21:属性 Icon 在 falmpayin 中的文件引用无效。 行 55: 属性 Connect在 Adodc2 中有无效值。 行 56: 属性 OLEDBString在 Adodc2 中有无效值。 行 90:属性 Picture 在 Command6 中的文件引用无效。 行 238:属性 Bindings 在 DTPicker2 中的文件引用无效。 行 438: 属性 Conne
www.eeworm.com/read/128944/14271771

c mysql_ccode.c

#include #include /*#########const define###############*/ #define MY_HOST_NAME "localhost"; #define MY_USER_NAME "colefan"; #define MY_PWD ""; #define MY_DB_NAME "spider"; /*#####
www.eeworm.com/read/125063/14515092

h dp_vpcm.h

/* * PCM related stuff? * * Copyright (c) 2000 Richard J.M. Close * * Can be distributed under GPL */ #ifndef LT_VPCM_H #define LT_VPCM_H 1 #include "stdbool.h" #include #include "m
www.eeworm.com/read/123882/14607556

h connectdlg.h

#pragma once #include "afxcmn.h" #include "afxwin.h" // CConnectDlg 对话框 class CConnectDlg : public CDialog { DECLARE_DYNAMIC(CConnectDlg) public: CConnectDlg(CWnd* pParent = NULL);
www.eeworm.com/read/123453/14631332

def wsp_client_session_states.def

/* * wsp_client_session_states.def - states for WSP session state machines * * Macro calls to generate rows of the state table. See the documentation for * guidance how to use and update these. *