代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/123974/14603015
cpp tcpclient.cpp
#include "stdafx.h"
#include "tcpclient.h"
namespace acl
{
TcpClient::TcpClient()
{
m_alive = false;
m_reconnectInterval = RECONNECT_INTERVAL;
}
TcpClient::TcpClient(u_short port,
www.eeworm.com/read/121598/14749820
txt 说明.txt
.jar文件为可执行文件 直接打开运行
原文件目录 为java文件
使用说明 :
在chatClient2上面的 输入运行chatServer电脑的ip,然后点 connect
www.eeworm.com/read/119269/14835434
cpp asyncproxysocketlayer.cpp
/*CAsyncProxySocketLayer by Tim Kosse (Tim.Kosse@gmx.de)
Version 1.6 (2003-03-26)
--------------------------------------------------------
Introduction:
-------------
This cl
www.eeworm.com/read/118305/14876827
cpp statereport.cpp
#include "StateReport.h"
int CStateReport::InsertReport( StruDispense &stDispense )
{
long j = 0 ;
long report_id = oCode.NewCode( "REPORT_ID" );
if ( report_id > 0 )
{
t_mobile_report
www.eeworm.com/read/211576/15177264
h define.h
#define NO_FLAGS_SET 0
//#define PORT (u_short) 44965
//#define DEST_IP_ADDR "127.0.0.1"
#define MAXBUFLEN 255
#define SECENDVAL 3
#define BTSBASE 7
//命令字定义
enum cmdDefine{
DEV_CONNECT = 0
www.eeworm.com/read/207654/15266005
c button.c
/*
* File: button.c
* Auth: Eric Harlow
*
* Example showing button behavior
*/
#include
/*
* CloseAppWindow
*
* The window is closing down. Need to shut down gtk.
*/
gint Clos
www.eeworm.com/read/168845/5433318
cpp signal_n_test.cpp
// Boost.Signals library
// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.