代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/402417/11535273
txt c++聊天程序.txt
1.VC++网络编程及Windows Sockets API简介
VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berke
www.eeworm.com/read/401368/11558505
c socklib.c
/*
* socklib.c
*
* This file contains functions used lots when writing internet
* client/server programs. The two main functions here are:
*
* make_server_socket( portnum ) returns a server soc
www.eeworm.com/read/262525/11587169
cpp server.cpp
#include
#include
using namespace std;
#pragma comment(lib,"ws2_32.lib")
#define DEFAULT_PORT 5050
//#define FD_SETSIZ 5;
void main()
{
WSADATA wsaData;
SOCKET sListen
www.eeworm.com/read/345916/11782691
cpp tcpclient.cpp
/////////////////////////////////////////////////
// TCPClient.cpp文件
#include "TCPClient.h"
#include "resource.h"
// 定义网络事件通知消息
#define WM_SOCKET WM_USER + 1
CMyApp theApp;
BOOL CMyApp
www.eeworm.com/read/344943/11850954
c soapserver.c
#include "soapH.h"
#include
#include
#include
#include "SoapDaemon.h"
using namespace std;
#define BACKLOG (100) // Max. request backlog
#define MAX_THR (
www.eeworm.com/read/130781/14174322
c socklib.c
/*
* socklib.c
*
* This file contains functions used lots when writing internet
* client/server programs. The two main functions here are:
*
* make_server_socket( portnum ) returns a server soc
www.eeworm.com/read/130781/14174370
c socklib.c
/*
* socklib.c
*
* This file contains functions used lots when writing internet
* client/server programs. The two main functions here are:
*
* make_server_socket( portnum ) returns a server soc
www.eeworm.com/read/130781/14174496
c socklib.c
/*
* socklib.c
*
* This file contains functions used lots when writing internet
* client/server programs. The two main functions here are:
*
* make_server_socket( portnum ) returns a server soc
www.eeworm.com/read/121395/14757506
makefile
# Don't edit Makefile! Use conf-* for configuration.
SHELL=/bin/sh
all: fget fget_nodns install dietfget dietfget_nodns
setup: install
./install
fget: \
load dns_ipq6.o dns_random.o dns_rcrw.o dn
www.eeworm.com/read/114809/15037658
cpp main.cpp
//rDUN server version 0.1
////Copyright (C) Robert Merrison 2002-03
//
////This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License