-
Cable system is to send a program, compiled with the hope that useful to everyon...
是有线系统的发送程序,用汇编的,希望对大家有用。-Cable system is to send a program, compiled with the hope that useful to everyone.
- 2022-04-11 18:23:58下载
- 积分: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
-
一个汇编实习作业
一个汇编实习作业-a compilation of practical operation
- 2023-05-20 18:55:03下载
- 积分:1
-
数码管显示交流稳压器,使用9454单片机编写,汇编言语
数码管显示交流稳压器,使用9454单片机编写,汇编言语-Digital display AC voltage stabilizer, the use of 9454 single-chip preparation, compilation of words
- 2023-07-10 08:10:03下载
- 积分:1
-
经典win32汇编语言例子
经典win32汇编语言例子-classic example of assembly language
- 2022-09-14 09:35:03下载
- 积分:1
-
选了一部分比较有代表性的汇编实验题目,都是自己亲手调过的,很有参考价值...
选了一部分比较有代表性的汇编实验题目,都是自己亲手调过的,很有参考价值-More representative selection a part of a compilation of experimental subjects, are transferred off his hand, of great reference value to
- 2022-05-30 03:11:39下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第9章
Windows环境下32位汇编语言程序设计配套书源码第9章-Windows Environment 32-bit assembly language programming package source book Chapter 9
- 2022-07-08 03:30:18下载
- 积分:1
-
making a runing led
这是通过制作一个简单的程序开始代码视觉的一课。
- 2023-07-25 13:00:03下载
- 积分:1
-
ht1621 LCD driver 源码,可做断码显示屏用
ht1621 LCD driver 源码,可做断码显示屏用-ht1621 LCD driver source code can be broken screen with
- 2022-06-16 19:05:32下载
- 积分:1
-
reloj digital con atmega16
reloj digital con atmega16
- 2022-04-08 21:11:01下载
- 积分:1