代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/374462/9404217
c socket.c
///Socket.c------
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/374462/9404221
h socket.h
//------------socket.h--------------//
void InitList(void);
void SetClientDisconnect(int port,int sockfd);
int AddClientList(int port,int sockfd,char *ipaddr);
int SendDataByChannel(int Channel,char
www.eeworm.com/read/178199/9415092
cpp socket.cpp
/***************************************************************************
socket.h - description
-------------------
begin
www.eeworm.com/read/178199/9415101
h socket.h
/***************************************************************************
socket.h - description
-------------------
begin
www.eeworm.com/read/177000/9477200
cpp socket.cpp
/***************************************************************************
socket.h - description
-------------------
begin
www.eeworm.com/read/177000/9477208
h socket.h
/***************************************************************************
socket.h - description
-------------------
begin
www.eeworm.com/read/176730/9486162
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/176362/9501184
h socket.h
#if !defined(Socket_H)
#define Socket_H
#include "Lock.h"
#include "Thread.h"
#include
#include
using namespace std;
// define mapping of error methods
#if defined(
www.eeworm.com/read/176336/9503088
c socket.c
// $Id: socket.c,v 1.4 2003/06/29 05:49:50 lemit Exp $
// original : core.c 2003/02/26 18:03:12 Rev 1.7
#include
#include
#include
#include
#i
www.eeworm.com/read/176336/9503090
h socket.h
// original : core.h 2003/03/14 11:55:25 Rev 1.4
#ifndef _SOCKET_H_
#define _SOCKET_H_
#include
#include
#include
#include
// define