登录
首页 » 汇编语言 » vb 分形树

vb 分形树

于 2022-01-24 发布 文件大小:5.08 kB
0 111
下载积分: 2 下载次数: 1

代码说明:

  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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PowerPC指令速查,便于学习PowerPC程序设计
    PowerPC汇编指令速查,便于学习PowerPC汇编程序设计-Info compiled PowerPC instructions, easy to learn design PowerPC assembler
    2022-02-27 03:52:42下载
    积分:1
  • delphi内存搜索源码
    修改内存数值流程:1.运行->2.运行游戏>3.打开游戏进程->4.首次搜索一个数值>5.回游戏中让这个数值改变 ->6.按数值增减的情况再次搜索->7.重复步骤5和6直到得到一个或很少的几个结果->8.在这几个结果中判断哪一个是真正的结果
    2023-07-11 22:50:05下载
    积分:1
  • 这个程序主要是为了简单方便的改变屏幕的分辨率。
    这个程序主要是为了简单方便的改变屏幕的分辨率。-This procedure is simple and convenient in order to change the screen resolution.
    2022-03-15 06:28:50下载
    积分:1
  • 武汉理工大学计算机学院 课程设计之乐曲程序源代码...
    武汉理工大学计算机学院 汇编语言课程设计之乐曲程序源代码-Wuhan Polytechnic University computer science curriculum design language compilation of musical source code
    2023-04-13 02:50:04下载
    积分:1
  • 智能小车对红外遥控器的译过程比较容易…
    关于红外遥控智能小车的汇编程序,简洁易懂,希望大家都来看啊!-Smart car on the infrared remote control of the compilation process easier to understand, ah, we want everyone to look at!
    2022-01-25 22:16:35下载
    积分:1
  • Through the AT89C51, can be carried out on the LCD to read and write.
    通过AT89C51,可以对LCD 进行读和写.-Through the AT89C51, can be carried out on the LCD to read and write.
    2022-07-08 19:14:34下载
    积分:1
  • 一个密码程序很好
    一个密码程序很好-a good password procedures
    2022-05-25 15:06:28下载
    积分:1
  • 内置T6963C控制器的LCD实用显示子程序
    内置T6963C控制器的LCD实用显示子程序-built T6963C LCD display subroutine practical
    2023-06-08 14:35:03下载
    积分:1
  • 该源码是利用Image制作小动画,使你的窗体看起来更加漂亮....增加观赏性...
    该源码是利用Image制作小动画,使你的窗体看起来更加漂亮....增加观赏性-source is the use of Image Making small animation, make your windows look more beautiful .... increase spectator
    2023-03-09 06:50:03下载
    积分:1
  • This paper stresses the C language devil language interpretation systems, the de...
    本文主要讲了C语言编写魔王语言解释系统,把魔王抽象的语言通过进队出队按照规则α 转换为 β1β2…βm 和θδ1δ2…δn 转换为 θδnθδn-1… θδ1θ 进行解释,最后解释译成我们能够看懂得语言。同时也讲述了在编写调试程序中一些需注意的问题,如调试程序的步骤。通过队的应用(出队入队)以及其他相关知识完成了这次课程设计。-This paper stresses the C language devil language interpretation systems, the devil of abstract language into the team through the Team in accordance with the rules is converted to α β1β2 ... βm and θδ1δ2 ... δn convert θδnθδn-1 ... θδ1θ explanation, and finally explained to us to look to understand the language. Also described in the preparation of commissioning procedures should pay attention to some issues, such as the debugger steps. Through the application of force (a team into the team), and other relevant knowledge to complete the curriculum design.
    2022-10-15 03:55:04下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载