代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/229806/14316103
cpp mychatdlg.cpp
// MyChatDlg.cpp : implementation file
//
#include "stdafx.h"
#include "MyChat.h"
#include "MyChatDlg.h"
#include "ClientSocket.h"
#include "tagHeader.h"
#include "afxtempl.h"
#ifdef _DEBUG
www.eeworm.com/read/124276/14582263
cpp eachitemdoc.cpp
// EachItemDoc.cpp : CEachItemDoc 类的实现
//
#include "stdafx.h"
#include "WspProcess.h"
#include "EachItemDoc.h"
#include "CurveView.h"
#include "ConnectDlg.h"
#include "ClientSocket.h"
#
www.eeworm.com/read/215854/15036646
cpp netclientview.cpp
// NetClientView.cpp : CNetClientView 类实现文件
//
#include "stdafx.h"
#include "NetClient.h"
#include "clientSocket.h"
#include "NetClientDoc.h"
#include "NetClientView.h"
#include "commun.h" /
www.eeworm.com/read/212209/15164341
cpp netclientview.cpp
// NetClientView.cpp : CNetClientView 类实现文件
//
#include "stdafx.h"
#include "NetClient.h"
#include "clientSocket.h"
#include "NetClientDoc.h"
#include "NetClientView.h"
#include "commun.h" /
www.eeworm.com/read/11786/233822
cpp mytreeview.cpp
// MyTreeView.cpp : implementation file
//
#include "stdafx.h"
#include "CChatServer.h"
#include "MyTreeView.h"
#include "ClientSocket.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FI
www.eeworm.com/read/338072/3325112
cxx tlsclient.cxx
#include
#include "Tcp_ClientSocket.hxx"
#include "TlsConnection.hxx"
#include "cpLog.h"
#include
int main()
{
cpLogSetPriority(LOG_DEBUG_STACK);
// TcpClientSocket f("www.f
www.eeworm.com/read/411046/2197157
cxx tlsclient.cxx
#include
#include "Tcp_ClientSocket.hxx"
#include "TlsConnection.hxx"
#include "cpLog.h"
#include
int main()
{
cpLogSetPriority(LOG_DEBUG_STACK);
// TcpClientSocket f("www.f
www.eeworm.com/read/252498/4404409
cxx tlsclient.cxx
#include
#include "Tcp_ClientSocket.hxx"
#include "TlsConnection.hxx"
#include "cpLog.h"
#include
int main()
{
cpLogSetPriority(LOG_DEBUG_STACK);
// TcpClientSocket f("www.f
www.eeworm.com/read/237007/13981468
cpp logindlg.cpp
// LoginDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ChatRoom2.h"
#include "LoginDlg.h"
#include "ClientSocket.h"
#include "ServerSocket.h"
#ifdef _DEBUG
#define new DEBU
www.eeworm.com/read/133878/14019178
java client.java
import java.net.*;
import java.io.*;
import java.awt.*;
import java.awt.event.*;
public class client{
private int textnum=1,portNum;
private Socket clientsocket;
private PrintStream clientou