代码搜索:3G通信

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

代码结果 10,000
www.eeworm.com/read/28694/1005918

c main.c

//----------------------------------------------------------------- // 名称: 基于485通信的单片机程序 //----------------------------------------------------------------- // 说明: 本例运行时,PC机通过串口发送的数字串的前四位将显示在数码管上
www.eeworm.com/read/35687/1060171

_h i2c._h

///////////////////////i2c通信子程序/////////////////////// /////////////////////////////////////////////////////////// //初始化 void i2c_init() { PORTD&=~0x80; TWBR=0x01 ; //速率=16M/(16+2*16)=3
www.eeworm.com/read/35687/1060180

h i2c.h

///////////////////////i2c通信子程序/////////////////////// /////////////////////////////////////////////////////////// //初始化 void i2c_init() { PORTD&=~0x80; TWBR=0x01 ; //速率=16M/(16+2*16)=3
www.eeworm.com/read/35687/1060189

_h i2c._h

///////////////////////i2c通信子程序/////////////////////// /////////////////////////////////////////////////////////// //初始化 void i2c_init() { PORTD&=~0x80; TWBR=0x01 ; //速率=16M/(16+2*16)=3
www.eeworm.com/read/35687/1060196

h i2c.h

///////////////////////i2c通信子程序/////////////////////// /////////////////////////////////////////////////////////// //初始化 void i2c_init() { PORTD&=~0x80; TWBR=0x01 ; //速率=16M/(16+2*16)=3
www.eeworm.com/read/35687/1060230

h i2c.h

///////////////////////i2c通信子程序/////////////////////// /////////////////////////////////////////////////////////// //初始化 void i2c_init() { PORTD&=~0x80; TWBR=0x01 ; //速率=16M/(16+2*16)=3
www.eeworm.com/read/484848/1267423

c main.c

/************************************************************ 程序功能:在液晶上用串行数据通信方式循环滚动显示汉字 ------------------------------------------------------------- 跳线设置:将跳线座J5的2脚和3脚(-)用短路帽短接 ------------------
www.eeworm.com/read/481187/1298263

c main.c

/************************************************************ 程序功能:在液晶上用串行数据通信方式循环滚动显示汉字 ------------------------------------------------------------- 跳线设置:将跳线座J5的2脚和3脚(-)用短路帽短接 ------------------
www.eeworm.com/read/481053/1300159

h telnetserver.h

#include #include #pragma comment(lib, "wsock32.lib") struct USER // 存储客户信息 { char cName[19]; // 用户名 char cInput[256]; // 用户输入消息 SOCKET sUser; // 通信socket
www.eeworm.com/read/461716/1551633

c vterminal_uart_wave.c

//智能显示终端串口(Uart)通信演示程序。 // #include #include #include #define uchar unsigned char uchar Fcolor; //背景色 uchar Bcolor; //前景色 L