代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/401723/11551532
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ChatSvr.h"
#include "ClientSocket.h"
#include "ChatSvrDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/401723/11551539
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__758016DE_8715_11D6_8F32_00E04CE76240__INCLUDED_)
#define AFX_CLIENTSOCKET_H__758016DE_8715_11D6_8F32_00E04CE76240__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/401708/11551589
java clientsocket.java
package socket1;
import java.net.*;
import java.io.*;
//创建连接
public class ClientSocket {
private String ip;
private int port;
private Socket socket = null;
DataOutput
www.eeworm.com/read/401708/11551590
class clientsocket.class
www.eeworm.com/read/401053/11565384
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "mychar.h"
#include "ClientSocket.h"
#include "taghead.h"
#include "mycharDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/401053/11565394
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__0EDFEDA8_F6CC_4849_A22F_7B9E0E2D9C79__INCLUDED_)
#define AFX_CLIENTSOCKET_H__0EDFEDA8_F6CC_4849_A22F_7B9E0E2D9C79__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/401053/11565406
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "charserver.h"
#include "ClientSocket.h"
#include "taghead.h"
#include "charserverDlg.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/401053/11565413
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__4BB67F6B_E7E4_4269_8C70_4B8FFBF251EC__INCLUDED_)
#define AFX_CLIENTSOCKET_H__4BB67F6B_E7E4_4269_8C70_4B8FFBF251EC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/400118/11582689
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ClientSocket.h"
#include "OFSCardServer.h"
#include "OFSCardServerDlg.h"
// CClientSocket
//CClientSocket::CCl
www.eeworm.com/read/400118/11582696
h clientsocket.h
//#pragma once
//
//// CClientSocket command target
//
//class CClientSocket : public CSocket
//{
//public:
// CClientSocket();
// virtual ~CClientSocket();
//};
#if !defined(AFX_CLIENTS