代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/489899/6463242
doc socket.doc
www.eeworm.com/read/488765/6485375
socket_client
www.eeworm.com/read/488765/6485378
socket_server
www.eeworm.com/read/488200/6497696
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/488200/6497716
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/485873/6548691
pdf socket.pdf
www.eeworm.com/read/483414/6606246
c socket.c
/*
* (c)COPYRIGHT
* ALL RIGHT RESERVED
*
* FileName : socket.c
* Revision History :
* ---------- ------- ----------- -----------------------------------------------------
* Date
www.eeworm.com/read/483414/6606248
h socket.h
#ifndef _SOCKET_H_
#define _SOCKET_H_
#include "types.h"
#include "w3150a.h"
/**********************************************************
*
* define function of socket API
*
**************
www.eeworm.com/read/479064/6698710
c socket.c
/* socket.c
BSD socket interface code... */
/*
* Copyright (c) 1995-2000 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/478934/6708185
c socket.c
/* Application programming interface routines - based loosely on the
* "socket" model in Berkeley UNIX.
*/
#include
#ifdef __STDC__
#include
#endif
#include
#i