代码搜索:汽车倒车系统

找到约 10,000 项符合「汽车倒车系统」的源代码

代码结果 10,000
www.eeworm.com/read/332908/12717441

txt 汽车报警系统.txt

#include #include #define uint unsigned int #define uchar unsigned char uchar idata tranbuff_e[10]={0xFD,0x01,'e','n','t','e','r',0x0D,0x0A,0x00}; uchar idata tranbuff_w[12]={0
www.eeworm.com/read/133659/14031290

txt 汽车售票系统.txt

#include #include #include struct trav {char tricknum[20]; char name[20]; char num[20]; int seat; struct trav *next; }; struct bus {char number[20]; char time[
www.eeworm.com/read/177977/9425329

倒车雷达

www.eeworm.com/read/292754/8335139

txt 超声波汽车倒车测距仪.txt

ORG 0000H LJMP MAIN ;复位转主程序 ORG 0003H LJMP INT0 ;中断 ORG 001BH LJ