代码搜索结果

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

loopc.c

/*LOOPC.C-LOOP PROGRAM USING PORT 0 WITH POLLING */ #include "aiccom.c" /*AIC Communication routines */ int AICSEC[4] = {0x1428,0x1,0x4A96,0x67}; /*Config data for AIC*/ main() {

flashdisk.bas

$Regfile = "M103Def.dat" $Crystal = 4000000 ' Use Serial 0 for communication with PC-Terminal $Baud = 9600 Config Serialin = buffered , Size = 20 Open "Com1:" for Binary as #1 ' If you use a

i2c.h

/* -02/23/2006: Petre M. -this file contains declarations of functions and variables used in I2C communication */ void Setup_I2C(void); void Tx_byte(char Nr_Bytes, int EEPROM_address,un

communication.c

//20070407在此基础上进行调试 /*************************************旋转部分管理CPU********************************/ #include "communication.h" //#define /****************************************************

linear_interp.m

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

q.m

% File: q.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 App

comaccess.h

//////////////////////////////////////////////////////////////////////////////////////// // // Project: Class ComAccess // Overlapped serial IO communication class // System:

comaccess.cpp

//////////////////////////////////////////////////////////////////////////////////////// // // Project: Class ComAccess // Overlapped serial IO communication class // System:

q.m

% File: q.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 App

readme

Designed for BeiJing BeiBei by superdog. This program realize socket communication in a embeded system base on ARM cpu. There are files as following: server.c des.h des.c mysocket.h mysocket.c