mandel

por | 12 mayo, 2011

#include

/* CC
mandel.c/A
link mandel.obj,c:suport.obj,c:clib.obj
*/

main()
{
float b,e,r,n,d;
int h,c;
for(e=1.1; e>-1.2; e-=.1)
{
for(b=-2; b<1; b+=.04) { if ((++c % 76)==0) printf("\r\n"); else printf("%c",h); n=0; h=127; for(r=0; r*r+n*n<4 && --h>32; d=r)
{
r = r*r-n*n+b;
n = 2*d*n+e;
}
}
}
}

Categoría: Nix