代码搜索:军用通信系统

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

代码结果 10,000
www.eeworm.com/read/413516/11153535

obj 通信.obj

www.eeworm.com/read/413516/11153547

c 通信.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #define KEY P1 sbit DATA=P3^1; //数据线 sbit CLK=P3^2; //时钟线 unsigned cha
www.eeworm.com/read/413516/11153551

lst 通信.lst

C51 COMPILER V7.06 蚠_
www.eeworm.com/read/108706/15579056

obj 通信.obj

www.eeworm.com/read/108706/15579121

c 通信.c

#include"w77e58.h" #define uchar unsigned char #define uint unsigned int //通信函数 //*************************************// uchar tongxin_rxd();//接收下传命令 void tongxin_txd(bit ewu); sbit s
www.eeworm.com/read/108706/15579128

lst 通信.lst

C51 COMPILER V7.01 _╛
www.eeworm.com/read/291535/8411446

txt unix系统开发-系统调用-进程间高级通信.txt

UNIX系统开发-系统调用-进程间高级通信 基本上所有的系统调用成功时返回0或正数,失败时返回负值。 消息通信 每个消息队列都有一个msqid_ds类型的控制结构,该结构中包括对消息队列的访问权限,其数据结构如下: struct msqid_ds { struct ipc_perm msg_perm; /*操作权限结构 */ struct msg msg_first; /*指向消息