代码搜索:推理机

找到约 10,000 项符合「推理机」的源代码

代码结果 10,000
www.eeworm.com/read/467021/7013617

txt 13.1.6单片机多机通信.txt

#include #define uchar unsigned char #define SLAVE 0x02 #define NUMB 16 uchar idata rbuffer[16] uchar idata tbuffer[16]={“master transmit”} void error(void) { SBUF=0xff; whi
www.eeworm.com/read/459963/7260335

asm 单片机与pc机通讯.asm

;本程序用来判断接收数据和发送数据是否一致 ORG 0000H AJMP MAIN ORG 0030H MAIN:MOV TMOD,#20H ;在11.0592MHz下,串行接口波特率 MOV TH1,#0FDH ;9600bps,方式3 MOV TL1,#00H MOV PCON,#00H SETB TR1 MOV SC
www.eeworm.com/read/459723/7265944

txt 13.1.6单片机多机通信.txt

#include #define uchar unsigned char #define SLAVE 0x02 #define NUMB 16 uchar idata rbuffer[16] uchar idata tbuffer[16]={“master transmit”} void error(void) { SBUF=0xff; whi
www.eeworm.com/read/332896/12718401

txt 13.1.6单片机多机通信.txt

#include #define uchar unsigned char #define SLAVE 0x02 #define NUMB 16 uchar idata rbuffer[16] uchar idata tbuffer[16]={“master transmit”} void error(void) { SBUF=0xff; whi
www.eeworm.com/read/307265/13724831

txt 13.1.6单片机多机通信.txt

#include #define uchar unsigned char #define SLAVE 0x02 #define NUMB 16 uchar idata rbuffer[16] uchar idata tbuffer[16]={“master transmit”} void error(void) { SBUF=0xff; whi
www.eeworm.com/read/303278/13819103

txt 13.1.6单片机多机通信.txt

#include #define uchar unsigned char #define SLAVE 0x02 #define NUMB 16 uchar idata rbuffer[16] uchar idata tbuffer[16]={“master transmit”} void error(void) { SBUF=0xff; whi
www.eeworm.com/read/155865/11841829

txt 13.1.6单片机多机通信.txt

#include #define uchar unsigned char #define SLAVE 0x02 #define NUMB 16 uchar idata rbuffer[16] uchar idata tbuffer[16]={“master transmit”} void error(void) { SBUF=0xff; whi