代码搜索:ClientSocket

找到约 1,840 项符合「ClientSocket」的源代码

代码结果 1,840
www.eeworm.com/read/280448/10330276

h clientsocket.h

// ClientSocket.h // paled, 2002.6.2 // 该类用于SOCKET连接的客户端一方。即可以用于客户端程序,也可以用于小游戏服务器连接数据服务器。 // 使用非阻塞方式实现。 #ifndef CLIENTSOCKET_H #define CLIENTSOCKET_H #include #include "defin
www.eeworm.com/read/425377/10359724

cpp clientsocket.cpp

// ClientSocket.cpp : implementation file // #include "stdafx.h" #include "ClientSocket.h" #include "FiveChess.h" #include "MainFrm.h" #include "FiveChessView.h" #ifdef _DEBUG #define new
www.eeworm.com/read/425377/10359769

h clientsocket.h

#if !defined(AFX_CLIENTSOCKET_H__AC98B01D_DD4E_4558_84AF_AE1543A74CD5__INCLUDED_) #define AFX_CLIENTSOCKET_H__AC98B01D_DD4E_4558_84AF_AE1543A74CD5__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en
www.eeworm.com/read/279763/10394914

cpp clientsocket.cpp

// ClientSocket.cpp : implementation file // #include "stdafx.h" #include "DialTest.h" #include "ClientSocket.h" #include "DialTestDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FI
www.eeworm.com/read/279763/10394943

h clientsocket.h

#if !defined(AFX_CLIENTSOCKET_H__B6A57E0E_D3B0_4C5F_8CEE_273FB4613073__INCLUDED_) #define AFX_CLIENTSOCKET_H__B6A57E0E_D3B0_4C5F_8CEE_273FB4613073__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en
www.eeworm.com/read/353431/10448116

cpp clientsocket.cpp

// ClientSocket.cpp: implementation of the CClientSocket class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "GenClient.h" #include "Cl
www.eeworm.com/read/353431/10448129

h clientsocket.h

// ClientSocket.h: interface for the CClientSocket class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CLIENTSOCKET_H__CF90F241_4C08_4220_A5B5_FC085F
www.eeworm.com/read/424424/10450335

cpp clientsocket.cpp

#include #include #include "clientsocket.h" using namespace std; ClientSocket::ClientSocket(QObject *parent) : QTcpSocket(parent) { connect(this, SIGNAL(readyRead()),
www.eeworm.com/read/424424/10450350

h clientsocket.h

#ifndef CLIENTSOCKET_H #define CLIENTSOCKET_H #include class QDate; class QTime; class ClientSocket : public QTcpSocket { Q_OBJECT public: ClientSocket(QObject *parent = 0);
www.eeworm.com/read/351073/10682669

cpp clientsocket.cpp

#include #include #include "clientsocket.h" using namespace std; ClientSocket::ClientSocket(QObject *parent) : QTcpSocket(parent) { connect(this, SIGNAL(readyRead()),