代码搜索:通讯接口

找到约 10,000 项符合「通讯接口」的源代码

代码结果 10,000
www.eeworm.com/read/129052/14268799

51通讯程序

#include #include //sbit BT_SND =P0^0; //sbit BT_REC =P1^1; sbit P_RXD = P0^0; //数据发送端 sbit P_READY = P0^1; //READY,准备好数据接收状态指示 "0",Ready Status;"1",Busy Stat
www.eeworm.com/read/230418/14289787

mdb 电子通讯录.mdb

www.eeworm.com/read/230418/14289799

mdb 电子通讯录.mdb

www.eeworm.com/read/223983/14609120

c 串行通讯_查询方式.c

// 串行通讯_查询方式.c #include #include /* prototype declarations for I/O functions */ /* T1 定时 时间常数;波特率发生器 */ #define baud_rate_L 0xFD /* T1: 8位重装入; 0xFD-->960
www.eeworm.com/read/121422/14757131

txt 通讯录程序.txt

#include #include #include #include #define M 50 struct person //定义数据结构 { char name[10]; char phone[12]; char address[30]; }p[M]; FILE *fp; //调