代码搜索结果

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

c-lex.h

/* Define constants for communication with c-parse.y. Copyright (C) 1987, 1992 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or

msp430xg46x_uscib0_i2c_02.c

//****************************************************************************** // MSP430xG461x Demo - USCI_B0 I2C Master Interface to PCF8574, Read/Write // // Description: I2C communication

example 6-12.asm

; Example 6 - 12. DLMS Implementation ASM Listing for the TMS320C54x DSP ; TEXAS INSTRUMENTS INCORPORATED ; DSP Data Communication System Development / ASP ;; ; Archives: PVCS ; Filename: ada

usb+Φ

The USB communication part of this project is based on the source code from Evan Dudzik's project "Asynchronous PIC-to-PC USB Interrupt Transfers" available at http://eegeek.net/content/view/47/32/

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. * *

csp.vim

" Vim syntax file " Language: CSP (Communication Sequential Processes, using FDR input syntax) " Maintainer: Jan Bredereke " Version: 0.5.0 " Last change: Fri May 4, 2001 " URL:

edcl.in.help

Ethernet DSU enable CONFIG_DSU_ETH Say Y to enable the Ethernet Debug Communication Link (EDCL). The link provides a DSU gateway between ethernet and the AHB bus. Debugging is done at 10 or 100

comm.java

package oebb; /** * Comm.java: Communication for OEBB project. * * Author: Martin Schoeberl (martin.schoeberl@chello.at) * * Changelog: * */ import util.*; import ejip.*; import joprt.*; public c