代码搜索结果

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

wdbfslip.c

/* wdbFslip.c - WDB fast SLIP communication initialization library */ /* Copyright 1999 Abatron AG. */ /* modification history -------------------- 01a,17jun99,rd written */ /* DESCR

wdbhdlc.c

/* wdbHdlc.c - WDB fast HDLC communication initialization library */ /* Copyright 2000 Abatron AG. */ /* modification history -------------------- 01a,04feb00,rd written */ /* DESCRI

kb.h

// Keyboard communication routines #ifndef __KB_INCLUDED #define __KB_INCLUDED #include #define CLOCK 2 #define DATAPIN 3 #define ISC00 0 #define ISC01 1 void InitKeyBo

command.h

//**** ATMEL AVR - A P P L I C A T I O N N O T E ************************ //* //* Title: AVR068 - STK500 Communication Protocol //* Filename: command.h //* Version: 1.0 //* Last updated: 31

c12_limiter.m

% File: c12_limiter.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 Wi

pc遥控器.cfg

[COMPILER-CHIP] Chip=0 XRAM=0 Waitstate=0 XA=0 Stacksize=32 Framesize=16 Sstack=8 [COMPILER-OUTPUT] Report vars=0 Optimize=0 Binary File=1 Hexadecimal File=1 Report File=1 Debug File=1

c3_lininterp.m

% File: c3_lininterp.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 W

c3_upsamp.m

% File: c3_upsample.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 Wi

usart.c

#define USART_C #include "includes.h" int usart_putchar(char c) { if (c == '\n') usart_putchar('\r'); while(UCSRA&(1