代码搜索:socket 有哪些应用?

找到约 10,000 项符合「socket 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/185917/8973348

c socket.c

/* ******************************************************************************** * Wiznet. * 5F Simmtech Bldg., 228-3, Nonhyun-dong, Kangnam-gu, * Seoul, Korea * * (c) Copyright 2002, Wiznet,
www.eeworm.com/read/185917/8973349

h socket.h

/* ******************************************************************************** * Wiznet. * 5F Simmtech Bldg., 228-3, Nonhyun-dong, Kangnam-gu, * Seoul, Korea * * (c) Copyright 2002, Wiznet,
www.eeworm.com/read/283196/9036399

tcl socket.tcl

#! /usr/bin/tclsh set sockid [socket localhost 13] gets $sockid date puts "Machine says the date is: $date"
www.eeworm.com/read/185213/9049825

cpp socket.cpp

// socket.cpp #include "socket.h" #include #ifdef _Windows #include typedef SOCKET TypeSocket; const TypeSocket InvalidSocket= INVALID_SOCKET; inline bool isInva
www.eeworm.com/read/185213/9049854

h socket.h

// socket.h #ifndef SOCKET_H_ #define SOCKET_H_ #include #include #ifdef __BORLANDC__ #pragma warn -8026 #endif class SocketError : public std::exception { public
www.eeworm.com/read/185143/9055809

c socket.c

/* * Socket operations * * getLocalAddr - no error reporting * getRemoteAddr - no error reporting * openClient - reports error * openServer - reports error */ #ifdef _POSIX_SOURCE #undef _POSIX
www.eeworm.com/read/185143/9055815

h socket.h

#ifndef _SOCKET_H #define SOCKET_H #if defined(__STDC__) || defined(__cplusplus) extern int openClient(char *hostName, int port); extern int openServer(int port, char *hostName, unsigned size, unsigne
www.eeworm.com/read/185142/9055887

c socket.c

/* * Socket operations * * getLocalAddr - no error reporting * getRemoteAddr - no error reporting * openClient - reports error * openServer - reports error */ #ifdef _POSIX_SOURCE #undef _POSIX
www.eeworm.com/read/185142/9055893

h socket.h

#ifndef _SOCKET_H #define SOCKET_H #if defined(__STDC__) || defined(__cplusplus) extern int openClient(char *hostName, int port); extern int openServer(int port, char *hostName, unsigned size, unsigne
www.eeworm.com/read/381699/9076787

doc socket.doc