代码搜索:传输界面

找到约 10,000 项符合「传输界面」的源代码

代码结果 10,000
www.eeworm.com/read/192426/8382349

_h twi._h

//TWI状态定义 //MT 主方式传输 MR 主方式接收 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18 #define MT_SLA_NOACK 0x20 #define MT_DATA_ACK 0x28 #define MT_DATA_NOACK 0x30 #define MR_SLA_AC
www.eeworm.com/read/192426/8382371

h twi.h

//TWI状态定义 //MT 主方式传输 MR 主方式接收 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18 #define MT_SLA_NOACK 0x20 #define MT_DATA_ACK 0x28 #define MT_DATA_NOACK 0x30 #define MR_SLA_A
www.eeworm.com/read/192426/8382685

_h twi._h

//TWI状态定义 //MT 主方式传输 MR 主方式接收 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18 #define MT_SLA_NOACK 0x20 #define MT_DATA_ACK 0x28 #define MT_DATA_NOACK 0x30 #define MR_SLA_AC
www.eeworm.com/read/192426/8382710

h twi.h

//TWI状态定义 //MT 主方式传输 MR 主方式接收 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18 #define MT_SLA_NOACK 0x20 #define MT_DATA_ACK 0x28 #define MT_DATA_NOACK 0x30 #define MR_SLA_A
www.eeworm.com/read/192426/8382803

_h twi._h

//TWI状态定义 //MT 主方式传输 MR 主方式接收 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18 #define MT_SLA_NOACK 0x20 #define MT_DATA_ACK 0x28 #define MT_DATA_NOACK 0x30 #define MR_SLA_AC
www.eeworm.com/read/192426/8382826

h twi.h

//TWI状态定义 //MT 主方式传输 MR 主方式接收 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18 #define MT_SLA_NOACK 0x20 #define MT_DATA_ACK 0x28 #define MT_DATA_NOACK 0x30 #define MR_SLA_A
www.eeworm.com/read/291120/8441510

ini lastfile.ini

[File Number] n=8 [LastFile] File 0=E:\单片机\单片机程序\演示程序\C程序\ledflash1s.hex File 1=C:\Documents and Settings\Administrator\桌面\TEMP\p10\p10.hex File 2=D:\我的程序\黄钦的单片机程序\数据传输系统.hex File 3=D:\我的程序\赖庆雄\
www.eeworm.com/read/428752/8848794

plg dp-1581.plg

礦ision2 Build Log Project: F:\dp51h\参考程序\usb2.0\USB2.0 批量传输方式测试程序\单片机程序\dp-1581.uv2 Project File Date: 03/13/2003 Output: Build target 'dp-158
www.eeworm.com/read/285288/8855063

plg dp-1581.plg

礦ision2 Build Log Project: F:\dp51h\参考程序\usb2.0\USB2.0 批量传输方式测试程序\单片机程序\dp-1581.uv2 Project File Date: 03/13/2003 Output: Build target 'dp-158
www.eeworm.com/read/384602/8857016

m modulate.m

%这是调制信号的程序 %m是伪码的相位偏移(1023以内),doppler是传输中产生的多普勒偏移(在-5000Hz到5000Hz) function test = modulate(m,doppler) %产生调制信号的载波 fc =10.23e+6; fs = 40.92e+6; t=0:1/fs:(0.001-1/fs); T = sin((fc+doppler)*2*pi*t