代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/100926/6263710
h socket.h
/* socket.h,v 1.10 2001/04/16 23:18:31 coryan Exp
* ============================================================================
*
* = LIBRARY
* pace
*
* = FILENAME
* pace/posix/
www.eeworm.com/read/100926/6263726
inl socket.inl
/* socket.inl,v 1.5 2000/12/22 18:12:32 luther Exp -*- C -*-
* =============================================================================
*
* = LIBRARY
* pace
*
* = FILENAME
*
www.eeworm.com/read/100926/6263785
c socket.c
/* socket.c,v 1.1 2001/06/01 20:56:52 joeh Exp
* =============================================================================
*
* = LIBRARY
* pace
*
* = FILENAME
* pace/vxworks/
www.eeworm.com/read/100926/6263798
h socket.h
/* socket.h,v 1.1 2001/06/01 20:56:52 joeh Exp
* ============================================================================
*
* = LIBRARY
* pace
*
* = FILENAME
* pace/vxworks/s
www.eeworm.com/read/100926/6263814
inl socket.inl
/* socket.inl,v 1.2 2001/08/22 14:21:52 joeh Exp -*- C -*-
* =============================================================================
*
* = LIBRARY
* pace
*
* = FILENAME
* p
www.eeworm.com/read/100797/6264949
h socket.h
/**************************************************************
* Dummy Header for Unix to Windows NT portability
* Created for NTP package
*********************************************************
www.eeworm.com/read/100603/6265779
c socket.c
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/100581/6268723
c socket.c
#include "..\sys\Include.h"
int WaitTimer(int nSocketId,long TimeSec,long TimeUsec);
void ReceCBEMessage();
int initsocket()
{
struct sockaddr_in server;
int errorNo;
int s;
WSADAT
www.eeworm.com/read/100581/6268724
h socket.h
#define USERPORT 5000
#define PACKHEADLEN 2
#define MAXDATALEN 3096
//接收缓冲区
extern MESSAGE_BUF_t Rece_CBE_Buf;
extern MESSAGE_BUF_t Send_CBE_Buf;
extern int initsocket();
extern void Li
www.eeworm.com/read/100568/6268754
h socket.h
/**************************************************************
* Dummy Header for Unix to Windows NT portability
* Created for NTP package
*********************************************************