代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/427030/1984638
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/424695/2014796
cpp clientsocket.cpp
// ClientSocket.cpp
// paled, 2002.6.16
// 该类用于SOCKET连接的客户端一方。即可以用于客户端程序,也可以用于小游戏服务器连接数据服务器。
// 使用非阻塞方式实现。
#include "ClientSocket.h"
//using namespace world_kernel;
///////////////////////
www.eeworm.com/read/424695/2014807
h clientsocket.h
// ClientSocket.h
// paled, 2002.6.2
// 该类用于SOCKET连接的客户端一方。即可以用于客户端程序,也可以用于小游戏服务器连接数据服务器。
// 使用非阻塞方式实现。
#ifndef CLIENTSOCKET_H
#define CLIENTSOCKET_H
#include
#include "defin
www.eeworm.com/read/421802/2047942
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ClientSocket.h"
#include "FiveChess.h"
#include "MainFrm.h"
#include "FiveChessView.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/421802/2047952
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__AC98B01D_DD4E_4558_84AF_AE1543A74CD5__INCLUDED_)
#define AFX_CLIENTSOCKET_H__AC98B01D_DD4E_4558_84AF_AE1543A74CD5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/421802/2047999
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Example2_ChatRoom.h"
#include "ClientSocket.h"
#include "Example2_ChatRoomDlg.h"
#ifdef _DEBUG
#define new DEBUG
www.eeworm.com/read/421802/2048010
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__AC98B01D_DD4E_4558_84AF_AE1543A74CD5__INCLUDED_)
#define AFX_CLIENTSOCKET_H__AC98B01D_DD4E_4558_84AF_AE1543A74CD5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/418008/2095383
c clientsocket.c
/*
* clientsocket.c -- DHCP client socket creation
*
* udhcp client
*
* Russ Dill July 2001
*
* This program is free software; you can redistribute it and/or modify
* it un
www.eeworm.com/read/418008/2095395
h clientsocket.h
/* clientsocket.h */
#ifndef _CLIENTSOCKET_H
#define _CLIENTSOCKET_H
int raw_socket(int ifindex);
#endif
www.eeworm.com/read/415411/2135617
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ChatRoomClient.h"
#include "ClientSocket.h"
#include "ChatRoomClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW