按键盘上方向键 ← 或 → 可快速上下翻页,按键盘上的 Enter 键可回到本书目录页,按键盘上方向键 ↑ 可回到本页顶部!
————未阅读完?加入书签已便下次继续阅读!
x0=x0…5;
y0=y0…5;
x1=x1+5;
y1=y1+5;
}
settextstyle(DEFAULT_FONT;HORIZ_DIR;2);
outtextxy(150;40;〃How beautiful it is!〃);
line(130;60;480;60);
setcolor(2);
circle(269;269;137);
}
【程序59】
题目:画图,综合例子。
1。程序分析:
2。程序源代码:
# define PAI 3。1415926
# define B 0。809
# include 〃graphics。h〃
#include 〃math。h〃
main()
{
int i;j;k;x0;y0;x;y;driver;mode;
float a;
driver=CGA;mode=CGAC0;
initgraph(&driver;&mode;〃〃);
setcolor(3);
setbkcolor(GREEN);
x0=150;y0=100;
circle(x0;y0;10);
circle(x0;y0;20);
circle(x0;y0;50);
for(i=0;i