代码搜索:bcast
找到约 470 项符合「bcast」的源代码
代码结果 470
www.eeworm.com/read/387240/8698404
c bcast.c
#include "mpi.h"
int main( int argc, char* argv[] )
{
int rank;
int ibuf;
MPI_Init( &argc, &argv );
MPI_Comm_rank( MPI_COMM_WORLD, &rank );
if(rank == 0) ibuf = 12345
www.eeworm.com/read/186080/8960983
c bcast.c
/* bcast.c :
*
* Broadcast Ticker Updates
*/
#include "quotes.h"
void
broadcast(
int s, /* Socket */
TickReq *quote, /* Quote */
struct sockaddr *bc_addr, /* addr *
www.eeworm.com/read/179943/9330288
dat bcast.dat
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.0.2.198;branch=z9hG4bK1324923
Via: SIP/2.0/UDP 255.255.255.255;branch=z9hG4bK1saber23
Call-ID: bcast.0384840201234ksdfak3j2erwedfsASdf
CSeq: 35 INVITE
From: si
www.eeworm.com/read/439395/7710474
cc bcast.cc
/*******************************************************************
Copyright (C) 2004 Thomas Kunz, CRC Canada, BCAST for IPv4.
DISTRIBUTED WITH NO WARRANTY, EXPRESS OR IMPLIED.
See the GNU Librar
www.eeworm.com/read/439395/7710475
tcl bcast.tcl
# *******************************************************************
# Copyright (C) 2004 Thomas Kunz, CRC Canada, BCAST for IPv4.
# DISTRIBUTED WITH NO WARRANTY, EXPRESS OR IMPLIED.
# See the GNU Li
www.eeworm.com/read/439395/7710476
h bcast.h
/*******************************************************************
Copyright (C) 2004 Thomas Kunz, CRC Canada, BCAST for IPv4.
DISTRIBUTED WITH NO WARRANTY, EXPRESS OR IMPLIED.
See the GNU Librar
www.eeworm.com/read/302112/13841914
cc bcast.cc
/*******************************************************************
Copyright (C) 2004 Thomas Kunz, CRC Canada, BCAST for IPv4.
DISTRIBUTED WITH NO WARRANTY, EXPRESS OR IMPLIED.
See the GNU Librar
www.eeworm.com/read/302112/13841915
tcl bcast.tcl
# *******************************************************************
# Copyright (C) 2004 Thomas Kunz, CRC Canada, BCAST for IPv4.
# DISTRIBUTED WITH NO WARRANTY, EXPRESS OR IMPLIED.
# See the GNU Li
www.eeworm.com/read/302112/13841916
h bcast.h
/*******************************************************************
Copyright (C) 2004 Thomas Kunz, CRC Canada, BCAST for IPv4.
DISTRIBUTED WITH NO WARRANTY, EXPRESS OR IMPLIED.
See the GNU Librar
www.eeworm.com/read/152185/5675443
c bcast.c
// Module: bcast.c
//
// Description:
// This sample illustrates how to send and receive
// broadcast data. The SO_BROADCASt option only needs
// to be set on the sending socket; however