代码搜索:军事通信
找到约 10,000 项符合「军事通信」的源代码
代码结果 10,000
www.eeworm.com/read/362309/2935201
c sci_interrupt.c
//===========================================================================
//
// 文件名称: SCI_interrupt.c
//
// 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据
// 间隔2秒DSP向计算机发送字符"2812-UART is fine !"
www.eeworm.com/read/295486/8159299
c pipedemo.c
/* pipeDemo.c - 用PIPE进行任务间通信的例子*/
/* includes */
#include "vxWorks.h"
#include "taskLib.h"
#include "sysLib.h"
#include "stdio.h"
#include "ioLib.h"
#include "pipeDrv.h"
#define CONSUME
www.eeworm.com/read/414690/11106349
c uart.c
#include
#include
#include "confg.h"
/*****************************************/
//文件名:usart int .c
//功能:中断模式串口通信的应用
//目标MC U:ATYnega8
//晶振8MHZ
/**************************
www.eeworm.com/read/146439/12648945
h zjhmcfusb.h
#ifndef zjHMCFUsb_H
#define zjHMCFUsb_H
/****** 预处理宏说明 *********************************************
_PRINT_DBG_INFO : 输出调试信息
_PRINT_COMM_DATA : 输出通信数据
_BUFFERED_IO : 缓冲IO(如果没定义则为直接IO)
_
www.eeworm.com/read/235319/14074555
c send.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
uchar xstemp;
uchar tll=0;
uchar thh=50;
uchar inte,dec;
sbit DQ =P2^0; //定义通信端口
s