-
在51等单片机中使用PC键盘的源码
在51等单片机中使用PC键盘的源码-in 51 other microprocessor using a PC keyboard FOSS
- 2022-01-26 00:46:48下载
- 积分:1
-
工程师在用Keil开发程序时,在代码性能要求较高的场合,需要对代码段的执行时间作统计。比如在做LED显示屏软件扫描程序,或一些定时采集数据程序,如果在软件仿真的...
工程师在用Keil开发程序时,在代码性能要求较高的场合,需要对代码段的执行时间作统计。比如在做LED显示屏软件扫描程序,或一些定时采集数据程序,如果在软件仿真的时候就能够清晰知道代码段的运行时间,那就可以对程序进行优化,或者插入汇编代码(asm)达到最高运行速度。
关键字:Keil DLL C语言 ASM 汇编-engineers in the development process with Keil, the code performance requirements higher occasions, need to block the execution time statistics. For example, in the software do LED scanning procedures, or some regular data collection procedures, If the software simulation time can understand clearly code of the running time, it can process optimization, or insert code compilation (asm2) to achieve maximum speed. Keywords : Keil DLL C language compilation ASM
- 2022-09-10 18:40:02下载
- 积分:1
-
虽然很多人都知道FFT是什么,可以用来做什么,怎么去做,但是却不知道FFT之后的结果是什意思、如何决定要使用多少点来做FFT。...
虽然很多人都知道FFT是什么,可以用来做什么,怎么去做,但是却不知道FFT之后的结果是什意思、如何决定要使用多少点来做FFT。-Although a lot of people know what is the FFT can be used to what to do, how to do, but do not know the results after the FFT is a very mean, how to decide how many points do want to use FFT.
- 2023-02-10 17:45:03下载
- 积分:1
-
凌阳单片机的语音程序3,供学习凌阳单片机的学习者参考
凌阳单片机的语音程序3,供学习凌阳单片机的学习者参考-Sunplus voice SCM three procedures for learning Sunplus SCM reference learners
- 2022-02-07 01:24:51下载
- 积分:1
-
拷拷贝到你的Keil安装目录下的c51in文件夹中。
工程文件中需设置一下:
project...
拷拷贝到你的Keil安装目录下的c51in文件夹中。
工程文件中需设置一下:
project->Option for Target Target1
选Debug页
左侧最下面
Dialog Dll
一般是DP51.DLL,不用修改
Parameter
中是
-P51
在其后加入
-dledkey
即该行看起来应该是这样的:
-p51 -dledkey
保存即可
进入调试后,点击:Peripherals,其中多出一个“键盘LED实验仿真板”选择该项即可。-emboss your copy of the Keil installation directory under the decoder bin folder. The project document to be provided as follows : project-gt; Option for Target Target1 election Debug bottom of the left page is generally Dialog Dll DP51.DLL, need not be amended Parameter is- P51 add after-dledkey that the bank should look like this :-p51-can be preserved into dledkey to debug and click : Peripherals, in which more than a "keyboard LED simulation board," which can be chosen.
- 2022-01-25 15:16:05下载
- 积分:1
-
- 2022-12-04 09:00:03下载
- 积分:1
-
在做一个单片机系统时,常常会遇到这样那样的数据采集,在这些被采集的数据中,
大部分可以通过我们的I/O 口扩展接口电路直接得到,由于51 单片机大部分不带A...
在做一个单片机系统时,常常会遇到这样那样的数据采集,在这些被采集的数据中,
大部分可以通过我们的I/O 口扩展接口电路直接得到,由于51 单片机大部分不带AD 转换
器,所以模拟量的采集就必须靠A/D或V/F 实现。下现我们就来了解一下AD0809与51 单
片机的接口及其程序设计。
- 2023-02-08 17:20:04下载
- 积分:1
-
单片机音乐通过控制高
单片机播放音乐 通过控制高低电平让蜂鸣器发出不同的声音 做相应的延时实现节拍
开发环境是keil-SCM music by controlling the high-low so that the buzzer sounds different delay accordingly to achieve the beat
- 2022-07-16 10:24:41下载
- 积分:1
-
MipsCPU based on the UART communication procedures, in the u
基于MipsCPU的UART通讯程序,在u-boot下运行。-MipsCPU based on the UART communication procedures, in the u-boot run.
- 2022-01-25 13:59:45下载
- 积分:1
-
/// ////单端输入,定时启动,由T2定时,选择AIN0.3为ADC0转化通道////////////////
//////single.c//////...
/// ////单端输入,定时启动,由T2定时,选择AIN0.3为ADC0转化通道////////////////
//////single.c///////////////////////////////////
#include "lcd.h"//笔者所写的LCD显示头文件,具体见LCD章节
/*若读者没有条件使用"lcd.h"的各显示和键盘函数,则可在lcd.h文件中如下定义:-/////// Single-ended input, time to start, by the T2 timer, select AIN0.3 for ADC0 conversion channel ////////////////////// single. c ///////////////////////////////////# include
- 2022-12-01 08:00:03下载
- 积分:1