代码搜索:军事通信
找到约 10,000 项符合「军事通信」的源代码
代码结果 10,000
www.eeworm.com/read/445941/7587922
asm 交通灯.asm
;##########################################
;# 基于单片机无线收发控制的交通信号灯模型 #
;# 设计:朱金飞 #
;# 广东交通职业技术学院北校区 无线电021班 #
;# E-mail:biket@163.com #
;# http://www.fmd
www.eeworm.com/read/437528/7746618
h flash.h
//[Flash.h]Flash擦写头文件--------------------------------------------------
//Flash擦写需要用到的头文件
#include
#include "Type.h" //类型别名定义
#include "SCI.h" //串行通信头文件
//Flash擦写相关函
www.eeworm.com/read/434028/7896190
c getkey.c
/*串口1通信底层函数*/
#include // SFR declarations
char _getkey () {
char c;
while ((SCON1&0X1)!=0X1);
c = SBUF1;
SCON1&=~0X1;
return (c);
}
www.eeworm.com/read/196778/8061221
c ds18b20.c
#include"reg51.h"
sbit DQ =P1^4; //定义通信端口
//延时函数
/*
void delay(unsigned int i)
{
while(i--);
}
*/
//初始化函数
Init_DS18B20(void)
{
unsigned char x=0;
DQ = 1; //DQ复位
delay(8); /
www.eeworm.com/read/196775/8061361
c ds18b20.c
#include"reg51.h"
sbit DQ =P1^4; //定义通信端口
//延时函数
/*
void delay(unsigned int i)
{
while(i--);
}
*/
//初始化函数
Init_DS18B20(void)
{
unsigned char x=0;
DQ = 1; //DQ复位
delay(8); /
www.eeworm.com/read/296072/8124874
txt vb程序.txt
//---------------------------------------SComm控件的常用属性和方法-----------------------------
Commport;设置或返回串口号。
SettingS:以字符串的形式设置或返回串口通信参数。
Portopen:设置或返回串口状态。
InputMode:设置或返回接收数据的类型。
Inputlen:设置或返回
www.eeworm.com/read/332506/12751705
asm t16550-3.asm
;T16550-3.asm
;16550双机通信发送机程序
;***************根据CHECK配置信息修改下列符号值*******************
IOY0 EQU 9C00H ;片选IOY0对应的端口始地址
;***********************************************************
www.eeworm.com/read/140294/13090161
h incorporatecap.h
//ICC-AVR application builder : 2005-3-28 9:42:52
// Target : 8515
// Crystal: 4.0000Mhz
#include
#include
/*****系统串行通信位操作*****/
#define bi_preset re_flag|=0x01
#
www.eeworm.com/read/325661/13191565
uv2 w.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
File 1,1,