代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/282612/9080075
lst socket.lst
C51 COMPILER V6.21 SOCKET 05/04/2005 09:30:04 PAGE 1
C51 COMPILER V6.21, COMPILATION OF MODULE SOCKET
OBJECT MODULE PLACED IN
www.eeworm.com/read/282612/9080129
obj socket.obj
www.eeworm.com/read/282612/9080155
c socket.c
/*
###############################################################################
File Include Section
###############################################################################
*/
#include
www.eeworm.com/read/282612/9080181
h socket.h
#ifndef __SOCKET_H__
#define __SOCKET_H__
/*
*******************************************************************
To prevent occurrence of warning when there's unused function by KEIL compiler,
www.eeworm.com/read/184666/9090064
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/184666/9090074
ctx socket.ctx
www.eeworm.com/read/380727/9132808
cpp socket.cpp
// Implementation of the Socket class.
#include "Socket.h"
#include "string.h"
#include
#include
#include
Socket::Socket() :
m_sock ( -1 )
{
memset ( &m_addr,
www.eeworm.com/read/380727/9132810
o socket.o
www.eeworm.com/read/380727/9132833
h socket.h
// Definition of the Socket class
#ifndef Socket_class
#define Socket_class
#include
#include
#include
#include
#include
#include
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