代码搜索结果

找到约 10,000 项符合 Communication 的代码

link.h

/* Data structure for communication from the run-time dynamic linker for loaded ELF shared objects. Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the

sender.java

/* * Created on 2005-2-13 * * comm */ package communication; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; import java.net.SocketException

testcom.c

/** * rt_com test * =========== * * RT-Linux kernel module for communication across serial lines. * * Copyright (C) 1999 Michael Barabanov */ #include #include

link.h

/* Data structure for communication from the run-time dynamic linker for loaded ELF shared objects. Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the

stringmessage.java

/* * StringMessage.java */ package EDU.gatech.cc.is.communication; import java.io.*; import EDU.gatech.cc.is.util.*; /** * A String message communicated to/from a robot. * *

ackmessage.java

/* * AckMessage.java */ package EDU.gatech.cc.is.communication; import java.io.*; import EDU.gatech.cc.is.util.*; /** * An acknowledgement message. * * Copyrig

longmessage.java

/* * LongMessage.java */ package EDU.gatech.cc.is.communication; import java.io.*; import EDU.gatech.cc.is.util.*; /** * A message containing a long communicated to/from a robot. * *

readme

This directory contains some examples of message-passing programs. Each has a master part and a slave part. There are also a number of sample procgroup files. sr - simple ring communication. Pr

mediainformationmenuelement.java

package no.auc.one.portableplayer.userinterface; import javax.microedition.lcdui.Display; import org.apache.log4j.Logger; import no.auc.one.portableplayer.communication.mediaserver.*; import

testcom.c

/** * rt_com test * =========== * * RT-Linux kernel module for communication across serial lines. * * Copyright (C) 1999 Michael Barabanov */ #include