代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/153103/12060570
dsw socket.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/153103/12060581
plg socket.plg
Build Log
--------------------Configuration: Socket - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/153103/12060585
h socket.h
// Socket.h : main header file for the SOCKET application
//
#if !defined(AFX_SOCKET_H__6B992D24_F6B7_47F5_8A0B_3C0BA4676B29__INCLUDED_)
#define AFX_SOCKET_H__6B992D24_F6B7_47F5_8A0B_3C0BA4676B29
www.eeworm.com/read/255541/12075627
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/255541/12076528
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/152720/12090594
doc socket.doc
www.eeworm.com/read/152475/12110456
cpp socket.cpp
/*
* Copyright (C) 2001-2005 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/152475/12110689
h socket.h
/*
* Copyright (C) 2001-2005 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/152362/12119123
h socket.h
#include
#include
#include
#include
#include
#include
char check_error[16348]={};
struct sockaddr_in pin;
struct hostent *se
www.eeworm.com/read/152362/12119417
h socket.h
#include
#include
#include
#include
#include
#include
// char check_error[16348]={};
int socket_com(char *host_name,int port,ch