-
Ultrasonic Distance Measurement With the MSP430
Ultrasonic Distance Measurement With the MSP430
- 2022-01-20 22:43:53下载
- 积分:1
-
《The Art of Designing Embedded Systems(设计嵌入式系统的艺术)》,不可多得的好书,与你分享。...
《The Art of Designing Embedded Systems(设计嵌入式系统的艺术)》,不可多得的好书,与你分享。-"The Art of Designing Embedded Systems (Embedded System Design Art)," rare books to share with you.
- 2022-02-12 13:06:03下载
- 积分:1
-
430 : 19,264 Chinese characters and graphics LCD character display program can b...
430编程:19264图形液晶汉字与字符的显示程序,可以直接使用-430 : 19,264 Chinese characters and graphics LCD character display program can be used directly
- 2022-10-03 14:05:03下载
- 积分:1
-
232转以太网的线路图 使用lpc2294cpu
可更换为lpc2292
232转以太网的线路图 使用lpc2294cpu
可更换为lpc2292-232 to Ethernet lpc2294cpu route map can be used to replace the lpc2292
- 2022-03-12 00:41:22下载
- 积分:1
-
c语言实现的DFT.rar c语言实现的DFT.rar
c语言实现的DFT.rar c语言实现的DFT.rar-c language implementation of the DFT.rar
- 2022-01-31 03:53:27下载
- 积分:1
-
总账系统是一个基本的系统,以处理凭证为核心,相应进行账簿报表的查询。各业务系统生成的凭证与总账无缝联接,即以各业务系统明细数据为基础,按发生的经济内容在总帐系统...
总账系统是一个基本的系统,以处理凭证为核心,相应进行账簿报表的查询。各业务系统生成的凭证与总账无缝联接,即以各业务系统明细数据为基础,按发生的经济内容在总帐系统直接生产凭证,日常财务信息可直接在总账中进行查询-General ledger system is a basic system to deal with a certificate at the core, the corresponding query statements to the books. The operational system-generated certificate with the general ledger seamless connectivity, that is, details of the operational system data, according to the economic content of direct production in the general ledger system certificates, day-to-day financial information can be directly carried out inquiries in the general ledger
- 2022-03-02 22:07:21下载
- 积分:1
-
一个高级培训班的内部资料,非常宝贵,读者可以掌握嵌入式基本思路...
一个高级培训班的内部资料,非常宝贵,读者可以掌握嵌入式基本思路-A high-level training of internal information, are very valuable, readers can grasp the basic ideas embedded
- 2023-07-09 14:45:04下载
- 积分:1
-
RC5 协议解码技术使用 8051
如果你是一个电脑怪胎,你可能认为我宣称自己打造了一个项目,对RC5 块密码进行解密。我希望是这种情况,事实上要是我肯定会赚更多的钱比我现在 !但是,唉,这一项目指的是非常简单的想法 — — 无线 (红外) 通信的 RC5 协议。如果您使用过电视遥控器之前,则很有可能使用过一个传送 RC5 编码命令。在这种情况下,你的电视将充当 RC5 解码器 ;接收红外数据流从您的远程控制,解码它和它已收到的命令行事。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-12 12:56:57下载
- 积分:1
-
目前最强最酷的自动布线器
目前最强最酷的自动布线器-currently the strongest coolest Autorouter
- 2023-03-27 17:00:04下载
- 积分:1
-
ds1302+1602shizh0ng.含闹钟
#include //包含单片机寄存器的头文件
#include //包含_nop_()函数定义的头文件
unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字
sbit SCLK=P2^5; //位定义1302芯片的接口,时钟输出端口定义在P1.0引脚
sbit DATA=P2^6; //位定义1302芯片的接口,数据输出端定义在P1.1引脚 I/O
sbit RST=P2^7; //位定义1302芯片的接口,复位端口定义在P1.2引脚 CE
sbit s1=P1^0; // 时间移位
sbit s2=P1^1; // 时间加
sbit s3=P1^2; //时间减
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-01 14:54:39下载
- 积分:1