代码搜索:40G通信

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

代码结果 10,000
www.eeworm.com/read/222605/14684291

txt 电话本.txt

/*编程建立一通讯簿,存放有姓名、电话号码、住址,然后对通信簿进行查找、添加、修改及删除。*/ #include struct person { char name[8]; char tel[15]; char addr[50]; }; char filename[20]; FILE *fp; void creat(); void
www.eeworm.com/read/220284/14844468

c main.c

#define MAIN_C #include "includes.h" /***************************/ /*串口通信*/ /*晶振为4MHz*/ /*波特率为9600bps*/ /*发送采用查询方式,中断采用接收方式*/ /*当收到的字符达到所定义的长度时,则在LCD上显示收到的字符*/ /***************************/ #
www.eeworm.com/read/218080/14940009

c disp1.c

#define uchar unsigned char #define uint unsigned int #define nop() asm("nop") #include #include #include //#include sbit cs1=P2^6; //液晶屏左屏选通信号// sbi
www.eeworm.com/read/217273/14972046

c 24e1.c

/*===================================================================== * * nRF24E1-Quick-Dev快速开发系统源代码 * 2003.7.1 * 功能: * 1.nRF24E1的初始化控制 * 2.nRF24E1的数据发射与数据接收 * 3.串口通信 * 4.由 Keil C5
www.eeworm.com/read/214922/15083117

asm ex.asm

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

htm g8-3-4.htm

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

htm g6-4.htm

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

htm g3-10.htm

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

htm g3-3.htm

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

htm g6-3.htm

GSM蜂窝移动通信系统-第六讲 GSM网络支持的业务 (3)