搜索资源列表
AutoShowTime
- 工程师在用Keil开发程序时,在代码性能要求较高的场合,需要对代码段的执行时间作统计。比如在做LED显示屏软件扫描程序,或一些定时采集数据程序,如果在软件仿真的时候就能够清晰知道代码段的运行时间,那就可以对程序进行优化,或者插入汇编代码(asm)达到最高运行速度。 关键字:Keil DLL C语言 ASM 汇编-engineers in the development process with Keil, the code performance requirements higher o
11
- 该代码为温度控制系统的一个上位机程序,可以采集单片机上传的温度值,并绘出温度曲线,可以通过该程序修改单片机上的温度设定值,有各种参数统计功能-The code for the temperature control system of a host computer program that can capture the temperature microcontroller to upload, and draw the temperature curve, you can modify t
UCOS-II----IAR4.42-
- 开发环境:EWARM mcu:STM32 UCOS-II移植(IAR4.42版本) 本工程的代码存放在FLASH中(0x08000000~0x0801ffff,共128KB),堆栈和数据放在RAM中(0x20000000~0x20004fff,共20KB)。 本工程共6个任务: 任务名 优先级 功能 AppTaskStart()"Start Task" 3 初始化uC/TCP-IP,触发LED AppTaskKbd() "Keyboard" 4 读取按键和J
Lena_-image-information-entropy
- lena 图像信息熵 分为统计独立和非统计独立(二元联合熵)的代码,所用图像为256*256bmp-Lena image information entropy divided into statistical independence and non statistical independence (two yuan joint entropy) code, image using 256*256bm
24C04开机次数统计的设计
- 24C04开机次数统计的设计实例,不含代码