代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/346548/3181650
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__BE406802_65EC_4B37_815A_A979D4BDDB61__INCLUDED_)
#define AFX_CLIENTSOCKET_H__BE406802_65EC_4B37_815A_A979D4BDDB61__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/339155/3310656
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/339155/3310660
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/332467/3398212
cpp clientsocket.cpp
// ClientSocket.cpp
// paled, 2002.6.16
// 该类用于SOCKET连接的客户端一方。即可以用于客户端程序,也可以用于小游戏服务器连接数据服务器。
// 使用非阻塞方式实现。
#include "ClientSocket.h"
//using namespace world_kernel;
///////////////////////
www.eeworm.com/read/332467/3398223
h clientsocket.h
// ClientSocket.h
// paled, 2002.6.2
// 该类用于SOCKET连接的客户端一方。即可以用于客户端程序,也可以用于小游戏服务器连接数据服务器。
// 使用非阻塞方式实现。
#ifndef CLIENTSOCKET_H
#define CLIENTSOCKET_H
#include
#include "defin
www.eeworm.com/read/332258/3400727
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Client.h"
#include "ClientSocket.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/332258/3400759
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__C23B8BB3_5051_11D5_B131_C6D7FE5A2900__INCLUDED_)
#define AFX_CLIENTSOCKET_H__C23B8BB3_5051_11D5_B131_C6D7FE5A2900__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/328467/3443082
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Server.h"
#include "ClientSocket.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/328467/3443092
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__EBCCDECD_5376_4D2A_8150_A7A7004B5DA9__INCLUDED_)
#define AFX_CLIENTSOCKET_H__EBCCDECD_5376_4D2A_8150_A7A7004B5DA9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/328467/3443101
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Client.h"
#include "ClientSocket.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]