代码搜索:socket 开发教程
找到约 10,000 项符合「socket 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/485873/6548691
pdf socket.pdf
www.eeworm.com/read/483414/6606246
c socket.c
/*
* (c)COPYRIGHT
* ALL RIGHT RESERVED
*
* FileName : socket.c
* Revision History :
* ---------- ------- ----------- -----------------------------------------------------
* Date
www.eeworm.com/read/483414/6606248
h socket.h
#ifndef _SOCKET_H_
#define _SOCKET_H_
#include "types.h"
#include "w3150a.h"
/**********************************************************
*
* define function of socket API
*
**************
www.eeworm.com/read/479064/6698710
c socket.c
/* socket.c
BSD socket interface code... */
/*
* Copyright (c) 1995-2000 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/478934/6708185
c socket.c
/* Application programming interface routines - based loosely on the
* "socket" model in Berkeley UNIX.
*/
#include
#ifdef __STDC__
#include
#endif
#include
#i
www.eeworm.com/read/478934/6708206
h socket.h
#ifndef _SOCKET_H
#define _SOCKET_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#include
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endi
www.eeworm.com/read/477416/6734644
ctl socket.ctl
VERSION 5.00
Begin VB.UserControl Socket
CanGetFocus = 0 'False
ClientHeight = 420
ClientLeft = 0
ClientTop = 0
ClientWidth = 420
InvisibleA
www.eeworm.com/read/477416/6734648