代码搜索结果

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

readme_echoclient.txt

FILE LIST - echoClient.c DESCRIPTION - The TCP echo client repeatedly sends the input and then reads it back using TCP socket communication. ECHO servi

serialthread.hpp

/******************************************************************** created: 2002/09/18 created: 18:9:2002 21:05 filename: C:\Development c++\Serial communication\SerialApp\serialThread.hpp

serialthread.hpp

/******************************************************************** created: 2002/09/18 created: 18:9:2002 21:05 filename: C:\Development c++\Serial communication\SerialApp\serialThread.hpp

p1.c

/* Protocol 1 (utopia) provides for data transmission in one direction only, from sender to receiver. The communication channel is assumed to be error free, and the receiver is assumed to be ab

promodem.doc

ProModem RS232 Interrupt Driven Serial Communication Library v1.0 Written By Adrian J. Michaud (C) Interactive Telecommunication Sy

async.doc

This is a set of rather simple serial communication routines written in assembly, and to be called from C. If it is not stated elsewhere, this code is public domain! Do with it as you wish, put it

comm.c

/*++ Copyright 1996-1997 Microsoft Corporation Module Name: comm.c Abstract: Implements a set of common operations for socket communication Revision History: --*/ #incl

comjam.m

% Communication Jamming % -------------------------- clear;clc;clf; % Define Jammer Erp from Erpmin to Erpmax Erpmin=100;Erpmax=10000; % watts Erp=Erpmin:Erpmax; % Communications Syste

readme_pipeserver

FILE LIST - pipeServer.c DESCRIPTION - This demo demonstrates intertask communication using pipes. ServerStart() initializes a server task to execute functions at a low prior

readme_echoclient

FILE LIST - echoClient.c DESCRIPTION - The TCP echo client repeatedly sends the input and then reads it back using TCP socket communication. ECHO services are