-
SoundSync
好的声文同步程序,值得学习,适合于初学者,给大家共同分享(Good sound text synchronization process, it is worth learning, suitable for beginners, for everyone to share)
- 2010-06-24 18:12:14下载
- 积分:1
-
ic
说明: 本压缩包中详细介绍了电动机的单片机控制的有关方法(The compression package described in detail the single-chip motor control of the method)
- 2008-12-01 15:29:04下载
- 积分:1
-
Ad_da-transformation
ad_da 数电——模电 转换,单片机应用子程序(ad_da transformation)
- 2012-12-19 11:10:05下载
- 积分:1
-
smart-car
在淘宝上购买的毕业论文,价值400的源程序,包含全部文件。一款基于单片机的灭火机器人模型的设计。系统以STC89C52RC单片机为控制核心,创新自制了火焰传感器用来测量火源,使用TCRT5000型光电对管检测循迹黑线,L298驱动电机前后转动,LCD1602液晶显示灭火的次数,通过控制继电器开关风扇灭火。(On Taobao buy thesis, the value of the 400 source code, including all documents. Fire fighting robot model based on a single-chip design. System microcontroller STC89C52RC to control core, innovation homemade flame sensor is used to measure the fire source, tracking black line on the tube use TCRT5000 photoelectric detection, L298 drive motor rotating back and forth, the LCD1602 LCD number of fire-fighting, fire control relay switch fan .)
- 2013-05-16 18:52:49下载
- 积分:1
-
Ccode
此代码是关于利用51单片机实现步进,滞留等程序的参考用。(This code is on the use of 51 single-chip stepper, detention and other procedures for reference.)
- 2016-05-08 19:08:59下载
- 积分:1
-
main
EDA课程设计抢答器的程序,将程序加入仿真电路可直接运行出结果(EDA course design responder programs, add the program simulation circuit can be run directly the results
)
- 2015-05-21 20:28:37下载
- 积分:1
-
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
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
MYeclock
实现stc12c5a60s2单片机电子时钟的时,分,秒等基本功能。(Stc12c5a60s2 achieve single-chip electronic clock hours, minutes, seconds, and other basic functions)
- 2013-08-03 21:01:26下载
- 积分:1
-
扫地机器人设计
自带小范围坐标识别,电机控制,语音控制,红外距离探测,电池充电控制,障碍识别,路径规划的功能,代码是基于单片机实现的!(It has the functions of small area coordinate recognition, motor control, voice control, infrared distance detection, battery charging control, obstacle recognition and path planning. The code is based on MCU.)
- 2020-09-12 19:08:00下载
- 积分:1