2013年9月11日

Mandelbrot和Julia

摘要: 概述mandelbrotjuliaMandelbrot对全体复数z,满足xn+1 =xn2 + z从x0 = 0起,|x|随n值增加不趋于无穷大,则z属于Mandelbrot集代码#include int g_width, g_height;/*********************************input: z = a + bi MaxIteration,迭代次数上限output: 灰度级n*********************************/int GrayLevel(double a, double b, int MaxIteratio... 阅读全文
posted @ 2013-09-11 15:48 金融挨踢狗 阅读(307) 评论(0) 推荐(0)