摘要
分形图形是计算机图形中的一个重要分支,它通常是通过递归回溯法实现。本文通过剖析Koch分形曲线算法的实现,来推理其它分形图象(矩形分形曲线、Tree分形曲线、雪花分形曲线)的算法。
The fractal diagram is an important branch of computer diagrams. It is realized through recursive backtracking method. This paper, by analysing the realization of Koch fractal curve algorithm, infers algorithms of other fractal diagrams (rectangular fractal curve, Tree fractal curve, snow fractal curve).
出处
《新余高专学报》
2005年第5期71-73,共3页
Journal of XinYu College
关键词
分形
递归回溯
迭代
koch分形曲线
fractal
recursive backtracking
iterate
Koch fractal curve