代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
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
ctx socket.ctx
www.eeworm.com/read/477182/6739637
ec socket例子.ec
/*面向连接的Socket实例:
代码实例中的服务器通过socket连接向客户端发送字符串"Hello, you are connected!"。只要在服务
器上运行该服务器软件,在客户端运行客户软件,客户端就会收到该字符串。*/
/*该服务器软件代码如下:*/
#include
#include
#include
#include
#include
#