-
微波炉的代码说明 LCD显示 生产机型 名厂定制
微波炉的代码说明 LCD显示 生产机型 名厂定制-microwave ovens code shows LCD production aircraft manufacturers Customization
- 2022-06-27 13:46:05下载
- 积分:1
-
试下发的上来不,同时,哎哟,搞点资料哦,好难
试下发的上来不,同时,哎哟,搞点资料哦,好难-Examination of the table is not issued at the same time, Oh, come up with something the information Oh,好难
- 2022-06-30 13:29:22下载
- 积分:1
-
接口课程设计,红绿灯2006.3.10DATA SEGMENT
LEDTAL DB 3FH,06H,5BH,4FH,66H,6DH,7DH,07H,7F...
接口课程设计,红绿灯2006.3.10DATA SEGMENT
LEDTAL DB 3FH,06H,5BH,4FH,66H,6DH,7DH,07H,7FH,6FH,0H-interface curriculum design, traffic lights SEGMENT DATA 2006 .3.10 LEDTAL DB 3FH, 06H, 5BH, 4FH, 66H, 6DH, NAS, 07H, 7FH, 6FH, OH
- 2022-03-30 00:57:40下载
- 积分:1
-
三相电机调速程序,集成了AD,系统初始化,结构化。可以作为电机控制的参考...
三相电机调速程序,集成了AD,系统初始化,结构化。可以作为电机控制的参考-three-phase motor procedures, the AD integration, system initialization, structured. As motor control reference
- 2022-05-17 06:01:21下载
- 积分:1
-
at89s51控制飞利浦高频头接收有线电视的源程序
at89s51控制飞利浦高频头接收有线电视的源程序-Philips AT89S51 control cable TV tuner to receive the source code
- 2022-08-12 07:00:14下载
- 积分:1
-
MASM32汇编工具的帮助文件,是学习WIN32汇编的必备工具文档。
MASM32汇编工具的帮助文件,是学习WIN32汇编的必备工具文档。-Assist the compilation of the instrument MASM32 documents are compiled WIN32 study documents an essential tool.
- 2022-01-26 05:27:19下载
- 积分: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
-
简易的汇编电子琴程序,在通用的PC下运行,没有什么外观可言,通过键盘字母实现按键发声...
简易的汇编电子琴程序,在通用的PC下运行,没有什么外观可言,通过键盘字母实现按键发声-Simple compilation of flower procedures, the common PC running under no appearance at all, through the keyboard keys letters realize voice
- 2023-05-30 22:00:03下载
- 积分:1
-
汇编语言做的 俄罗斯方块 演示
汇编语言做的 俄罗斯方块 演示-compilation of the Russian language to block demonstrations
- 2022-03-22 19:54:29下载
- 积分:1
-
that the procedure was used to dynamic changes in the Form of Control. Facilitat...
该程序是用来动态增减窗体上的控件的.方便在不同情况使用时去掉一些控件-that the procedure was used to dynamic changes in the Form of Control. Facilitate the use of different circumstances remove some controls ..
- 2022-06-30 08:28:17下载
- 积分:1