skip to main
|
skip to sidebar
Fractals
Friday, July 17, 2009
XOR - Peano filigree
# include ;
# include ;
# include ;
int x,y;
int gd,gm;
void main(void)
{
clrscr();
initgraph(&gd,&gm,"c:\\bc\\bgi");
for(x=0;x < getmaxx();x++)
for(y=0;y < getmaxy();y++)
{
putpixel(x,y,(x^y)%2);
}
getche();
closegraph();
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Labels
Farey - XOR - Fractals: Sierpinski gasket and Peano
(1)
XOR - Peano filigree
(1)
XOR - Sierpinski gasket
(1)
XOR Sierpinski Fractal
XOR Sierpinski Fractal
Blog Archive
►
2010
(1)
►
December
(1)
▼
2009
(3)
▼
July
(3)
XOR - Sierpinski gasket
Farey - XOR - Fractals: Sierpinski gasket, Peano
XOR - Peano filigree
About Me
BOCUT Adrian Sebastian
Thank you for visiting my blog, if you are interested in some topics from the blog or have remarks/questions, please send them at: bocutadriansebastian <@> yahoo <.> com .
View my complete profile
No comments:
Post a Comment