代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/171047/5399548
h sockfunc.h
#include "AidFunc.h"
#ifndef __sock_func_h
#define __sock_func_h
extern int sock_init(SOCKET * pSocket ) ;
extern int sock_send( SOCKET socket , struct PG_HEAD pghead , LPTSTR pData ) ;
e
www.eeworm.com/read/195309/8165229
h uid_sock.h
/************************************************************************
* RSTP library - Rapid Spanning Tree (802.1t, 802.1w)
* Copyright (C) 2001-2003 Optical Access
* Author: Alex Rozin
*
www.eeworm.com/read/173467/9656109
c bind.c
/* bind.c:
*
* Demonstrating the bind(2) function
* by establishing a Specific AF_INET
* Socket Address:
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/173467/9656117
c~ bind.c~
/* bind.c:
*
* Demonstrating the bind(2) function
* by establishing a Specific AF_INET
* Socket Address:
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/173467/9656129
c af_inet.c
/* af_inet.c:
*
* Establishing a Specific AF_INET
* Socket Address:
*/
#include
#include
#include
#include
#include
#include
#in
www.eeworm.com/read/368115/9711383
h net_base.h
#ifndef _NET_BASE_H
#define _NET_BASE_H
#include
#include
class net_base
{
protected:
SOCKET client_socket;
public:
net_base()
{
client_socket = NULL;
www.eeworm.com/read/368115/9711401
cpp net_base.cpp
#include "stdafx.h"
#include "net_base.h"
net_base::net_base()
{
client_socket = NULL;
btcpp = false;
netmulip = 0;
}
net_base::~net_base()
{
netclose();
}
//创建socket
bool net_b
www.eeworm.com/read/334895/12564161
c bind.c
/* bind.c:
*
* Demonstrating the bind(2) function
* by establishing a Specific AF_INET
* Socket Address:
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/334895/12564170
c~ bind.c~
/* bind.c:
*
* Demonstrating the bind(2) function
* by establishing a Specific AF_INET
* Socket Address:
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/334895/12564183
c af_inet.c
/* af_inet.c:
*
* Establishing a Specific AF_INET
* Socket Address:
*/
#include
#include
#include
#include
#include
#include
#in