代码搜索结果
找到约 10,000 项符合
Communication 的代码
rescuevan.java
/*
* RescueVan.java
*/
package EDU.gatech.cc.is.abstractrobot;
import EDU.gatech.cc.is.communication.Transceiver;
import EDU.gatech.cc.is.util.*;
/**
* Provides an abstract interface to the har
vmcp.c
/*
* Copyright (C) 2004,2005 IBM Corporation
* Interface implementation for communication with the v/VM control program
* Author(s): Christian Borntraeger
*
*
* z/VMs CP of
.#soapinvoke.java.1.4
package no.auc.one.portableplayer.communication.soap;
import java.io.*;
import javax.microedition.io.*;
/**
* Invoke a SOAP action.
*
* Send a body describing the SOAP action to a server,
httprequesthandler.java
package no.auc.one.portableplayer.communication.upnphosting;
import java.util.Calendar;
import java.util.TimeZone;
import no.auc.one.portableplayer.utils.Utilities;
/**
* Handles requests
.#soapinvoke.java.1.4
package no.auc.one.portableplayer.communication.soap;
import java.io.*;
import javax.microedition.io.*;
/**
* Invoke a SOAP action.
*
* Send a body describing the SOAP action to a server,
readme
Introduction
------------
RMCast is a reliable source-ordered multicast protocol implementation
for message-oriented multi-sender group communication built on top of
IPv4 multicast. It uses se
hello_world.c
/** rt_com test module
* ==================
*
* RT-Linux kernel module for communication across serial lines.
*
* Copyright (C) 2000 Jochen K黳per
*
* This program is free software; you
hello_world2.c
/** rt_com test module
* ==================
*
* RT-Linux kernel module for communication across serial lines.
*
* Copyright (C) 2000 Jochen K黳per
*
* This program is free software; you
testcomrtai.c
/**
* rt_com test
* ===========
*
* RT-Linux kernel module for communication across serial lines.
*
* Adaptation of testcom.c module to provide the same example in RTAI environment.
* (1
chatserverremote.java
package covertjava.chat;
import java.rmi.RemoteException;
/**
* Defines the communication interface for Chat message exchange
* Copyright: Copyright (c) 2004 Sams Publishing
* @auth