搜索资源列表
fi_treegen10
- vc++ opengl实践分形树 可更改许多的条件 使树木发生变化-vc opengl practice fractal tree to alter the conditions in which many of the trees change
fengchuifenxing
- 风吹分形树:本例采用WIN32 + 字符替换法 模拟从2阶到N阶 经典分形树的实现。而经典的算法采用递归实现。 其中的字符替换法 可作为此类问题的通解-wind fractal tree : the characters WIN32 cases using replacement simulation from two bands of N-classic fractal tree realized. The classic recursive algorithm to achieve. T
fractaltree
- 分形树。java写的分形树,可以调整参数,分形几何很好玩。-fractal tree. Java was the fractal tree, parameters can be adjusted, fractal geometry is a lot of fun.
treedd
- 使用WINDOWS GDI和VC++6.0来实现构造一棵分形树,可以通过改变树的N值来改变树的形态-use Windows GDI and VC 6.0 constructed to achieve a fractal tree, trees can change the value of N to change the form of the tree
FractalCode
- 其中包括了sierpinskin三角分形、分形树以及newton法做的其他一些分形等-including sierpinskin triangular fractal, Fractal trees and chemotherapy Act do some other such Fractal
fractaltreecanfly
- Fractal程序,内含摇曳的递归分形树源代码。双击Debug下的tree.exe文件,程序运行;双击tree.dsw文件,进入编辑环境。-Fractal procedures, see the intron recursive fractal tree source code. Double-click the Debug tree.exe documents, operating procedures; Double-click tree.dsw documents, editing env
fractaltreevc
- 一个分形树的实现算法,简单实用,是用VC实现的,欢迎下载共享-a fractal tree algorithm, simple and practical, with VC's welcome sharing download!
fractalTree
- 自己编写的分形树实现程序,非常有趣,直接运行即可
IFS
- 这里面包含了几个常用的IFS的分形图的绘制方法如枫叶,分形树等。-There are a few commonly used fractal IFS mapping methods such as Maple, fractal trees.
tree
- 分形树算法,简单,适合初学者学习,用c++实现-Fractal tree algorithm, a simple, suitable for beginners to learn, use c++ implementation
left_M
- 内含摇曳的递归分形树源代码。双击Leaf_M.html文件,程序运行;双击Leaf_M.java文件,进入编辑环境。-Recursive includes swaying fractal source code tree. Double-click Leaf_M.html files, program run Leaf_M.java double-click the file, enter the editing environment.
SomefractalimagesofMatlabcode
- 几个分形图的Matlab代码,包括Julia集、koch曲线、Siepbinski垫片、Mandelbrot集、分形树等,用Matlab运行一下试试吧,可以画出非常美丽的分形图,很好玩!-Some fractal images of Matlab code, including the Julia set, koch curve, Siepbinski垫片, Mandelbrot set, fractal tree and so on, using Matlab to run you give
2_16
- 递归分形树的形成,利用递归算法生成分叉树,将这个生成元在每一个层次上不断重画-Recursive fractal tree formation, the use of recursive algorithm to generate bifurcation tree, will the generator on at every level constantly re-draw
GenFraTree
- 包含二维分形树实现算法的一个程序,希望对毕业设计做这个方向研究的同学有所帮助-Contains two-dimensional fractal tree algorithm of a program, would like to do graduate design studies in this direction will help students
8
- 生成规则:以如图8-27n=2所示二叉树为基础,以每个分支为主树干,按照比例递归出另一个二叉树,如图8-27n=3所示。依此类推,便形成了疏密有致的分形树,称为Caley树-Generated rules: in Figure 8-27n = 2 as shown is based on binary tree to each branch of the main trunk, in accordance with the proportion of another recursive bina
Fractal
- 图形学中的基于L文法的分形树及M集的绘制实现-Fratual tree and M
L-System[1].F_tree
- L系统分形树的实现,使用VC++和OpenGL实现的-L system, the realization of the fractal tree, using VC++ and OpenGL implementation
dyqfenxing
- 关于分形压缩的资料。采用的算法是四叉树,很好。有编程基础的能看懂。-Fractal compression on the data. Algorithm is used in four-tree, very good. A programming foundation can read.
tree1
- 1 分形树的递归生成,相对来说比较简单,可以扩展-A fractal tree of recursive, is relatively simple, can be extended
IFS-分形树
- 代码是用Java实现的基于迭代函数系统(IFS)算法的分形树图像。