代码搜索:UDPSocket

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

代码结果 286
www.eeworm.com/read/252498/4404175

cxx udpsocket.cxx

/* ==================================================================== * The Vovida Software License, Version 1.0 * * Copyright (c) 2000 Vovida Networks, Inc. All rights reserved. * * Redist
www.eeworm.com/read/155704/5620013

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/155704/5620020

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/154590/5636056

cpp udpsocket.cpp

//NetTalk /*------------------------------------------------------------------------------*\ ============================= 模块名称: UDPSocket.cpp ============================= [版权] 2
www.eeworm.com/read/154590/5636074

h udpsocket.h

/*------------------------------------------------------------------------------*\ ============================= 模块名称: UDPSocket.h ============================= [目的] 方便UDP的使用 [描
www.eeworm.com/read/473492/6844926

h udpsocket.h

#pragma once #include class CUDPSocket { private: SOCKET m_sock; static const int m_iRecThreadNumber = 6; bool m_bRun; static void __cdecl ReceiveThread(void * lpParameter)
www.eeworm.com/read/473492/6844928

cpp udpsocket.cpp

#include "UDPSocket.h" #include CUDPSocket::CUDPSocket(int iPort) :m_bRun(false) ,m_sock(INVALID_SOCKET) { m_sock = socket(AF_INET,SOCK_DGRAM,0); if( INVALID_SOCKET == m_sock )
www.eeworm.com/read/471069/6895213

h udpsocket.h

#include #include #include #include #include #include int Receivemsg(struct sockaddr_in *clientip,int sock,cha
www.eeworm.com/read/193208/8247892

h udpsocket.h

#if !defined(AFX_UDPSOCKET_H__71EA5A92_5664_11D5_B587_00E04C39B036__INCLUDED_) #define AFX_UDPSOCKET_H__71EA5A92_5664_11D5_B587_00E04C39B036__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif //
www.eeworm.com/read/193208/8247904

cpp udpsocket.cpp

// UDPSocket.cpp : implementation file // #include "stdafx.h" #include "Server.h" #include "UDPSocket.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FI