代码搜索:军事通信

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

代码结果 10,000
www.eeworm.com/read/188047/8577130

pas include.pas

{ ===================================================================== * 软件名称:PC与数控机床通信程序 * 单元名称:资源单元 * 单元作者:彭为 (pwzyp@fjsm.net) * 备 注:用到了线程进行发送 * 开发平台:PWin2000 SERVER + Delphi 7.0 * 兼容测试:P
www.eeworm.com/read/188047/8577133

dpr server.dpr

{ ===================================================================== * 软件名称:PC与数控机床通信程序 * 单元名称:单元控制文件 * 单元作者:彭为 (pwzyp@fjsm.net) * 备 注:用到了线程进行发送 * 开发平台:PWin2000 SERVER + Delphi 7.0 * 兼容测试
www.eeworm.com/read/188047/8577143

pas saveas.pas

{ ===================================================================== * 软件名称:PC与数控机床通信程序 * 单元名称:导出文件 * 单元作者:彭为 (pwzyp@fjsm.net) * 备 注:用到了线程进行发送 * 开发平台:PWin2000 SERVER + Delphi 7.0 * 兼容测试:P
www.eeworm.com/read/288645/8616459

c 485.c

#ifndef __485_C__ #define __485_C__ #include #include #define unsigned char uchar; #define unsigned int uint; /* 通信命令 */ #define __ACTIVE_ 0x01 ; // 主机询问从机是否存在
www.eeworm.com/read/287814/8667798

_c usart._c

#define USART_C #include "includes.h" void UsartInit(void) { // 晶振频率 : 4.0MHz // 通信参数: 8 Data, 1 Stop, No Parity // 波特率: // UBRRL= 0x0C 19200; // UBRRL= 0x19 9600;
www.eeworm.com/read/287814/8667854

c usart.c

#define USART_C #include "includes.h" void UsartInit(void) { // 晶振频率 : 4.0MHz // 通信参数: 9600 8 Data, 1 Stop, No Parity // 波特率: // UBRRL= 0x0C 19200; // UBRRL= 0x19
www.eeworm.com/read/431319/8688262

htm 3078.htm

天津开展查处通信行业价格欺诈专项行动
www.eeworm.com/read/431319/8688291

htm 3071.htm

中国加速推广电力线通信技术
www.eeworm.com/read/286571/8758407

c state.c

#define _state_ #include "general.h" #include "7219.h" #include "key.h" #include "com.h" #include "protocol.h" #include "cursor.h" #include "buzzer.h" //#include "ds1820.h" //通信是否发起标志 bit
www.eeworm.com/read/374989/9376350

c peer.c

#include #include #include #include "peer.h" #include "message.h" #include "bitfield.h" extern Bitmap *bitmap; // 指向当前与之进行通信的peer列表 Peer *peer_head = NULL;