代码搜索结果

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

com_clos.m

function com_clos %function to close all of communication blocks in the window. % Wes Wang 1/5/94 % Copyright (c) 1994-96 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 19:33

usart.c

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

usart.c

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

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

tglobaltraffictable.cpp

/***************************************************************************** TGlobalTrafficTable.cpp -- Global Traffic Table implementation ******************************************************

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

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

qam.m

% File: qam.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 Wireless A

mary.m

% File: mary.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 Wireless

uart0_test.c

/********************************************************************************************* * File: uart_communication.c * Author: embest * Desc: uart test file * History: wang Fub 16th 2006 *