代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/421154/10752440
c socket.c
/* Application programming interface routines - based loosely on the
* "socket" model in Berkeley UNIX.
*/
#include
#ifdef __STDC__
#include
#endif
#include
#i
www.eeworm.com/read/421154/10752504
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
www.eeworm.com/read/421072/10757844
cpp socket.cpp
#include
#include
#include
#include "stdafx.h"
#include "前置机.h"
#include "PropPage1.h"
//int Socket_Total = 300; //套接口连接计数。五分钟之内不进行套接口连接。
void CProp
www.eeworm.com/read/420667/10782563
cpp socket.cpp
// Implementation of the Socket class.
#include "Socket.h"
#include "string.h"
#include
#include
#include
Socket::Socket() :
m_sock ( -1 )
{
memset ( &m_addr,
www.eeworm.com/read/420667/10782566
o socket.o
www.eeworm.com/read/420667/10782584
h socket.h
// Definition of the Socket class
#ifndef Socket_class
#define Socket_class
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/274989/10840855
rc socket.rc
//Microsoft eMbedded Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/274989/10840864
ico socket.ico
www.eeworm.com/read/274989/10840871
aps socket.aps
www.eeworm.com/read/274989/10840873