搜索资源列表
dsp2407timer
- a) 参考《TMS320LF240x DSP结构、原理及应用》,弄清TMS320LF2407的定时器功能。 b) 测试定时器Timer1,周期中断0.1秒,并控制灯D2闪烁时间为Ts c) 单步运行程序,观察发光二极管D2的发光情况。 d) 程序装入片外,按“RUN”观察发光二极管D2的发光情况。
字幕滚动及秒表
- 滚动字幕:滚动字幕的窗体为scrollform,在窗体中增加一个计时器Timer1、一个标签控件Label1(字幕)、一个TrackBar1(控制滚动速度)、一个MainMenu1和一个Button。主要功能可以实现字幕滚动;字幕滚动速度调节;字幕字体颜色的更改;字幕内容的更改和还原。核心代码如下: procedure Tscrollform.Timer1Timer(Sender: TObject) begin timer1.Interval:=300-TrackBar1.Position La
setupdemo
- Setup Demo for the special version of windoes Config Timer1 = Pwm , Pwm = 8 , Compare A Pwm = Clear Up , Compare B Pwm = Clear Up , Prescale = 1 to set the PWM registers, just assign a value to the compare A and B registers Compa
timer1
- 时钟的设计,本例实现调用系统时钟,可以定位当前时间,即记录通过菜单按下键盘的时刻。-Clock design, implementation calls in this case the system clock can locate the current time, that record the moment of the menu, press the keyboard.
timer1
- timer -C#使用timespan和timer完成一个简单的倒计时器-timer - C# using the timespan and complete a simple timer countdown