-
12864LCD显示控制 可以显示图形和动画
12864LCD显示控制 可以显示图形和动画-12864LCD display control can display graphics and animation
- 2022-04-07 00:39:23下载
- 积分:1
-
Temperature detection: LAB200 system, temperature sensor simulation
温度检测:LAB200系统下,温度传感器仿真-Temperature detection: LAB200 system, temperature sensor simulation
- 2022-05-25 06:02:23下载
- 积分:1
-
/* 程序详细功能介绍:
* 用AT89S51单片机产生“嘀、嘀、…”报警声从P3.2端口输出,产生频率为1KHz,
* 1KHZ方波从P3.2输出...
/* 程序详细功能介绍:
* 用AT89S51单片机产生“嘀、嘀、…”报警声从P3.2端口输出,产生频率为1KHz,
* 1KHZ方波从P3.2输出0.2秒,接着0.2秒从P3.2输出电平信号,如此循环下去,就形成我们所需的报警声了。
*
* 程序设计方法
*(1.生活中我们常常到各种各样的报警声,例如“嘀、嘀、…”就是常见的一种声音报警声,
* 但对于这种报警声,嘀0.2秒钟,然后断0.2秒钟,如此循环下去,假设嘀声的频率为1KHz,
* 由于要产生上面的信号,我们把上面的信号分成两部分,一部分为1KHZ方波,
* 占用时间为0.2秒;另一部分为电平,也是占用0.2秒;因此,我们利用单片机的定时/计数器T0作为定时,
* 可以定时0.2秒;同时,也要用单片机产生1KHZ的方波,对于1KHZ的方波信号周期为1ms,
* 高电平占用0.5ms,低电平占用0.5ms,因此也采用定时器T0来完成0.5ms的定时;
* 最后,可以选定定时/计数器T0的定时时间为0.5ms,而要定时0.2秒则是0.5ms的400倍,
* 也就是说以0.5ms定时400次就达到0.2秒的定时时间了。
*/
- 2022-05-23 23:28:34下载
- 积分:1
-
定时器中断实验代码, 定时器3进行0.1秒定时,每0.5秒改变一次P2,P3口的值以产生走马灯效果。...
定时器中断实验代码, 定时器3进行0.1秒定时,每0.5秒改变一次P2,P3口的值以产生走马灯效果。-timer interruption experimental code, three timers for 0.1 seconds regularly, every 0.5 seconds to change a P2, P3 to the values I have merry-go-round effect.
- 2022-07-16 13:49:19下载
- 积分:1
-
一个C编的通信程序原代码
一个C编的通信程序原代码-a series of the C source code Communication Program
- 2022-02-02 20:18:39下载
- 积分:1
-
- 2023-03-30 02:15:03下载
- 积分:1
-
AT89C51 produced with 99 seconds Happy tables, suitable for beginners to learn s...
用AT89C51制作的99秒跑马表,适合初学者学习单片机-AT89C51 produced with 99 seconds Happy tables, suitable for beginners to learn single-chip
- 2022-06-16 20:18:51下载
- 积分:1
-
In order to enable the broad masses of the engineering students to understand si...
为了让广大的工科大学生理解单片机应用系统的开发方法,我们特别提供一个中小规模的典型应用案例,我们把具有详细注释的基于AT89C51单片机的心电信号发生器软件供大家参考,不妥之处请大家批评指出,愿此软件能够给你一点帮助,南昌航空大学自动化学院生物医学工程赵文龙供。2008年8月28日。-In order to enable the broad masses of the engineering students to understand single-chip microcomputer application systems development methodology, we are particularly small and medium-sized to provide a typical application case, we have a detailed annotated AT89C51 single-chip microcomputer-based ECG Signal Generator Software for your reference, not properly requested of the U.S. criticism that this software would like to be able to give you a little help, Nanchang University of Aeronautics automation Zhao Wenlong Institute for Biomedical Engineering. August 28, 2008.
- 2023-02-28 14:15:04下载
- 积分:1
-
C51串口输出输入函数
C51串口输出输入函数-C51 serial input-output function
- 2022-04-21 08:55:28下载
- 积分:1
-
Peking University microcontroller tutorials, ppT documents, to learn to self
北京大学的单片机教程,ppT文件,要学的可以自学,-Peking University microcontroller tutorials, ppT documents, to learn to self-learning,
- 2022-07-28 03:17:15下载
- 积分:1