-
51+sl811读写U盘的源程序+原理图.rar
51+sl811读写U盘的源程序+原理图.rar-51 sl811 U disk read and write the source code+ diagram. Rar
- 2022-09-28 04:10:03下载
- 积分:1
-
This procedure is based on the ARM9
本程序是基于ARM9的I2C模块的开发与测试.-This procedure is based on the ARM9-I2C module development and testing.
- 2022-05-20 10:11:35下载
- 积分:1
-
文件系统 文件系统 文件系统 文件系统
文件系统 文件系统 文件系统 文件系统 -File System File System File System File System File System File System File System File System File System
- 2022-03-10 17:05:17下载
- 积分:1
-
神龙卡开发原代码
神龙卡开发原代码-Shenlong Card-source
- 2022-06-02 01:23:11下载
- 积分:1
-
This is used to drive inverter board! Dedication to the U.S.! Please support
这是用于变频器的驱动板!奉献给大家!请支持-This is used to drive inverter board! Dedication to the U.S.! Please support
- 2022-07-25 00:58:47下载
- 积分:1
-
单片机语言C51学习例程,照着编写并烧录,对单片机软件语言学习很有帮助...
单片机语言C51学习例程,照着编写并烧录,对单片机软件语言学习很有帮助-SCM Language KeilC learning routines and trace the preparation and burning of SCM software, language learning very helpful
- 2022-10-12 06:25:03下载
- 积分:1
-
Taxi automatic meter design requirements: 1 meter taxi meter. The meter' s bi...
出租车自动计价器设计
要求:
计一个出租车计价器。
该计价器的计费系统:行程 3公里内,且等待累计时间2分钟内,起步费为10元;3公里外以每公里1.6元计费,等待累计时间2分钟外以每分钟以1.5元计费。
并能显示行驶公里数、等待累计时间、总费用。
-Taxi automatic meter design requirements: 1 meter taxi meter. The meter" s billing system: stroke within 3 km, and the total waiting time of 2 minutes, the starting fee is 10 yuan 3 kilometers away, charging 1.6 yuan per kilometer, waiting outside the aggregate time of 2 minutes to 1.5 yuan per minute billing. And can show the number of road miles, waiting for the accumulated time, the total cost.
- 2023-03-13 10:30:03下载
- 积分:1
-
STR710的ADS下的测试程序,内容丰富,包括各种外设
STR710的ADS下的测试程序,内容丰富,包括各种外设-STR710 ADS under the testing procedures, rich in content, including peripherals
- 2022-01-26 02:04:45下载
- 积分:1
-
USART 蓝牙
更具体地说,我想知道如何等待,并解析请求和响应进行有效的主动。我能想到的方法去做,但我想知道最好的方法。大部分的示例代码,我遇到一个字符串写入,500ms左右的延迟,然后检查响应,修剪的过程中。我想建立一个事件驱动的解决方案。如果无线发射连接事件,我想能够火灾事件处理程序没有callback_connect()为事件发生的投票。为此,我开始用铅笔了,可以运行在UART的中断处理程序的状态机,但进展缓慢…
- 2023-05-20 08:20:02下载
- 积分:1
-
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{...
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
- 2023-08-22 17:30:02下载
- 积分:1