搜索资源列表
KOCH曲线生成代码
- KOCH曲线生成代码。从一条直线段开始,将线段中间三分之一部分用等边三角形的两条边代替,形成具有 5个结点的图形,在新的图形中,又将图中每一直线段中间的三分之一部分都用一等边三角形的两条边代替,再次形成新的图形。-Snowflake type KOCH curve generation code。( Write a Matlab program to produce a first dimensional Koch curve)
snow
- matlab画的科赫雪花曲线,非分形算法,简单易懂-matlab painting Koch snowflake curve, an improper shape algorithm, easy to understand
snowflake
- 对一个等边三角形,每条边按照Koch曲线的方式进行迭代,产生的分形图称为Koch雪花。编制程序绘制出它的图形,并计算Koch雪花的面积,以及它的分形维数-An equilateral triangle, each edge iterations, in accordance with the manner of the Koch curve generated fractal images is known as the Koch snowflake. Programmed to draw it
koch
- 递归koch算法 用于生成雪花图形,是一个简单的使用递归算法实现Koch的程序,其中使用了graphics.h实现绘图操作-Koch snowflake recursive algorithm used to generate the graph is a simple recursive algorithm to use Koch s procedures, which use a drawing operation to achieve graphics.h
Koch
- 科赫曲线又称为雪花曲线,一种外形像雪花的几何曲线,是分形曲线中的一种。本代码利用迭代的方式绘制科赫曲线-Koch snowflake curve, also known as curve looks like a snowflake geometric curve is a fractal curve. The code to use an iterative approach to draw Koch curve
Fractal-iteration
- 迭代与分形,用matlab画koch雪花以及其他一些和迭代与分形有关的图形。-Fractal iteration, using matlab draw koch snowflake and some other related and iterative fractal graphics.
matlab-
- matlab分形(Sierpinski垫片、Koch 雪花、分形树)-matlab fractal (Sierpinski gasket, Koch snowflake, fractal tree)