代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/116065/14990597
dsp socket.dsp
# Microsoft Developer Studio Project File - Name="Socket" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/116002/14993440
c socket.c
/***********************************************************************/
/* */
/* Module: socket.c
www.eeworm.com/read/214177/15111601
c socket.c
/* socket.c
* Copyright (c) 1997 David Cole
*
* Handle the WINSOCK connection to server
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/214177/15111615
h socket.h
/* socket.h
* Copyright (c) 1997 David Cole
*
* Handle the WINSOCK connection to server
*/
#ifndef __socket_h
#define __socket_h
#include
/* Return whether or not we have a
www.eeworm.com/read/113935/15120593
h socket.h
www.eeworm.com/read/210811/15192042
c socket.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/210593/15195453
cpp socket.cpp
#include
#include
#include
//#include
#include
#include
#include
#include
#pragma comment(lib,"ws2_32.
www.eeworm.com/read/210569/15196109
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/210569/15196130
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/208205/15250897