-
自 动 往 返 小 汽 车程序
自 动 往 返 小 汽 车程序-automatic procedures from cars
- 2023-07-17 11:40:02下载
- 积分:1
-
贪食蛇汇编源代码
贪食蛇汇编源代码-Snake compiled source code
- 2022-01-28 08:51:13下载
- 积分:1
-
微机接口课程设计:8255控制交通灯
微机接口课程设计:8255控制交通灯-Computer Interface Design Course : 8255 11111111111111 control traffic lights
- 2022-02-11 10:39:24下载
- 积分: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
-
用来自动测算你在1分钟内的操作次数的即敲击键盘次数
用来自动测算你在1分钟内的操作次数的即敲击键盘次数-Is used to automatically measure your operation within 1 minute the number of keystrokes that the number of
- 2022-07-04 10:21:36下载
- 积分:1
-
bios源代码,请对底层的代码有兴趣看下吧
bios源代码,请对底层的代码有兴趣看下吧-bios source code, the code of the underlying interest Kanxia Bar
- 2023-04-16 01:10:03下载
- 积分:1
-
这是我们实习的源代码,是我们老师提供的,希望对大家有所帮助。呵呵,你们认为呢?...
这是我们实习的源代码,是我们老师提供的,希望对大家有所帮助。呵呵,你们认为呢?-This is our attachment to the source code, is provided by the teachers, we hope to help. Oh, do you think?
- 2023-07-28 08:30:04下载
- 积分:1
-
电子称键盘子程序
电子称键盘子程序电子称键盘子程序电子称键盘子程序电子称键盘子程序电电子称键盘子程序电子称键盘子程序电子称键盘子程序子称键盘子程序电子称键盘子程序
- 2022-05-19 20:59:18下载
- 积分:1
-
用单片机制作的高精度计数器,验证通过,适用于计数场合。...
用单片机制作的高精度计数器,验证通过,适用于计数场合。-Produced using high-precision single-chip counters, authentication is passed, apply to count occasions.
- 2022-11-01 23:40:03下载
- 积分:1
-
ch451显示和四位共阴极数码管1234
ch451显示和四位共阴极数码管1234-ch451 four common cathode display and digital tube 1234
- 2023-01-21 10:15:04下载
- 积分:1