-
这是一个时钟程序,用VB编写的,本人是VB初学者,有问题的地方请大家多多原谅。也请各位高手们多多指教。...
这是一个时钟程序,用VB编写的,本人是VB初学者,有问题的地方请大家多多原谅。也请各位高手们多多指教。-This is a clock program, prepared by the VB, I VB beginners, problem areas you will excuse me please. Hope you have a master exhibitions.
- 2022-09-30 01:20:02下载
- 积分:1
-
AT89C2051制作红外线多路遥控器,多通道,操作简单
AT89C2051制作红外线多路遥控器,多通道,操作简单-AT89C2051 produced more Luyao infrared controller, multi-channel, simple operation
- 2022-03-16 04:05:48下载
- 积分:1
-
密码锁, 实现密码判断,实现密码更改,实现程序正常结束,实现非软件的准确延时,输入错误3次后自动结束程序,根据操作产生的不同结果配以不同的音效...
密码锁, 实现密码判断,实现密码更改,实现程序正常结束,实现非软件的准确延时,输入错误3次后自动结束程序,根据操作产生的不同结果配以不同的音效
-Password lock, password realize judgment achieve password change, the end of the normal implementation process, the accurate implementation of non-software delay, enter the wrong end of 3 times after the program automatically, under the operation of the different results produced with different audio
- 2022-12-17 03:05:04下载
- 积分:1
-
vb 分形树
Dim xs As Integer
Dim ys As Integer
Dim alph As Single
Dim lng As Single
Dim m As Integer
Const PI As Single = 3.14159265
Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)
Dim x0 As Integer
Dim y0 As Integer
Dim alpha As Single
Dim beita As Single
Dim leng As Single
BackColor = vbWhite
If n > 0 Then
x0 = x + Cos(angle) * length
y0 = y - Sin(angle) * length
picture1.Line (x, y)-(x0, y0), vbbrake
alpha = angle - PI / 8
beita = angle + PI / 8
leng = 2 * length / 3
Call tree(x0, y0, alpha, leng, n - 1)
&nbs
- 2022-01-24 19:06:52下载
- 积分:1
-
电子应答器系统复位后的应答器。提前抢答显示犯规…
电子抢答器 系统复位后进行抢答.超前抢答显示犯规信号-electronic Responder system reset after Responder. Advance Responder shows fouls signal
- 2023-03-16 21:55:03下载
- 积分:1
-
该程序为VB程序,是用于计算出来的坐标需要进行坐标系转换使用.感谢站长...
该程序为VB程序,是用于计算出来的坐标需要进行坐标系转换使用.感谢站长-procedure for the VB program is used to calculate the coordinates of the need for the use of coordinate system conversion. Grateful to the station! !
- 2022-07-14 04:08:13下载
- 积分:1
-
油烟机的程序说明代码 大厂定制 该型号已经生产几W台 程序稳定...
油烟机的程序说明代码 大厂定制 该型号已经生产几W台 程序稳定-smoke machine code description of the procedures for large customized production of the model has several procedures W Taiwan stability
- 2022-03-16 13:18:38下载
- 积分:1
-
带中文字库的128X64是一种具有4位/8位并行、2线或3线串行多种接口方式,内部含有国标一级、二级简体中文字库的点阵图形液晶显示模块;其显示分辨率为128×6
带中文字库的128X64是一种具有4位/8位并行、2线或3线串行多种接口方式,内部含有国标一级、二级简体中文字库的点阵图形液晶显示模块;其显示分辨率为128×64, 内置8192个16*16点汉字,和128个16*8点ASCII字符集.利用该模块灵活的接口方式和简单、方便的操作指令,可构成全中文人机交互图形界面。可以显示8×4行16×16点阵的汉字. 也可完成图形显示.低电压低功耗是其又一显著特点。由该模块构成的液晶显示方案与同类型的图形点阵液晶显示模块相比,不论硬件电路结构或显示程序都要简洁得多,且该模块的价格也略低于相同点阵的图形液晶模块。
-err
- 2022-03-18 07:06:50下载
- 积分:1
-
用汇编语言实现的一个打字练习程序,程序一个..
利用汇编语言实现的一个打字练习程序,程序界面为典型的Dos窗口,当字符从窗口顶端掉下来后,如果按键与该字符相同,字符变为红色,在打字结束后,给出打字的统计结果,在打字过程中按ESC可退出程序-The use of assembly language to achieve a typing practice program, the program interface for the typical Dos window, when the characters fall from the top window, if the button with the same characters, the character turns red, in the typing after the end of typing results is given , in the typing process by pressing ESC to exit
- 2022-02-13 01:56:11下载
- 积分:1
-
读取TXT文档里的GPS数据卡尔曼滤波程序,对于初学者很有帮助...
读取TXT文档里的GPS数据卡尔曼滤波程序,对于初学者很有帮助-TXT file to read GPS data in the Kalman filter procedure, very helpful for beginners
- 2023-01-19 16:45:03下载
- 积分:1