代码搜索:UDPSocket

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

代码结果 286
www.eeworm.com/read/445121/7598843

cpp weatherstation.cpp

#include #include #include "weatherstation.h" WeatherStation::WeatherStation(QWidget *parent) : QDialog(parent) { udpSocket.bind(5824); connect(&udpSocket, SIGNAL(re
www.eeworm.com/read/330445/12889348

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Sockets, ExtCtrls; type TForm1 = class(TForm) UdpSocket1: TUdpSock
www.eeworm.com/read/138165/13253098

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Sockets, ExtCtrls; type TForm1 = class(TForm) UdpSocket1: TUdpSock
www.eeworm.com/read/312928/13600674

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Sockets, ExtCtrls; type TForm1 = class(TForm) UdpSocket1: TUdpSock
www.eeworm.com/read/311332/13632254

clw remote.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CUdpSocket LastTemplate=CAsyncSocket NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "re
www.eeworm.com/read/136380/5872946

cpp socksudpproxy.cpp

/*************************************************************************** * * * This program is free software; you can
www.eeworm.com/read/485607/6554724

cpp weatherstation.cpp

#include #include #include "weatherstation.h" WeatherStation::WeatherStation(QWidget *parent) : QDialog(parent) { udpSocket.bind(5824); connect(&udpSocket, SIGNAL(re
www.eeworm.com/read/207819/15261508

h tcplib.h

typedef char* TCPSocket; typedef char* UDPSocket; typedef union {unsigned char ip[4];unsigned long ina;} IP; //======================================================== void init_tcplib(void); voi
www.eeworm.com/read/102104/15793127

dos internet

DOS Internet Programming APIs
www.eeworm.com/read/175598/9540418

c cancel9.c

/* * File: cancel9.c * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E.