-
profiling_lab
SSD6实验,该实验练习指导如何分析测量程序的性能。这个实验完成后,你应该能够
理解如何测量程序的运行时间、
调整你的计划,以更快的知道的重要性(This laboratory exercises guide you how to measure the program’s performance using profiling. On completion of this laboratory, you should be able to
Understand how to measure the program’s running time
Be aware the importance of tuning your program to be faster)
- 2020-11-25 17:29:32下载
- 积分:1
-
HT
说明: HT32F1755单片机基础程序,LCD,延时,定时器等等(HT32F1755 microcontroller-based program, LCD, delay, timers, etc.)
- 2014-05-13 21:00:33下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
clock
时钟程序的编写 这是基于89系列 适用于初学者(clock based on 89C51 you can make a clock by yourself if you want )
- 2012-01-17 14:55:56下载
- 积分:1
-
Mypro
基于atmel studio 6,使用avr128单片机,实现超市导购机器人编程,直流电机结合颜色传感器实现自动巡线,5个舵机,3个自由度(Based on atmel studio 6, using avr128 microcontroller, to achieve the supermarket shopping guide robot programming, combined with the color sensor DC motor automatic transmission line, 5 servos, three degrees of freedom)
- 2013-09-28 22:44:36下载
- 积分:1
-
03-多路ADC转换-模拟串口发送
在stc51单片机上实现对多路ADC、串口的控制例程(Stc51 MCU in the realization of multi-channel ADC, serial control routines)
- 2017-06-24 09:43:15下载
- 积分:1
-
5933
AD5933评估板下位机程序(keil C)和上位机程序(VB)(AD5933 Evaluation procedures under the plan (keil C) and PC (VB))
- 2021-01-28 00:48:35下载
- 积分:1
-
Modbus_HoldStart)
modbus通信程序,可用组态软件的驱动程序开发(modbus communication program, available configuration software driver development)
- 2014-02-22 14:42:15下载
- 积分:1
-
12
按键精灵 刷副本 口袋版 梦幻西游 蓝手指模拟器(QuickMacro brush copy of Pocket Edition Fantasy Westward blue finger simulator)
- 2014-02-21 12:48:02下载
- 积分:1
-
LCD1602显示矩阵按键键值
1602显示源程序 基于51单片机的1602显示矩阵按键键值 按下矩阵键盘显示对应按键号(1602 Display source program,Based on 51 MCU, 1602 display matrix button key value, press matrix keyboard and display corresponding key number.)
- 2018-04-14 17:35:41下载
- 积分:1