代码搜索:军事通信
找到约 10,000 项符合「军事通信」的源代码
代码结果 10,000
www.eeworm.com/read/343284/11960079
frm pc&plc.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form PLCForm
Caption = "PC机与PLC串口通信"
ClientHeight = 2985
ClientLeft =
www.eeworm.com/read/130532/14188118
txt 24lc256模拟i2c通讯源程序.txt
//24LC256IIC通信程序
# include
# define uch unsigned char
# define unint unsigned int
# define SDA RC4
# define SCL RC3
uch ACK;
void delay(void) //延时
{
unint m;
fo
www.eeworm.com/read/222082/14706150
frm comm.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "串口通信"
ClientHeight = 5970
ClientLeft = 60
C
www.eeworm.com/read/215854/15036686
h msg.h
// msg.h : CMsg 类接口
//
class CMsg : public CObject
{
protected:
DECLARE_DYNCREATE(CMsg)
public:
CMsg();
//属性
public:
CString m_strText;//通信内容
BOOL m_bClose;//关闭套接字信息
int n_Bytes
www.eeworm.com/read/212209/15164356
h msg.h
// msg.h : CMsg 类接口
//
class CMsg : public CObject
{
protected:
DECLARE_DYNCREATE(CMsg)
public:
CMsg();
//属性
public:
CString m_strText;//通信内容
BOOL m_bClose;//关闭套接字信息
int n_Bytes
www.eeworm.com/read/7747/132087
c sci_interrupt.c
//===========================================================================
//
// 文件名称: SCI_interrupt.c
//
// 功能描述: DSP28 SCI - 同计算机通信,采用超级中断接受数据
// 间隔2秒DSP向计算机发送字符"2812-UART is fine !"
www.eeworm.com/read/13842/284081
lis app.lis
.module app.c
.area text(rom, con, rel)
0000 .dbfile E:\Steaven2000\AVR\AVR_Book\PROGRA~1\SOURCE~1\Code\RS232通信协议应用设计\app.c
0000