代码搜索:40G通信

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

代码结果 10,000
www.eeworm.com/read/150623/12279849

vhd storage.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY STORAGE IS PORT( DSP_IS,DSP_IOSTRB,DSP_MSTRB: IN STD_LOGIC; --DSP的选通信号 DSP_DS,DSP_A7,DSP_A15,DSP_A19
www.eeworm.com/read/336488/12441295

c send.c

#include"main.h" #include"comuni.h" void comuni(uint dat) { uint sendH, sendL ; uint i ; /* 初始化通信标志*/ INT_comu = 1; INT_HL = 1; /*把要发送的数据分成高低两个字节 */ sendL = dat; sendH =
www.eeworm.com/read/228880/14358364

txt readme.txt

此部分实现了用单片机模拟I2C通信的主要功能:Start、Stop及对有子地址的I2C设备的读写。 需要改进之处:对传输速度的控制。 Adamant 2007-8-6
www.eeworm.com/read/227706/14417679

c 4 ds18b20.c

// DS18B20温度传感器// #include sbit DQ =P3^3; //定义通信端口 void delay1(unsigned int i) { while(i--); } reset(void) { unsigned char x=0; DQ = 1; //DQ复位 delay1(8)
www.eeworm.com/read/125551/14486104

c link101.c

// // File name =IEC101Link.C //串行通信IEC101Link维护软件规约程序 //设计 何风涛 #include"class.h" #include"classext.h" struct TIEC101LinkStruct FARDATA *InitIEC101Link(int ComTaskNo) { struct TIEC101L
www.eeworm.com/read/124228/14585501

c t2timer.c

////////////////////////////////////////////////////////////////// // T2用作计数/定时器或波特率发生器时的编程方法 // // -- xiaoqi // // t2conSet的定义如下,不包括通信波特率发生器方式 // // 0x04...... TR2 = 1,开始计时,
www.eeworm.com/read/124123/14593271

c sci.c

/* 2812A板: 使用直连的串口通信电缆; 启动串口调试助手.exe; PC机发送一个"."为结束标志 */ #include "DSP281x_Device.h" #include "DSP281x_Examples.h" // Prototype statements for functions found within this file. void scia_
www.eeworm.com/read/212901/15145874

htm g2-1-2-3-4-5.htm

GSM蜂窝移动通信系统-系统的组成
www.eeworm.com/read/212901/15145885

htm g7-3.htm

GSM蜂窝移动通信系统-第七讲 SIM卡 (3)
www.eeworm.com/read/212901/15145886

htm g8-10.htm

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