代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/119007/14844516
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__742C439B_C3AD_4368_9C51_0F55AC7FF29E__INCLUDED_)
#define AFX_CLIENTSOCKET_H__742C439B_C3AD_4368_9C51_0F55AC7FF29E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/118896/14850130
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "pictalk.h"
#include "ClientSocket.h"
#include "net.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/118896/14850177
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__41AA7C6C_A37D_43E2_AD22_2752C5FD4471__INCLUDED_)
#define AFX_CLIENTSOCKET_H__41AA7C6C_A37D_43E2_AD22_2752C5FD4471__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/219369/14886545
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "MyQQClient.h"
#include "ClientSocket.h"
#include "MyQQClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/219369/14886574
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__F4419013_AEB5_4583_B01B_2A6309FC0E30__INCLUDED_)
#define AFX_CLIENTSOCKET_H__F4419013_AEB5_4583_B01B_2A6309FC0E30__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/117193/14936296
cpp clientsocket.cpp
/*
* Copyright (c) 2000-2003 Barak Weichselbaum
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit
www.eeworm.com/read/117193/14936320
h clientsocket.h
/*
* Copyright (c) 2000-2003 Barak Weichselbaum
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit
www.eeworm.com/read/116937/14948217
java clientsocket.java
import java.net.*;
import java.io.*;
public class clientsocket {
public static void main(String[] args) {
Socket clientSocket;
BufferedReader br1, br2;
PrintStream ps;
String inStrin
www.eeworm.com/read/116937/14948247
class clientsocket.class
www.eeworm.com/read/116776/14955432
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "CmppGateway.h"
#include "ClientSocket.h"
#include "ManagerSocket.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef TH