代码搜索结果

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

main.m

% Program 6-1 % main.m % % Packet communication system % % MATLAB version % Programmed by M.Okita % Checked by H.Harada % clear; % definit

dtypelife.c

/* * Program to test that datatypes that are freed with MPI_TYPE_FREE * are not actually deleted until communication that they are a part of * has completed. * */ #include #include "te

upnphostingdevicebase.java

package no.auc.one.portableplayer.communication.upnphosting; import javax.microedition.lcdui.Image; public abstract class UPnPHostingDeviceBase implements UPnPHostingDevice { public byte sp

protocol.java

/* Xrefactory communication protocol constants */ /* Do not edit .java source file!! Those constants are */ /* primarily defined in protocol.c file. */ package com.xrefactory

protocol.javat

/* Xrefactory communication protocol constants */ /* Do not edit .java source file!! Those constants are */ /* primarily defined in protocol.c file. */ package com.xrefactor

echoserver1.java

import java.io.*; /** * This module contains the application logic of an echo server * which uses a connectionless datagram socket for interprocess * communication. * A command-line argume

counterserver1.java

import java.io.*; /** * This module contains the application logic of a Counter server * which uses a datagram socket for interprocess communication. * A command-line argument is required to

atmoconnection.h

/* * AtmoConnection.h: generic/abstract class defining all methods for the * communication with the hardware * * See the README.txt file for copyright information and how to reach the author(s).