-
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
-
Taught how to use the asm programming, there are many nice examples.
教如何使用asm编程,有很多很好的例子。
- 2022-01-26 01:15:59下载
- 积分:1
-
一个计算程序,能实现加、减、乘、除的计算。该程序接受
的是16进制数。
执行时,需在文件名后直接跟上计算表达式...
一个计算程序,能实现加、减、乘、除的计算。该程序接受
的是16进制数。
执行时,需在文件名后直接跟上计算表达式-a computer program can achieve, plus or minus, by, in addition to the calculation. The program is acceptable to the 16-band number. Implementation required in the file name directly to keep up with the formulas
- 2022-04-16 23:50:37下载
- 积分:1
-
实现8251可编程通信实验的汇编源代码
使用环境是星研集成环境...
实现8251可编程通信实验的汇编源代码
使用环境是星研集成环境-8251 programmable communication experiment to achieve the compilation of source code for the use of the environment is an integrated environment for satellite research
- 2022-06-22 04:24:42下载
- 积分:1
-
是苛性碱大地电磁法介枯地人工基相映成趣会人
是苛性碱大地电磁法介枯地人工基相映成趣会人-so good
- 2022-02-02 19:33:13下载
- 积分:1
-
its about office management system which tells how thing can be managed
its about office management system which tells how thing can be managed
- 2022-07-05 02:29:13下载
- 积分:1
-
小小的BIOS了解BIOS非常好的资料,大家可以学习一下
tiny bios--了解BIOS非常好的资料,大家可以学习一下-tiny bios very good understanding of BIOS data, everyone can learn about
- 2022-06-01 15:34:10下载
- 积分:1
-
51 single
51单片机矩阵键盘扫描扫描之逐行扫描法.asm程序-51 single-chip scan matrix keyboard scanning method of progressive scan. Asm program
- 2022-01-26 08:31:50下载
- 积分:1
-
写eeprom的c语言程序,在msp430单片机x1系列上调试通过
写eeprom的c语言程序,在msp430单片机x1系列上调试通过-EEPROM write the c language program, in the MSP430 family of single-chip debugging through x1
- 2022-06-16 12:28:47下载
- 积分:1
-
fun typing games
好玩有趣的打字游戏-fun typing games
- 2022-01-25 15:21:02下载
- 积分:1