代码搜索:40G通信

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

代码结果 10,000
www.eeworm.com/read/136648/13367449

c ds18b20.c

sbit DQ = P1^4; //定义通信端口 void delay(unsigned int i){ while(--i); } //初始化函数 void Init_DS18B20(void) { DQ = 1; //DQ复位 delay(20); //稍做延时 DQ = 0; //单片机将DQ拉低 delay(180); //精
www.eeworm.com/read/320560/13423907

c sci.c

// 功能描述:下面给出一个在两个DSP之间实现简单异步通信的通用程序 #include "register.h" //禁止总中断子程序 void inline disable() { asm(" setc INTM"); asm(" setc SXM"); } //使能总中断子程序 void inline enable() { asm(" c
www.eeworm.com/read/316548/13521420

c main.c

// ========CAN通信程序======= #include #include #include // MCP2510寄存器定义 // =========常数和变量定义========= #define READ 0x03 // 读MCP2510指令代码 #define WRITE 0x02
www.eeworm.com/read/314306/13569471

asm ex.asm

;系统联调程序,CAN通信连续调节,占空比10%-90% ,运行正常 ;控制程序在PWM定时器中断中进行,带线性插值计算, .title "ex.asm" .include "lf2407a.h" .include "F2407REGS.H" .global _c
www.eeworm.com/read/311091/13635652

htm g8-3-4.htm

GSM蜂窝移动通信系统-第八讲 呼叫处理 (3-4)
www.eeworm.com/read/311091/13635654

htm g6-4.htm

GSM蜂窝移动通信系统-第六讲 GSM网络支持的业务 (4)
www.eeworm.com/read/311091/13635658

htm g3-10.htm

GSM蜂窝移动通信系统-第三讲 GSM关键技术
www.eeworm.com/read/311091/13635665

htm g3-3.htm

GSM蜂窝移动通信系统-第三讲 GSM关键技术
www.eeworm.com/read/311091/13635676

htm g6-3.htm

GSM蜂窝移动通信系统-第六讲 GSM网络支持的业务 (3)
www.eeworm.com/read/311091/13635687

htm g8-5-6.htm

GSM蜂窝移动通信系统-第八讲 呼叫处理 (5-6)