搜索资源列表
m128
- 这是一个使用M128芯片的多功能仪器,使用了16位的定时器,2路的UART。开发工具为 GCC3.2,PC上机位程序使用VB6开发-It is a multifunctional M128 chip equipment, the use of 16 of the timer, 2 UART Road. Tools for GCC3.2, PC procedures for the use of aircraft development VB6
xingqiong
- 利用OpenGL模拟太阳系星球运转 Title: OpenGL with VB6 Author: Saadat Ali Shah Email: shahji_2000@yahoo.com Environment: VB 6.0, Win98/Me/XP Keywords: OpenGL, multiple viewports, mouse picking Level: Intermediate Category: VisualBasic/Graphics/OpenGL
跑马灯 VB6
- 利用Timer物件、TextBox和Label等制作跑马灯
Timer(VB)
- 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
activex
- Vcl控件目录中为高精度定时器源代码。 Delphi7目录中为activex控件源程序。 Vb6目录中为测试activex控件源程序。 Mytimerprj.ocx文件是一个已经编译好的activex控件,用户可用bwreg32.exe注册该控件直接使用。 -Vcl Control List source code for the precision timer. Activex control for Delphi7 source code directory. Vb6 act
7seg
- 模擬微電腦設計-七段顯示器字型~~VB 模擬微電腦-七段顯示器字型做計時器的顯示 -Simulation microcomputer design- Seven-Segment Display Font ~ ~ VB simulation microcomputer- Seven-Segment display font to do the timer display
MCU-basedsystemforintelligentfrequencymeter
- 介绍了以AT89C2051单片机为核心的智能频率计的设计,利用单片机内部的定时(计数)器完成待测信号周期(频率)的测量。对系统的信号预处理电路、控制电路和显示电路三大部分进行了研究,采用RS232接口电路,利用VB6编程语言实现了PC机串口接收控制程序。-Introduced a single chip AT89C2051 frequency as the core of intelligent design, the use of single-chip internal timer (cou
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
VBTIMER
- 介绍了VB6.0中定时器控件的用途,并结合笔者的两个实例程序加以具体说明。-Describes the use of VB6.0 in the timer control, combined with the author of two examples of procedures specified.
VBgame
- 首先启动VB6.0,新建一个标准的EXE工程。再在属性框中把Form1的ScaleMode属性改为3-Pixel,表明将以像素为坐标计算单位,把Form1的StartUpPosition属性设为2-CenterScreen,使运行时窗体出现在屏幕正中。 现在,在控件面板上选取CommandButton(命令按钮)控件,为Form1添加Command1和Command2、Command3三个按钮控件,把它们的大小设为121×25,再在属性框中把Command1的Caption填为“开始”,把Com
51timer
- vb6.0编写的用于mcs51单片机的定时器初值计算器-vb6.0 prepared for mcs51 microcontroller timer initial value calculator
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.
2013.05.20.Rar
- 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 you are
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)) '计算打字练习
