代码搜索:UDPSocket

找到约 286 项符合「UDPSocket」的源代码

代码结果 286
www.eeworm.com/read/417215/10999874

h udpsocket.h

#ifndef UDPSOCKET_H #define UDPSOCKET_H /********************************************************************* $Id: UDPSocket.h,v 1.2 1999/08/31 02:22:05 cullen Exp $ ****************************
www.eeworm.com/read/417215/10999887

cxx udpsocket.cxx

/********************************************************************* $Id: UDPSocket.cxx,v 1.2 1999/08/31 02:22:05 cullen Exp $ *******************************************************************
www.eeworm.com/read/466333/7033930

h udpsocket.h

#ifndef _UDPSOCKET_H_ #define _UDPSOCKET_H_ #define MAX_UDP_SIZE 4096 WORD InitializeSocket(); int CleanUpSocket(); class CUDPSocket { public: BOOL IsSocket(); CUDPSocket(); virt
www.eeworm.com/read/466333/7033938

cpp udpsocket.cpp

// UDPSocket.cpp: implementation of the CUDPSocket class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "UDPSocket.h" #pragma comment(li
www.eeworm.com/read/399898/7827534

h udpsocket.h

#ifndef _SOCKET_H #define _SOCKET_H class CUdpSocket { public: struct sockaddr_in server; struct sockaddr_in visite; struct sockaddr_in client; int InitServer(char *, int); int In
www.eeworm.com/read/399898/7827562

cpp udpsocket.cpp

#include "stdafx.h" #include "UdpSocket.h" int CUdpSocket::InitWSA(){ WSADATA w; if (WSAStartup(MAKEWORD(2,2), &w)!=0){ ErrorNote("WSAStartup", WSAGetLastError()); return 0; } retu
www.eeworm.com/read/296557/8095750

h udpsocket.h

#if !defined(AFX_UDPSOCKET_H__0A297728_20FE_4B3D_832C_0884257B0B85__INCLUDED_) #define AFX_UDPSOCKET_H__0A297728_20FE_4B3D_832C_0884257B0B85__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif //
www.eeworm.com/read/296557/8095773

cpp udpsocket.cpp

// UdpSocket.cpp : implementation file // #include "stdafx.h" #include "UdpSocket.h" #include "head.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE
www.eeworm.com/read/141566/13000181

h udpsocket.h

// UdpSocket.h: interface for the UdpSocket class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_UDPSOCKET_H__A6FA2E4D_161B_4028_8A40_3FD28CA15504__IN
www.eeworm.com/read/141566/13000191

cpp udpsocket.cpp

// UdpSocket.cpp: implementation of the UdpSocket class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "UdpSocket.h" #include "CommLink.