代码搜索:UDPSocket
找到约 286 项符合「UDPSocket」的源代码
代码结果 286
www.eeworm.com/read/244305/12873638
java universalserversocket.java
/* Stream-2-Stream - Peer to peer television and radio
* Project homepage: http://s2s.sourceforge.net/
* Copyright (C) 2005-2006 Jason Hooks
* ---------------------------------------------------
www.eeworm.com/read/167562/5455698
cpp receiver.cpp
/****************************************************************************
**
** Copyright (C) 2004-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes of the Qt
www.eeworm.com/read/429584/8801730
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, AVPhone3, VBA_TLB, OleCtrls, ExtCtrls, StrUtils,
OleServer;
type
T
www.eeworm.com/read/429584/8801825
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, AVPhone3, VBA_TLB, OleCtrls, ExtCtrls, StrUtils,
OleServer;
type
T
www.eeworm.com/read/174584/9581335
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Sockets;
type
TForm1 = class(TForm)
Label1: TLabel;
www.eeworm.com/read/162211/10325687
c net.c
#include "phone.h"
long timebase;
long lastcheck;
void inittime(void)
{
struct timeval now;
gettimeofday(&now,0);
timebase=now.tv_sec*1000+now.tv_usec/1000;
lastcheck=0;
}
// returns # of milli
www.eeworm.com/read/424424/10450295
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/351073/10682633
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/419986/10824469
pas frmmain.pas
unit frmMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, hxUdp, Buttons, ActnList;
type
TMainForm = class(TForm)
www.eeworm.com/read/468312/6996350
cpp receiver.cpp
#include
#include
#include "receiver.h"
Receiver::Receiver(QWidget *parent)
: QDialog(parent)
{
statusLabel = new QLabel(tr("Listening for broadcasted messages"))