-
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
-
U盘原代码,包括FAT16和USB的所有东东都是开放的,请认真看呀.
U盘原代码,包括FAT16和USB的所有东东都是开放的,请认真看呀.-U disk source code, including FAT16 and USB all Dongdong are open, please carefully looked.
- 2022-04-18 06:30:35下载
- 积分:1
-
The source code of a compiled system of assembly language here.you can read the...
汇编编译系统源代码,是用汇编语言编写内附文档,可自行查看-The source code of a compiled system of assembly language here.you can read the inner documents which are writed by assembly language .
- 2022-02-27 07:46:17下载
- 积分:1
-
Program platform package. Support for small
方案平台程序包。支持小尺寸LCM的调试和功能开发。-Program platform package. Support for small-size LCM of debugging and functional development.
- 2022-02-01 01:04:24下载
- 积分:1
-
Automatic sensor module, can automatically flushing toilets. The relatively high...
自动感应器模块,可以自动冲洗马桶.精确的比较高-Automatic sensor module, can automatically flushing toilets. The relatively high precision
- 2022-01-25 23:13:45下载
- 积分:1
-
0到99秒的计时,误差极小,不同一般的DELAY哦.
0到99秒的计时,误差极小,不同一般的DELAY哦.-0-99 seconds of the time, the error is very small and different from other DELAY oh.
- 2022-08-25 15:19:00下载
- 积分:1
-
TC9012
TC9012编码芯片的编码格式及其解码汇编程序-TC9012
- 2023-03-19 05:45:03下载
- 积分:1
-
关于汇编语言教程的合辑。包括Iczelion的Win32汇编教程,ODBC教程,VXD教程,PE教程。以及其他的教程和论述。...
关于汇编语言教程的合辑。包括Iczelion的Win32汇编教程,ODBC教程,VXD教程,PE教程。以及其他的教程和论述。-Assembly language tutorial on合辑. Including the Win32 compilation Iczelion tutorial, ODBC Guide, VXD tutorial, PE curriculum. As well as other tutorials and discussion.
- 2022-04-30 07:51:45下载
- 积分:1
-
T6963C的24064的LCD显示程式
T6963C的24064的LCD显示程式-T6963 24064 of the program LCD Display
- 2022-07-26 22:32:46下载
- 积分:1
-
IA-32汇编原代码,mars算法.相比于c/c++写的原代码,效率更高-IA-32 compilation of the original code, mars algorithm. Compared to c/c++ Write the original code, more efficient
- 2022-04-19 18:54:28下载
- 积分:1