代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/152362/12119569
h socket.h
#include
#include
#include
#include
#include
#include
char check_error[16348]={};
struct sockaddr_in pin;
struct hostent *se
www.eeworm.com/read/152362/12119813
h socket_a.h
#include
#include
#include
#include
struct sockaddr_in pina;
struct hostent *server_host_name_a;
void init_socketa(int port)
{
www.eeworm.com/read/340864/12130525
cpp socket.cpp
// Socket.cpp: implementation of the CSafeSocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "GateAgent.h"
#include "Socket.h"
www.eeworm.com/read/340864/12130600
h socket.h
// Socket.h: interface for the CSafeSocket class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SOCKET_H__843FAB3D_84A4_4EA5_B159_5EF2E1E8A551__INCLUD
www.eeworm.com/read/253973/12172379
h socket.h
// Socket.h
// zengsong, 2001.9.25
#ifndef _SOCKET_H
#define _SOCKET_H
#include
#include
#include
#include "EncryptClient.h"
// #include "GameMsg.h"
www.eeworm.com/read/151263/12225723
mht socket.mht
From:
Subject: =?gb2312?B?TGludXggz8JTb2NrZXSx4LPMu/m0oSAtILOsz+vI7bz+?=
Date: Sat, 18 Jun 2005 23:17:10 +0800
MIME-Version: 1.0
Content-Type: multipart/relate
www.eeworm.com/read/252940/12253090
c socket.c
/*-------
* Module: socket.c
*
* Description: This module contains functions for low level socket
* operations (connecting/reading/writing to the backend)
*
* Classes: SocketClass (Func
www.eeworm.com/read/252940/12253111
h socket.h
/* File: socket.h
*
* Description: See "socket.c"
*
* Comments: See "notice.txt" for copyright and license information.
*
*/
#ifndef __SOCKET_H__
#define __SOCKET_H__
#include "psqlodbc.h"
www.eeworm.com/read/339051/12264761
c socket.c
/* Application programming interface routines - based loosely on the
* "socket" model in Berkeley UNIX.
*
* Copyright 1991 Phil Karn, KA9Q
*/
#include
#ifdef __STDC__
#include
www.eeworm.com/read/339051/12264830
h socket.h
#ifndef _SOCKET_H
#define _SOCKET_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#include
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endi