代码搜索:军事通信

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

代码结果 10,000
www.eeworm.com/read/347966/11621410

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/347482/11662794

c temp3.c

#include #include #include #include #include #include #include #define BUFFER 255 /* 管道通信 */ int main(int argc,char *
www.eeworm.com/read/347121/11690057

c rs485.c

/******************************************************* RS485通信实验 网址:http://www.wejay.com.cn 注:跳线232/485连接左边的两端,以使MAX3490连接UART0 跳线RS48
www.eeworm.com/read/258224/11875450

dat bookinfo.dat

[General Information] 书名=数据与计算机通信 (第六版) 作者=BEXP SS号= 加密地址= 页数=638 下载位置=http://202.118.180.121/ebook1/sjy02/diskgjs/gjs11/13/!00001.pdg
www.eeworm.com/read/155356/11883232

pas deliverunit.pas

{******************************************************************************* 功能简述 : 中国联通短信接收端 其它说明 : 1. 参考中国联合通信公司短消息网关系统接口协议(SGIP1.3) 2. 参考Short Message Peer-to-Peer Protocol
www.eeworm.com/read/344204/11902354

map shuangjitongxin.map

CodeVisionAVR C Compiler V1.25.3 Standard (C) Copyright 1998-2007 Pavel Haiduc, HP InfoTech s.r.l. http://www.hpinfotech.com File: D:\单片机通信\从机\shuangjitongxin.c Global variables memory map: V
www.eeworm.com/read/153955/11998199

frm frmprops.frm

VERSION 5.00 Object = "{831FDD16-0C5C-11d2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.Form frmProperties BorderStyle = 3 'Fixed Dialog Caption = "通信端口属性" Client
www.eeworm.com/read/342768/11999646

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/341229/12097282

frm pc&gsm.frm

VERSION 5.00 Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX" Begin VB.Form FrmMain BorderStyle = 3 'Fixed Dialog Caption = "PC机与GSM串口通信程序" Clien
www.eeworm.com/read/340693/12139225

c peer.c

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