搜索资源列表
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)
laohuji
- 利用VB的TIMER控件,编一个带投注的老虎机游戏程序。-use VB Timer controls, with a series of slot machines and betting games.
VB中创建超长时间计时器
- VB中创建超长时间计时器, 虽非原创,但很有用。-VB to create long-timer, though not original, but very useful.
Timer(VB)
- 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
timer.ZIP
- 一个关于用VB开发中的timer控件的源代码示例,希望对各位VB初学者有帮助-a vb program for timer ctronl
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!
timer
- 51单片机实现的4路设备工作时间计时器,有C51源码和Proteus仿真文件,还包括VB编写的上位机数据采集程序源码,通过串行口读取设备工作时间数据。-4-way MCS51 hours timer device, a C51 source and the Proteus simulation files, including VB, PC data acquisition program source code, read through the serial port device work
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
32171758Timer(VB)
- VB timer 延时,非常不错,值得推荐。 VB timer 延时,非常不错,值得推荐。-vb timer delay,very nice staff,if you use vb,you must have a look. when you use it, must be carefully.
VB-timer
- if timer time控件 图片控件-if timer
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)