代码搜索:如何学习 socket?

找到约 10,000 项符合「如何学习 socket?」的源代码

代码结果 10,000
www.eeworm.com/read/100285/6271720

c socket.c

/* Module: socket.c * * Description: This module contains functions for low level socket * operations (connecting/reading/writing to the backend) * * Classes:
www.eeworm.com/read/100285/6271726

h socket.h

/* File: socket.h * * Description: See "socket.c" * * Comments: See "notice.txt" for copyright and license information. * */ #ifndef __SOCKET_H__ #define __SOCKET_H__ #i
www.eeworm.com/read/100127/6273944

test_socket

test_socket socket.error 23
www.eeworm.com/read/100039/6276053

h socket.h

#ifndef _BIND_SYS_SOCKET #define _BIND_SYS_SOCKET #include "/usr/include/sys/socket.h" #endif
www.eeworm.com/read/322905/6301342

h socket.h

#ifndef _LINUX_SOCKET_H #define _LINUX_SOCKET_H #include /* the SIOCxxx I/O controls */ struct sockaddr { unsigned short sa_family; /* address family, AF_xxx */ char
www.eeworm.com/read/322905/6301636

c socket.c

/* * NET An implementation of the SOCKET network access protocol. * * Version: @(#)socket.c 1.0.5 05/25/93 * * Authors: Orest Zborowski, * Ross Biro,
www.eeworm.com/read/493654/6388661

hpp socket.hpp

// -*-c++-*- /*************************************************************************** socket.hpp - Base newtork socket class -------------------
www.eeworm.com/read/493654/6388663

cpp socket.cpp

/*************************************************************************** socket.cpp - Base newtork socket class ------------------- begin
www.eeworm.com/read/492768/6408835

pyd _socket.pyd

www.eeworm.com/read/490954/6446255

cpp socket.cpp

#include "stdafx.h" //预编译头文件通过编译stdafx.cpp生成,以工程名命名, //由于预编译的头文件的后缀是“.pch”,所以编译结果文件是ping.pch。 //编译器通过一个头文件stdafx.h来使用预编译头文件。 //stdafx.h这个头文件名是可以在project的编译设置里指定的。 //编译器认为,所有在指令#include "stdafx.