代码搜索:ClientSocket

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

代码结果 1,840
www.eeworm.com/read/265753/4281129

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/265753/4281133

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/260617/4329362

cpp clientsocket.cpp

// ClientSocket.cpp : implementation file // #include "stdafx.h" #include "CTelnet.h" #include "ClientSocket.h" #include "CTelnetView.h" #include "CTelnetDoc.h" #ifdef _DEBUG #define new
www.eeworm.com/read/260617/4329373

h clientsocket.h

#if !defined(AFX_CLIENTSOCKET_H__42C5C9C7_3102_11D2_9A30_00C04FB78B23__INCLUDED_) #define AFX_CLIENTSOCKET_H__42C5C9C7_3102_11D2_9A30_00C04FB78B23__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #e
www.eeworm.com/read/254562/4381704

cpp clientsocket.cpp

// ClientSocket.cpp : implementation file // #include "stdafx.h" #include "MyQQServer.h" #include "MyQQServerDlg.h" #include "ClientSocket.h" #ifdef _DEBUG #define new DEBUG_NEW #undef T
www.eeworm.com/read/254562/4381709

h clientsocket.h

#if !defined(AFX_CLIENTSOCKET_H__51B22B88_3D12_4D4D_8CAA_34A063815016__INCLUDED_) #define AFX_CLIENTSOCKET_H__51B22B88_3D12_4D4D_8CAA_34A063815016__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en
www.eeworm.com/read/251978/4412374

java clientsocket.java

package com.wireless.sms.sgip.net; import java.io.IOException; import java.net.InetAddress; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.nio.channels.SocketChannel
www.eeworm.com/read/162614/5534725

java clientsocket.java

/* A class to test my client TCP socket implementation */ import java.net.*; import java.io.*; public class ClientSocket extends Object { public static void main(String[] argv) throws IOException {
www.eeworm.com/read/162519/5544257

java clientsocket.java

/* A class to test my client TCP socket implementation */ import java.net.*; import java.io.*; public class ClientSocket extends Object { public static void main(String[] argv) throws IOException {
www.eeworm.com/read/162509/5547539

cpp clientsocket.cpp

#include "stdafx.h" CWHQueue PacketQ; CClientSocket::CClientSocket() { m_sockClient = INVALID_SOCKET; m_pxDefProc = NULL; m_nSync = 1; } CClientSocket::~CClientSocket() { m_so