代码搜索:DSP通信

找到约 10,000 项符合「DSP通信」的源代码

代码结果 10,000
www.eeworm.com/read/449768/7496853

obj 串口通信.obj

www.eeworm.com/read/196457/8091526

doc 通信英语.doc

www.eeworm.com/read/246924/12697854

vi 串口通信.vi

www.eeworm.com/read/332650/12745463

c 串口通信.c

#include #include #include #include #include "com.h" #include /************************************/ static int gHelpPanelHandle;
www.eeworm.com/read/332210/12773340

doc 双机通信.doc

www.eeworm.com/read/243513/12936464

c 通信成功.c

#include"pic.h" #define PWM RB1 #define uint unsigned int #define uchar unsigned char volatile bit t; void delay(uint i) { uint j; for(j=i;j>0;j--); } void send_one() { uchar i;
www.eeworm.com/read/239447/13278369

asm 串口通信.asm

ORG 0000H AJMP MASSAGE ORG 0023H AJMP RMASSAGE ORG 0030H MASSAGE: MOV DPTR,#8003H ;8255初始化 MOV A,#80H MOVX
www.eeworm.com/read/137699/13304022

doc can通信.doc

www.eeworm.com/read/323663/13329584

dsn 双机通信.dsn

www.eeworm.com/read/319810/13441756

txt 串口通信.txt

#include #define uint unsigned int #define uchar unsigned char /**************************************************************/ //串口测试程序,采用11.0592M晶振 //使用定时器1 //Write by CW