-
16位数码管和键盘操作源代码,编译通过的,保证能直接使用
16位数码管和键盘操作源代码,编译通过的,保证能直接使用-16-bit digital control and keyboard source code, compile, and guaranteed to be used directly
- 2022-07-16 20:41:29下载
- 积分:1
-
单片机与上位机的通讯协议,单片机与PC机通讯程序
单片机与上位机的通讯协议,单片机与PC机通讯程序-MCU and host computer communication protocol, microcontroller and PC-communication program
- 2022-04-12 05:50:26下载
- 积分:1
-
松翰单片机写的电磁炉ASM源程序.PCB图和烧写参数
松翰单片机写的电磁炉ASM源程序.PCB图和烧写参数-Sonix Singlechip电磁炉ASM source code written in. PCB map and programmer parameters
- 2022-09-04 18:55:02下载
- 积分:1
-
The solar energy is charged and go against and change and control and include th...
太阳能充电与逆变控制包括电路图和值得参考的内容
- 2022-04-19 04:46:03下载
- 积分:1
-
24c64,存储器c51,I2c驱动程序
24c64,存储器c51,I2c驱动程序-24c64, memory, c51, I2c Driver
- 2022-12-03 18:55:03下载
- 积分:1
-
ARM 44b0x的LCD接口源代码,并且已经调试通过
ARM 44b0x的LCD接口源代码,并且已经调试通过-ARM 44b0x LCD interface source code, debugging and has passed
- 2022-04-19 01:25:37下载
- 积分:1
-
AD977acn的应用电路及源码,使用凌阳的IDE编写的源码,提供底层的驱动。...
AD977acn的应用电路及源码,使用凌阳的IDE编写的源码,提供底层的驱动。-AD977acn circuit and the application source code, the use of Sunplus IDE prepared by the source. for the bottom of the drive.
- 2022-07-25 10:18:20下载
- 积分:1
-
C51强大功能及其高效率的重要体现之一在于其丰富的可直接调用的库函数,多使用库函数使程序代码简单,结构清晰,易于调试和维护,下面介绍C51的库函数系统。
C51强大功能及其高效率的重要体现之一在于其丰富的可直接调用的库函数,多使用库函数使程序代码简单,结构清晰,易于调试和维护,下面介绍C51的库函数系统。-C51 powerful features and its high efficiency in one important manifestation of its rich can directly call the library, multi-use library functions to make the code simple, clear and easy to debug and maintenance, and C51 introduced below the library system.
- 2022-07-19 23:21:39下载
- 积分:1
-
PID方面的资料
PID方面的资料-PID information
- 2022-04-12 19:36:11下载
- 积分:1
-
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片...
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片机实定时/计数器T0来产生700HZ和500HZ的频率,根据定时/计数器T0,我们取定时250us,
* 因此,700HZ的频率要经过3次250us的定时,而500HZ的频率要经过4次250us的定时。
* 2. 在设计过程,只有当按下SP1之后,才启动T0开始工作,当T0工作完毕,回到最初状态。
* 3. “叮”和“咚”声音各占用0.5秒,因此定时/计数器T0要完成0.5秒的定时,对于以250us为基准定时2000次才可以。
*/-/* Procedure detailed functional Introduction:* When pressing the button P3.3, AT89S51 Singlechip a
- 2023-01-12 02:35:03下载
- 积分:1