代码搜索:军事通信

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

代码结果 10,000
www.eeworm.com/read/346011/11775277

cpp zou_org.cpp

/* 说明: 不考虑节点拥塞状况 */ #include #include #include #include #include #define N 100 // 总节点数 #define R 0.5 // 最大通信距离 #define MAX 4 // 希望的
www.eeworm.com/read/258945/11830535

cpp huffman.cpp

/*=============================== 程序名:霍夫曼编码 作者:何震 研通信0704班 07120075 注意:没有考虑汉字宽字符,所以请以全英文文件进行测试 如有问题请联系:07120075@bjtu.edu.cn ================================*/ #include #include
www.eeworm.com/read/258339/11868995

h ds18b20.h

#define uchar unsigned char #define uint unsigned int sbit DQ =P2^6; //定义通信端口 uchar disp[6]; //待显示的数据,高3位整数部分,低1位小数部分 //延时函数 void delay(unsigned int i) { while(i--); } //初始
www.eeworm.com/read/343303/11958485

c ds18b20.c

#include "reg52.h" sbit DQ =P3^3; //定义通信端口 //延时函数 void delay(unsigned int i) { while(i--); } //初始化函数 Init_DS18B20() { unsigned char x=0; DQ = 1; //DQ复位 delay(8); /
www.eeworm.com/read/342460/12019239

c to_pc.c

#include #define uchar unsigned char #define uint unsigned int uchar rebyte=0; idata uchar chint; //通信定义 bit flag_232C; bit flag_COM; bit cf;//校验标志位 bdata ab; sbit abit0=ab^0;sb
www.eeworm.com/read/153549/12028537

txt vb程序.txt

//---------------------------------------SComm控件的常用属性和方法----------------------------- Commport;设置或返回串口号。 SettingS:以字符串的形式设置或返回串口通信参数。 Portopen:设置或返回串口状态。 InputMode:设置或返回接收数据的类型。 Inputlen:设置或返回
www.eeworm.com/read/254741/12121292

frm mainfrm.frm

VERSION 5.00 Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX" Begin VB.Form Form1 BackColor = &H00FFFF80& Caption = "调试FX-30MR 通信" ClientHeight
www.eeworm.com/read/253807/12185435

htm list_111.htm

手机通信>贵州东讯——实用网址导航
www.eeworm.com/read/253791/12200055

htm sy0603.htm

Visual C++与计算机接口 线程间的通信 (一)实验目的:      学
www.eeworm.com/read/250944/12374528

h uart.h

#ifndef _UART_h_ #define _UART_h_ #include"common.h" #define fosc 8000000 // 8MHz #define baud 4800 //通信 波特率 void Uart_Init(void); //8位数据 +1位STOP位,9600 baud void Uart_put