代码搜索结果

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

random_binary.m

% File: random_binary.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with

msp430x22x4_uscib0_i2c_02.c

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

uart9_readme.txt

UART9 readme.txt Please open this file in Notepad or WordPad or use a non proportional font for best display format. 9-Bit UART Macros with Integral FIFO Buffers. Suitable for communication

random_binary.m

% File: random_binary.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with

msp430x22x4_uscib0_i2c_02.c

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

askbpsk.m

%Run from editor Debug(F) %This m file(ASK.m) analyzes a coherent amplitute shift keyed(ASK) and a binary %phase shift keyed(BPSK) communication system. The receiver uses a correlator %(mixer-integ

readme12

Chapter 12 - Inter-Process Communication: Pipes. popen1.c - A program that implements pipes using popen and pclose and captures output from an external program. popen2.c - A program that se

关于回答网友有关servlet和servlet之间通信的问题(建议放入精华区).txt

作者:blackwhites 日期:2000-11-13 17:50:11 以下是几种常调用的方法 Servlet to Servlet Communication Listing 1: ServletBase public class ServletBase extends HttpServlet{ static Connectio

msp430x22x4_uscib0_i2c_02.c

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

pipeserver.c

/* pipeServer.c - Demonstrates intertask communication using pipes */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01c,06nov97,mm added copyright.