代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/197689/7975765
cpp clientsocket.cpp
// ClientSocket.cpp : 实现文件
//
#include "stdafx.h"
#include "ChatSrvr.h"
#include "ClientSocket.h"
#include "ChatSrvrDoc.h"
#include "msg.h"
/////////////////////////////////////////////////
www.eeworm.com/read/197689/7975785
h clientsocket.h
#pragma once
// CClientSocket 命令目标
class CMsg;
class CChatSrvrDoc;
class CClientSocket : public CSocket
{
DECLARE_DYNAMIC(CClientSocket);
public:
CClientSocket(CChatSrvrDoc* pDoc);
www.eeworm.com/read/296557/8095738
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ClientSocket.h"
#include "head.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/296557/8095794
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__A368F0CD_5331_4508_927F_317264A5C084__INCLUDED_)
#define AFX_CLIENTSOCKET_H__A368F0CD_5331_4508_927F_317264A5C084__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/144485/12788005
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Client.h"
#include "ClientSocket.h"
#include "MainFrm.h"//包含上框架类的头文件
#ifdef _DEBUG
#define new DEBUG_NEW
#undef T
www.eeworm.com/read/144485/12788036
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__DB27E966_E5AE_4403_8687_E887CD8119FF__INCLUDED_)
#define AFX_CLIENTSOCKET_H__DB27E966_E5AE_4403_8687_E887CD8119FF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/331398/12830244
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/331398/12830267
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/330957/12859570
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/330957/12859652
h clientsocket.h
/* clientsocket.h */
#ifndef _CLIENTSOCKET_H
#define _CLIENTSOCKET_H
int raw_socket(int ifindex);
#endif