-
三个键盘扫描程序,一个为C编写,另两为汇编,共同学习,一起进步!...
三个键盘扫描程序,一个为C编写,另两为汇编,共同学习,一起进步!-Three keyboard scanning procedures, the preparation of a C, and the other two for the compilation, together with progress!
- 2022-03-23 00:08:56下载
- 积分:1
-
设计程序使一个LED发光管以0.6秒为周期闪烁,即发光管每0.3秒点亮或熄灭一次。
分析题目要求,主要涉及两方面的操作,即控制LED发光管的亮灭以及定时0....
设计程序使一个LED发光管以0.6秒为周期闪烁,即发光管每0.3秒点亮或熄灭一次。
分析题目要求,主要涉及两方面的操作,即控制LED发光管的亮灭以及定时0.3秒。对于LED发光管,只用一个IO就可以控制了(例如使用IOA0);而对于0.3秒定时,我们可以利用TimerA定时器轻易地实现。-The design process of a LED to LED blinking 0.6 seconds for the cycle, that is, every 0.3 seconds LED lit or extinguished once. Analysis of the subject requirements, mainly related to two aspects of the operation, that is, control LED LED light out as well as the timing of 0.3 seconds. The LED light-emitting tube, only one can control the IO (such as the use of IOA0) and for 0.3 seconds from time to time, we can use to easily achieve TimerA timer.
- 2022-03-16 15:40:25下载
- 积分:1
-
学习C51时写的数码灯程序,提供给刚学单片机程序的朋友参考
学习C51时写的数码灯程序,提供给刚学单片机程序的朋友参考-When learning to write C51 digital light process, available to just school friends Singlechip procedure reference
- 2023-08-29 16:50:02下载
- 积分:1
-
路灯监控,能够自动采集路灯实时信息,并自动报警
路灯监控,能够自动采集路灯实时信息,并自动报警-road lamp control road lamp control road lamp control road lamp control road lamp control
- 2022-01-24 16:16:50下载
- 积分:1
-
DDS special chip in the microcontroller and control, and then display
在单片机和DDS专用芯片进行控制,再显示-DDS special chip in the microcontroller and control, and then display
- 2022-04-11 19:11:59下载
- 积分:1
-
用单片机制作的电话遥控装置.用于控制家用电器
用单片机制作的电话遥控装置.用于控制家用电器-MCU production of telephone remote control devices. Used to control household appliances
- 2023-01-17 20:00:04下载
- 积分:1
-
ADuC812与8052模数转换实例 先进的单片机平台 可以做很多东西 比如 光电心率测量仪...
ADuC812与8052模数转换实例 先进的单片机平台 可以做很多东西 比如 光电心率测量仪-ADuC812 and 8052 analog-digital conversion examples of advanced microcontroller platform can do many things such as heart rate Photoelectric Instrument
- 2022-02-05 01:37:53下载
- 积分:1
-
读标准韦根26码的程序,效果不错,只是需要后上电
读标准韦根26码的程序,效果不错,只是需要后上电-Reading standard Wiegand 26 yards of the procedure, good results, but needs power
- 2022-06-27 09:09:11下载
- 积分:1
-
单片机控制的数字温度计程序源码,带1602液晶显示,并实时刷新温度值...
单片机控制的数字温度计程序源码,带1602液晶显示,并实时刷新温度值-Single-chip digital thermometer control procedures for source code, with 1602 liquid crystal display, and real-time refresh temperature
- 2022-08-06 01:15:13下载
- 积分:1
-
51单片机的_中文拼音输入法_c源程序 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_p...
51单片机的_中文拼音输入法_c源程序 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[])
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"}
unsigned char chines_string[100]
sprintf(chines_string,"%s",py_ime(input_string))
}-51 Singlechip _ Chinese Pinyin input method _c source disappeared consultation Pinyin input method function: unsigned char code* py_ime (unsigned char input_py_val []) input_py_val for Pinyin input first code string pointer, and anti-back value of Chinese starting address, as 0:00, dark and quiet consultation, for example the failure of the application: (unsigned char input_string []={ bang ) unsigned char chines_string [100] sprintf (chines_string, s , py_ime (input_string)))
- 2023-08-24 05:00:03下载
- 积分:1