搜索资源列表
跑马灯 VB6
- 利用Timer物件、TextBox和Label等制作跑马灯
7seg
- 模擬微電腦設計-七段顯示器字型~~VB 模擬微電腦-七段顯示器字型做計時器的顯示 -Simulation microcomputer design- Seven-Segment Display Font ~ ~ VB simulation microcomputer- Seven-Segment display font to do the timer display
ATimer
- 高精度定时器,精度达到10ms.可以在VB6中调用,解决VB6中无法满足小于50ms级别的定时问题-High-precision timer, accuracy of 10ms. You can call in VB6 to solve VB6 can not meet the less than 50ms-level timing issues
Applications-draw-beautiful-flowers
- 数学中有三叶玫瑰线(方程为ρ=Asin(3β)、四叶玫瑰线(方程为ρ=Asin(2β)等曲线,这些曲线的极坐标方程很简单,基本形式均为:ρ=Asin(nβ),即任意一点的极半径ρ是角度β的函数;其直角坐标方程为:x=Asin(nβ)cos(β),y =Asin(nβ)sin(β)。 在程序中控制角度β使其从0变化到2π,描出极半径ρ所对应的点,这样就可以绘出漂亮的玫瑰线;当然,n不同所描出的曲线的形状也就不同。 出于好奇,笔者又编写了一些方程,如:ρ=A[sin(nβ)+3 sin(3n
TimerLite
- Mulitimedia Timer in VB6 with Cla-Mulitimedia Timer in VB6 with Class
Timer
- A simple timer template for vb6.
Timer-vb6
- visual basic 编写的窗体倒计时软件-visual basic Timer
nettimecounter
- VB6.0代码编写的网络计时器程序,程序将判断是否已连接到Internet,如果已连接,则计时器自动启动,可对上网时长进行计时统计。测试发现,程序可有太老了,是前几年的,在XP下判断连网有误,所以计时器没有启动,有兴趣的VB源码爱好者修正一下。-VB6.0 code prepared by the network timer program, the program will determine whether to connect to the Internet, if connected,
HL_mmTimer2(VB6-OCX)
- 可以精确到1毫秒的定时器——多媒体定时器ocx控件,1、HighResolutionTimer,2、HL_mmTimer2,两者几乎一样,精度高,但都有个问题:一个进程中只能用一个此种控件!一个工程中只能添加一个控件实例!第二个不执行,但不会导致程序崩溃!本控件采用多媒体定时器包装而成,注意打包时带上"winmm.dll"。 为使VB6能用上它,用VC6封装出DLL,提供API接口,通过发送WM_KEYUP消息到VB6的用户控件触发计时事件-Accurate to 1 millisec
VB6动态折线图
- 将串口通信数据采集代码放到Timer中,将采集来得数据通过ADO对象存入Access数据库。 2、将采集来的数据以时间(x)、数据(y)的结构存入一个结构数组,以便绘制曲线(The serial communication data acquisition code is placed in Timer, and the collected data is stored in the Access database through the ADO object. 2, the collected
VB6.0 打字 指法练习小程序源代码
- VB6.0 编写的一个挺简单的指法练习源代码,随机显示练习题的内容,捕获 keypresses,计算打字练习时间,计算每分钟多少字,计算争取率,每分钟单词数计时器。一些相关的源代码: Private Sub Timer1_Timer() '每分钟单词数计时器 WordsPerMin = 0 PrgressBar1.Value = Val(Len(Lbl_Input.Caption) * 100 / Len(Txt_Article.Text)) '计算打字练习
