-
The highest frequency with a digital LED display 9999
51系列单片机用数码管显示外来频率,最高9999,-The highest frequency with a digital LED display 9999
- 2022-05-22 10:50:54下载
- 积分:1
-
有单片机控制的JM1602C液晶显示器汇编程序
有单片机控制的JM1602C液晶显示器汇编程序-MCU has JM1602C LCD assembler
- 2022-02-05 23:40:56下载
- 积分:1
-
用ds18b20+ds1302+89s52做的时钟
用ds18b20+ds1302+89s52做的时钟-With ds18b20+ Ds1302+ 89s52 make clock
- 2022-02-03 10:43:56下载
- 积分:1
-
仿真步骤如下: 1、把3个帖子的内容分别保存为51t9py.c,51t9py_indexa.h,5py_mb.h,放在同一目录下,将51t9py.c加入工程编译...
仿真步骤如下: 1、把3个帖子的内容分别保存为51t9py.c,51t9py_indexa.h,5py_mb.h,放在同一目录下,将51t9py.c加入工程编译 2、由于Keil的模拟串口是单字节显示,汉字显示为乱码,所以要加挂RICHWIN或RichView这种会重新刷新显示的中文平台,或手工刷新屏幕,所以请先到 http://www.pchome.net/dl/chinese.htm 下载RichView,安装运行 3、在Keil环境下可以直接按“Ctrl+F5”键仿真,按“F5”全速运行,切换到在串口依次输入: // 64*.6 426***.5 98*.7 936.3 586.1 4826*.1 9464*.7 64*.6试试:-) 4、按键对应(根据我自己的手机设置的,全部在PC的小键盘操作): -simulation steps are as follows : 1 and 3 respectively, the content of messages posted on the preservation of 51t9py.c, 51t9py_indexa.h, 5py_mb.h, on the same directory, will join the project 51t9py.c compiler 2, Keil is the simulation of single-byte Serial show , the Chinese showed gibberish, so need to add or RichView RICHWIN this show will re-set the Chinese platform, or manual refresh screen, so please download RichView http://www.pchome.net/dl/chinese.htm to install three operations in Central Keil Habitat can be directly "Ctrl+ F5" key simulation, according to the "F5" running full-speed, switched to the ser
- 2022-10-02 01:00:04下载
- 积分:1
-
AT89S52单片机中数码管的循环显示的实现例子,可以让大家清楚看到这么用数码管来显示数字...
AT89S52单片机中数码管的循环显示的实现例子,可以让大家清楚看到这么用数码管来显示数字-AT89S52 MCU cycle of digital tube display examples realize that allows everyone to see so clearly with digital control to display the number of
- 2022-03-25 00:40:31下载
- 积分:1
-
zhx101
红外通信的程序以及使用还有电路的设计大家可以参考使用-ZHX101
- 2022-04-24 04:11:01下载
- 积分:1
-
这是一个本人编写的程序,单片机89C52,主要是通过计量芯片ATT7028测量输入端的电压电流及电压电流间的各个夹角值,比较有用...
这是一个本人编写的程序,单片机89C52,主要是通过计量芯片ATT7028测量输入端的电压电流及电压电流间的各个夹角值,比较有用-This is the one I prepared procedures, 89C52 microcontroller, mainly through measuring chip ATT7028 measuring the input voltage and current, voltage and the current value of various angles, more useful
- 2022-06-18 23:28:55下载
- 积分:1
-
eTPU CODE
FREESCALE MCF52XX eTPU控制三相电机的程序-eTPU CODE
- 2022-07-16 16:32:16下载
- 积分:1
-
AVR官方设计的充电器,为SLA、NiCd、NiMH和Li
AVR官方设计的充电器,为SLA、NiCd、NiMH和Li-Ion电池设计的充电器。-AVR official charger designed for SLA, NiCd, NiMH and Li-Ion battery charger designed.
- 2022-07-28 11:01:30下载
- 积分: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