计算机图形学上机实验一-画出一个钻石

实验一:使用TC画出一个钻石:code 代码:get #include <stdio.h> #include <graphics.h> #include <math.h> void main() { int gdriver=DETECT,gmode; int r,n,x0=230,y0=230; double arc; int i,j; double x[100],y[100]
相关文章
相关标签/搜索