代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
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
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