代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/188679/8520294
gif socket.gif
www.eeworm.com/read/288978/8589185
doc socket.doc
www.eeworm.com/read/187930/8589555
txt socket.txt
socket
你可以从socket读出东西,或写入东西。 Socket是一种表示网络连接的双向文件句柄。和一般以open开启的文件不同的是, socket建立的方式是通过低层socket函数。
让我们以电话为例。当你打进某间公司的交换机,你可以按下某些代表号码,转到某个部门。把计算机上执行的各个服务想成一间大公司的部门,有时某个服务有不同的名称,如http和www,但只有一个号 ...
www.eeworm.com/read/187687/8608506
cpp socket.cpp
/*
* by balancesli
* balancesli@gmail.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F
www.eeworm.com/read/187687/8608508
o socket.o
www.eeworm.com/read/187687/8608597
h socket.h
#ifndef __SOCKET_H
#define __SOCKET_H
#include "dget.h"
/********************* Class TSocket Definition **********/
class TSocket
{
private:
char * Host;
int Proto;
int Port;
int Status;
pub
www.eeworm.com/read/388226/8626522
c socket.c
//#include "desay.h"
#include "isocket.h"
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/288078/8653179
cpp socket.cpp
/*
This file is part of SWAIN (http://sourceforge.net/projects/swain).
Copyright (C) 2006 Daniel Lindstr鰉 and Daniel Nilsson
This program is free software; you can redistribute it and/or
modify
www.eeworm.com/read/288078/8653366
h socket.h
/*
This file is part of SWAIN (http://sourceforge.net/projects/swain).
Copyright (C) 2006 Daniel Lindstr鰉 and Daniel Nilsson
This program is free software; you can redistribute it and/or
modify
www.eeworm.com/read/386806/8725445
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