代码搜索:如何学习 socket?

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

代码结果 10,000
www.eeworm.com/read/334858/12568779

cc client.cc

/* * Little Green BATS (2006) * * Authors: Martin Klomp (martin@ai.rug.nl) * Mart van de Sanden (vdsanden@ai.rug.nl) * Sander van Dijk (sgdijk@ai.rug.nl) * A. Bram Neijt (bneijt@gmail.com)
www.eeworm.com/read/205268/15322567

h chatdlg.h

// ChatDlg.h : header file // #if !defined(AFX_CHATDLG_H__51812B71_5028_49A1_A25B_A814E2628378__INCLUDED_) #define AFX_CHATDLG_H__51812B71_5028_49A1_A25B_A814E2628378__INCLUDED_ #if _MSC_VER >
www.eeworm.com/read/204255/15342805

h btstream.h

#ifndef BTSTREAM_H #define BTSTREAM_H #include "./def.h" #include "./bufio.h" #ifdef WINDOWS #include "Winsock2.h" #else #include "unistd.h" #endif #include "rate.h" size_t get_nl(char *from); voi
www.eeworm.com/read/103680/15726390

c server.c

/* COPYRIGHT, (c) HEWLETT PACKARD CO. 1990,1991 */ /* All rights reserved. No part of this program */ /* may be copied or used without the express */ /* written consent of HE
www.eeworm.com/read/100736/15866043

c server.c

/* COPYRIGHT, (c) HEWLETT PACKARD CO. 1990,1991 */ /* All rights reserved. No part of this program */ /* may be copied or used without the express */ /* written consent of HE
www.eeworm.com/read/102552/15776131

htm subject_20334.htm

序号:20334 发表者:hf 发表日期:2002-11-05 16:46:06 主题:如何利用SOCKET实现流文件的传送 内容:SOCKET只能发送字符,如何利用SOCKET实现流文件的传送? 返回上页
www.eeworm.com/read/127438/6005282

h socketimpl.h

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #ifndef SOCKETIMPL_H #define SOCKETIMPL_H #include "mm_sock
www.eeworm.com/read/127438/6005295

in makefile.in

# This Makefile.in created by simplemake. Do not edit # @configure_input@ all: all-redirect SHELL = @SHELL@ AR = @AR@ RANLIB = @RANLIB@ master_top_srcdir = @master_
www.eeworm.com/read/113668/6127053

cpp netsession_generic.cpp

/* $Id: netsession_generic.cpp,v 1.27 2003/12/01 13:35:54 mbn Exp $ ** ** ClanLib Game SDK ** Copyright (C) 2003 The ClanLib Team ** For a total list of contributers see the file CREDITS. **
www.eeworm.com/read/391671/8392023

htm ch20.htm