代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/471376/6891761
cpp hmtsocket.cpp
// HMTSocket.cpp: implementation of the CMTSocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HMTSocket.h"
#ifdef _DEBUG
#u
www.eeworm.com/read/395687/8160405
c tcp_chat_cli.c
#include
#include
#include
#include
#include
#include
/*
客户端采用select来实现多路复用,只使用一个进程来完成所有处理
软件开销较少
同时监控输
www.eeworm.com/read/170872/9783249
h sockio.h
//-< SOCKIO.H >------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/267616/11170741
cpp superd.cpp
/* superd.cpp - main, doTCP */
#include
#include
#define UDP_SERV 0
#define TCP_SERV 1
struct service {
char *sv_name;
char sv_useTCP;
SOCKET sv_sock;
void (
www.eeworm.com/read/204255/15342802
h bufio.h
#ifndef BUFIO_H
#define BUFIO_H
#include "def.h"
#include
#ifdef WINDOWS
#include
#endif
#include "btconfig.h"
#define BUF_DEF_SIZ 256
#define BUF_INC_SIZ 256
#
www.eeworm.com/read/200658/15428089
txt uclinux-server.txt
uClinux本身就是一个网络的产物,它可以从网上供人们自由免费的下载,正是通过很多爱好者利用网络修改,改善Linux,才得到我们现在的uClinux,所以没有网络可以说就看不到今天的uClinux。因此,在学习uClinux的时候,就不能不涉及到网络,而要掌握在uClinux下设计用户应用程序,就必须要学习有关uClinux下的网络编程。本节主要讲述当前在网络编程中被广泛使用的socket。
...
www.eeworm.com/read/113652/15452009
c tinymain.c
#include
#include
#include
#include "tinytcp.h"
#include "include.h"
WORD test_application( void );
WORD test_dataHandler( tcp_Socket *s, BYTE *dp, WORD len );
void s
www.eeworm.com/read/113400/15456822
h sockio.h
//-< SOCKIO.H >------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Sy
www.eeworm.com/read/108647/15581384
txt 简单代理服务器c代码实现(solaris).txt
简单代理服务器C代码实现(SOLARIS)
作者:无可非议
#include
#include
#include
#include
www.eeworm.com/read/106891/15618452
c sdr.c
/* SDR Example
* Copyright (C) 2000 David Helder
*
* 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
*