代码搜索:军事通信
找到约 10,000 项符合「军事通信」的源代码
代码结果 10,000
www.eeworm.com/read/303875/13807777
c sci_interrupt.c
//===========================================================================
//
// 文件名称: SCI_interrupt.c
//
// 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据
// 间隔2秒DSP向计算机发送字符"2812-UART is fine !"
www.eeworm.com/read/130537/6326499
txt 红外线发射与接收源程序.txt
//24LC256IIC通信程序
# include
# define uch unsigned char
# define unint unsigned int
# define SDA RC4
# define SCL RC3
uch ACK;
void delay(void) //延时
{
unint m;
fo
www.eeworm.com/read/491150/6441062
c sci_interrupt.c
//===========================================================================
//
// 文件名称: SCI_interrupt.c
//
// 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据
// 间隔2秒DSP向计算机发送字符"2812-UART is fine !"
www.eeworm.com/read/263549/11357471
txt 24lc256模拟i2c通讯源程序.txt
//24LC256IIC通信程序
# include
# define uch unsigned char
# define unint unsigned int
# define SDA RC4
# define SCL RC3
uch ACK;
void delay(void) //延时
{
unint m;
fo
www.eeworm.com/read/403670/11513158
c sci_interrupt.c
//===========================================================================
//
// 文件名称: SCI_interrupt.c
//
// 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据
// 间隔2秒DSP向计算机发送字符"2812-UART is fine !"
www.eeworm.com/read/347753/11638339
c sci_interrupt.c
//===========================================================================
//
// 文件名称: SCI_interrupt.c
//
// 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据
// 间隔2秒DSP向计算机发送字符"2812-UART is fine !"
www.eeworm.com/read/347738/11639333
c 12_4.c
//串行多机通信
# include
# define buf 8 /* 定义发送缓冲区大小 */
unsigned char buffer [ 8 ] = [ 'a','b','c','d',
'e','f','g','h'] ; /* 定义发送数据 */
unsigned char p;
main ()
{
SCON = 0