代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/279678/4135515
java httpssession.java
import java.io.*;
import java.net.*;
import java.util.*;
class HTTPSSession implements Runnable {
private static final String CRLF = "\r\n";
Socket clientSocket;//客户端套接字
private DataInputSt
www.eeworm.com/read/237007/13981475
cpp chatroom2.cpp
// ChatRoom2.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ChatRoom2.h"
#include "ChatRoom2Dlg.h"
#include "LoginDlg.h"
#include "ClientSocket.h"
www.eeworm.com/read/107429/15607263
cpp secretchatdlg.cpp
// SecretChatDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SecretChat.h"
#include "SecretChatDlg.h"
#include "ClientSocket.h" /*客户机套接字头文件*/
#include "SecretChatDlg.h"
/**
www.eeworm.com/read/101500/15829647
h workingsocket.h
#ifndef _WORKINGSOCKET_H
#define _WORKINGSOCKET_H
#include "ClientSocket.h"
#include "CmdDef_Common.h"
#include
#include
using namespace std;
//CWorkingSocket类是具体负责TCP
www.eeworm.com/read/101093/15852669
cpp secretchatdlg.cpp
// SecretChatDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SecretChat.h"
#include "SecretChatDlg.h"
#include "ClientSocket.h" /*客户机套接字头文件*/
#include "SecretChatDlg.h"
/**
www.eeworm.com/read/139182/5807292
cxx testcache.cxx
#include "Record.hxx"
#include "../dataObjects/test/TestRecord.hxx"
#include "NetworkAddress.h"
#include "Tcp_ClientSocket.hxx"
#include "Cache.hxx"
#include "cpLog.h"
#include
char c;
/*
www.eeworm.com/read/381869/2639933
java simeplewebserver.java
//一个监听端口并提供HTML文档的程序.
import java.io.*;
import java.net.*;
class SimpleWebServer {
public static void main(String args[]) {
ServerSocket serverSocket = null;
Socket clientSocket = nul
www.eeworm.com/read/357992/3007662
java simeplewebserver.java
//一个监听端口并提供HTML文档的程序.
import java.io.*;
import java.net.*;
class SimpleWebServer {
public static void main(String args[]) {
ServerSocket serverSocket = null;
Socket clientSocket = nul
www.eeworm.com/read/104438/15693164
cpp myedit.cpp
// MyEdit.cpp : implementation file
//
#include "stdafx.h"
#include "chess.h"
#include "MyEdit.h"
#include "clientsocket.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/144485/12788009
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "Client.h"
#include "MainFrm.h"
//以下是添加的头文件
#include"ClientSocket.h"
#include"LinkDlg.h"
#include"Me