代码搜索:socket 开发教程

找到约 10,000 项符合「socket 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/379711/9181795

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/379711/9182400

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/378683/9218335

cs socket.cs

using System; using System.Text; using System.IO; using System.Net.Sockets; using System.Threading; using System.Diagnostics; namespace Routrek.SSHC { internal enum ReceiverState { Ready
www.eeworm.com/read/378377/9233223

c socket.c

#include #include"socket.h" //******************************W3100驱动程序API****************************** //******************************局部变量****************************** u_char da
www.eeworm.com/read/378377/9233228

h socket.h

#include "..\config\type.h" #ifndef __SOCKET_H__ #define __SOCKET_H__ //#define __TCP__ // Function for TCP //#define __TCP_SERVER__ // Function for TCP server //#define __TCP_CLIENT__ // Fu
www.eeworm.com/read/181563/9245857

c socket.c

/* $Id: socket.c,v 1.5 2002/12/05 19:09:57 reinelt Exp $ * * simple socket functions * * Copyright 2001 by Leopold T鰐sch (lt@toetsch.at) * * This program is free software; you can redistribute i
www.eeworm.com/read/181563/9245892

h socket.h

/* $Id: socket.h,v 1.1 2001/03/14 13:19:29 ltoetsch Exp $ * * simple socket functions * * Copyright 2001 by Leopold T鰐sch (lt@toetsch.at) * * This program is free software; you can redistribute
www.eeworm.com/read/179486/9353986

pyd _socket.pyd

www.eeworm.com/read/375214/9368604

c socket.c

/*************************************************************************** socket.c - description ------------------- begin
www.eeworm.com/read/375214/9368621

h socket.h

/*************************************************************************** socket.h - description ------------------- begin