代码搜索:socket 开发教程
找到约 10,000 项符合「socket 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/421297/10743534
c socket.c
/*
*
@file socket.c
@brief setting chip register for socket
*
*/
#include "w5100.h"
#include "socket.h"
#include "vs1033.h"
#include "util.h"
void _delay_us(u16 val)
{
u16 i, j;
www.eeworm.com/read/421297/10743734
h socket.h
/*
*
@file socket.h
@brief define function of socket API
*
*/
#ifndef _SOCKET_H_
#define _SOCKET_H_
extern u8 socket(u8 s, u8 protocol, u16 port, u8 flag); // Opens a socket(TCP or UDP o
www.eeworm.com/read/421297/10743807
o socket.o
www.eeworm.com/read/421297/10743844
o socket.o
www.eeworm.com/read/421297/10743866
o socket.o
www.eeworm.com/read/421154/10752440
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/421154/10752504
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/421072/10757844
cpp socket.cpp
#include
#include
#include
#include "stdafx.h"
#include "前置机.h"
#include "PropPage1.h"
//int Socket_Total = 300; //套接口连接计数。五分钟之内不进行套接口连接。
void CProp
www.eeworm.com/read/420667/10782563
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/420667/10782566