代码搜索:军事通信

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

代码结果 10,000
www.eeworm.com/read/338369/3318354

m pffair_gini.m

% ========================================================================= % Copyright (c)2006, 东南大学移动通信国家重点实验室 % All rights reserved. % % 文件名称:PFFair_gini.m % function描述:PF调度算法,在Gini Index下的公平性
www.eeworm.com/read/338369/3318362

m pffair_jain.m

% ========================================================================= % Copyright (c)2006, 东南大学移动通信国家重点实验室 % All rights reserved. % % 文件名称:PFFair_jain.m % function描述:PF调度算法,在Jain Index下的公平性
www.eeworm.com/read/283185/4085556

svn-base hpi.h.svn-base

/**************************************************************************** 文件名称:hpi.h 版本号: 1.0 日期: 2005-12-26 说明: hpi.c的头文件,包含与5402DSP HPI通信相关的函数的声明。 调用列表:-- 修改历史:-- ************
www.eeworm.com/read/416201/2126702

c sci_status.c

//=========================================================================== // 文件名称: SCI_status.c // // 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据 // 间隔2秒DSP向计算机发送字符"2812-UART is fine !" // SCI
www.eeworm.com/read/394154/2459672

c sci_status.c

//=========================================================================== // 文件名称: SCI_status.c // // 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据 // 间隔2秒DSP向计算机发送字符"2812-UART is fine !" // SCI
www.eeworm.com/read/373767/2758981

c main.c

/****************************************************** 程序功能:接收来自PC机的字符,然后重新发送给PC机 ------------------------------------------------------- 通信格式:N.8.1, 9600 无校验,8个数据位,1个停止位,波特率9600 -----
www.eeworm.com/read/366169/2893073

c sci_status.c

//=========================================================================== // 文件名称: SCI_status.c // // 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据 // 间隔2秒DSP向计算机发送字符"2812-UART is fine !" // SCI
www.eeworm.com/read/362309/2935204

c sci_status.c

//=========================================================================== // 文件名称: SCI_status.c // // 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据 // 间隔2秒DSP向计算机发送字符"2812-UART is fine !" // SCI
www.eeworm.com/read/295451/8161083

c shiz.c

#define uint unsigned int #define uchar unsigned char #include #include sbit SDA = P3^1; //二线通信 sbit SCL = P3^0; sbit LEDA = P3^3;
www.eeworm.com/read/270173/11045936

pas tcomm1.pas

unit TComm1; // 这是一个串行端口通信组件 // 简单传输. 此组件调用 Win32 API 来达成所需功能 interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, extctrls,Dialogs,syncobjs; type