代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/198406/7936846
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/297836/7992937
c socket.c
/***************************************************************************
socket.c - description
-------------------
begin
www.eeworm.com/read/297836/7992949
h socket.h
/***************************************************************************
socket.h - description
-------------------
begin
www.eeworm.com/read/296483/8100323
h socket.h
// socket.h
// portable header socket functions
// copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.txt
#ifndef __SOCKET_H
#define __SOCKET_H
// -------------
www.eeworm.com/read/196300/8100946
c socket.c
#define SOCKET_GLOBALS
#include "config.h"
#include "../include/cfg_net.h"
uint8 close(uint8 num)
{
uint8 err,i;
struct _pkst TxdData;
if(TcpStatus[num].State==TCP_STATE_CLOSED)
{
retur
www.eeworm.com/read/196300/8100979
h socket.h
#ifdef SOCKET_GLOBALS
#define SOCKET_EXT
#else
#define SOCKET_EXT extern
#endif
#define PF_INET 0
#define AF_INET 1
#define SOCK_STREAM 0
#define SOCK_DGRAM 1
#define TCP_PROTOCOL 0
www.eeworm.com/read/332226/12772455
doc socket.doc
www.eeworm.com/read/144124/12811937
c socket.c
/*
* This module determines the type of socket (datagram, stream), the client
* socket address and port, the server socket address and port. In addition,
* it provides methods to map a transpor
www.eeworm.com/read/143979/12825406
py socket.py
#!/usr/bin/python
import string
import pygtk
pygtk.require('2.0')
import gtk,sys
window = gtk.Window()
window.show()
socket = gtk.Socket()
socket.show()
window.add(socket)
print "Socket ID=", soc
www.eeworm.com/read/330957/12859517
c socket.c
/*
* socket.c -- DHCP server client/server socket creation
*
* udhcp client/server
* Copyright (C) 1999 Matthew Ramsay
* Chris Trew
*
* Rewrit