搜索资源列表
vb中的精确定时
- VB自身提供的Timer控件的定时精度太差!补充一个我认为很精确的定时方法,该方法可以 真正精确到毫秒级!-VB own Timer control of the timing accuracy bad! I think that added a very precise timing, the method can really accurate to the millisecond!
Timergho
- 一个增强的Timer库(可以取代VB的Timer控件)-an Enhanced Timer (to be replaced VB Timer Control)
VB中创建超长时间计时器
- VB中创建超长时间计时器, 虽非原创,但很有用。-VB to create long-timer, though not original, but very useful.
Timer
- 此程序更祥细介绍和运用VB的绘图功能设计的指针时钟。
VB小闹钟
- VB小闹钟,主要涉及文本框控制,keypress事件,timer-VB small alarm clock, mainly related to the text box control, keypress, timer
ccrptmr
- 一个很好用的增强的Timer库(可以取代VB的Timer控件).-a good use of enhanced Timer (to be replaced VB Timer control).
7seg
- 模擬微電腦設計-七段顯示器字型~~VB 模擬微電腦-七段顯示器字型做計時器的顯示 -Simulation microcomputer design- Seven-Segment Display Font ~ ~ VB simulation microcomputer- Seven-Segment display font to do the timer display
time
- vb定时小程序 实现定时开关机 新手练习-vb timer applet achieve green hand practice machine timer switch
timer
- 一个vb实现的倒计时器,在计时演讲等方面有用。-Countdown to the implementation of a vb, and Speech, etc. at the time useful.
timer
- vb的一个小时钟程序,可以修改表盘的外观特征,可以修改表的时间间隔设置-vb, a small clock program, you can modify the appearance of the characteristics of the dial, you can modify the time interval setting table
TimerSet
- VB Timer控件的初级应用,对新手很有帮助!-VB Timer control is the primary application of the novice helpful!
VBTimer
- 资料,对初学vb者可供参考学习,vb timer控件的应用 交通灯
Comprehensive-Application-o-VB-timer
- Comprehensive Application of VB timer Comprehensive Application of VB timer-Comprehensive Application of VB timer
Vb-dynamic-lyrics-display
- vb灵活利用timer控件,灵活控制歌曲歌词时间,动态歌词显示。-vb using timer control, flexibility, time flexibility and control song lyrics, dynamic lyrics display.
VB-time
- VB记时器编程的讨论 在很多场合下编程(例如工业控制、游戏)中需要比较精确的记时器,本文讨论的是在VB下实现记时器的若干方法以及它们的精度控制问题。 在VB中最常用的是Timer控件,它的设置和使用都非常方便,理论上它的记时精度可以达到1ms(毫秒)。但是众所周知的,实际上Timer在记时间隔小于50ms之下是精度是十分差的。它只适用于对于精度要求不太高的场合。 -VB timer programming on many occasions to discuss programming
TimeSetEvent
- 这是我用VB写的用 TimeSetEvent函数代替Timer控件的代码, 它可以实现更细微更精确的计时。 如果你的程序有这样的要求,可以参考一下哦。-This is written in VB Timer control with TimeSetEvent function instead of the code, It can achieve more accurate timing is more subtle. If your program
VB-timer-example-source-code
- Visual Basic定时器实例源代码,希望对初学者有所帮助-Visual Basic timer example source code, and I hope to help beginners
vb-Timer
- vb Timer控件制做时间秒计时和时间秒倒计时。-vb Timer control timing and making time seconds Countdown time seconds.
vb-timer(API)
- vb高精度计时,采用QueryPerformanceFrequency、QueryPerformanceCounter API函数读取系统频率和计数,计算出时间,精度很高。- VB high-precision timing, using QueryPerformanceFrequency, QueryPerformanceCounter API function to read the system frequency and count, calculate the time, high a
VB Timer
- VB中仿定时器的多线程实现,使用系统API来实现该功能(Multi-threaded implementation of imitation timer)