代码搜索:收发模块

找到约 10,000 项符合「收发模块」的源代码

代码结果 10,000
www.eeworm.com/read/157209/11730220

txt 8位总线收发器.txt

-- Multiplexer 16-to-4 using if-then-elsif-else Statement -- download from www.pld.com.cn & www.fpga.com.cn library ieee; use ieee.std_logic_1164.all; entity mux is port( a, b, c, d:
www.eeworm.com/read/342059/12044099

c 信息收发备份增强版.c

#include sbit rs=P3^5; sbit rw=P3^4; sbit e=P3^3; sbit d7=P1^7; unsigned char store1,store2,store;//用于全局扫瞄键值决定用 unsigned char k; //显示地址变量 unsigned char store_send_numbe
www.eeworm.com/read/149400/12382922

txt 串口数据收发的算法问题.txt

C51编程:串口数据收发的算法问题 [lemonskin] [89次] 01-6-6 上午 09:55:30 C51单片机在同PC机进行串口通信时所采用的数据包协议如下所示:(以字节为单位) 消息类型(有限个消息代号) 消息长度(高字节) 消息长度(低字节) 消息内容(消息长度所指示的字节数) 校验字(从消息类型开始到消息内容结束所有字节的按位异或值) 串口速率4800bps 现在 ...
www.eeworm.com/read/11826/234923

txt 7.13 实例:收发广播报文.txt

#ifndef RECEIVER_H #define RECEIVER_H #include class QLabel; class QPushButton; class QUdpSocket; class Receiver : public QDialog { Q_OBJECT public: Receiver(QWi
www.eeworm.com/read/13904/286003

asm 2.4g收发器.asm

$include (C8051F330.inc) CLK BIT P0.0 MISO BIT P0.1 MOSI BIT P0.2 ;CE BIT P1.5;+ CSN BIT P1.5;P1.7; IRQ BIT P1.3;P0.3; STATUS EQU 20H R_LONG1 EQ
www.eeworm.com/read/414756/11103436

txt 串口数据收发的算法问题.txt

C51编程:串口数据收发的算法问题 [lemonskin] [89次] 01-6-6 上午 09:55:30 C51单片机在同PC机进行串口通信时所采用的数据包协议如下所示:(以字节为单位) 消息类型(有限个消息代号) 消息长度(高字节) 消息长度(低字节) 消息内容(消息长度所指示的字节数) 校验字(从消息类型开始到消息内容结束所有字节的按位异或值) 串口速率4800bps 现在 ...