代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/171407/9757488
jar clientsocket.jar
www.eeworm.com/read/171407/9757489
jad clientsocket.jad
MIDlet-1: SocketClient,,SocketClient
MIDlet-Jar-Size: 2576
MIDlet-Jar-URL: ClientSocket.jar
MIDlet-Name: ClientSocket Midlet Suite
MIDlet-Vendor: Midlet Suite Vendor
MIDlet-Version: 1.0.0
MicroE
www.eeworm.com/read/171407/9757492
jad clientsocket.jad
MIDlet-1: SocketClient,,SocketClient
MIDlet-Jar-URL: ClientSocket.jar
MIDlet-Name: ClientSocket Midlet Suite
MIDlet-Vendor: Midlet Suite Vendor
MIDlet-Version: 1.0.0
MicroEdition-Configuration: C
www.eeworm.com/read/171028/9774689
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Example2_ChatRoom.h"
#include "ClientSocket.h"
#include "Example2_ChatRoomDlg.h"
#ifdef _DEBUG
#define new DEBUG
www.eeworm.com/read/171028/9774720
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/366859/9795573
cpp clientsocket.cpp
#include
#include
#include
using namespace std;
#include "clientsocket.h"
ClientSocket::ClientSocket(QObject *parent, const char *name)
: QSocket(parent,
www.eeworm.com/read/366859/9795586
h clientsocket.h
#ifndef CLIENTSOCKET_H
#define CLIENTSOCKET_H
#include
class QDate;
class QTime;
class ClientSocket : public QSocket
{
Q_OBJECT
public:
ClientSocket(QObject *parent = 0, const c
www.eeworm.com/read/414998/11086662
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Example2_ChatRoom.h"
#include "ClientSocket.h"
#include "Example2_ChatRoomDlg.h"
#ifdef _DEBUG
#define new DEBUG
www.eeworm.com/read/414998/11086682
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/268861/11117376
cpp clientsocket.cpp
#include "stdafx.h"
CWHQueue PacketQ;
CClientSocket::CClientSocket()
{
m_sockClient = INVALID_SOCKET;
m_pxDefProc = NULL;
m_nSync = 1;
}
CClientSocket::~CClientSocket()
{
m_so