文章分类 -  计算机图形学

算法实现
摘要:/*编译环境 DEVcpp + EasyX*/#include <graphics.h> // 引用图形库头文件#include<stdio.h>#include<iostream>#include<math.h>using namespace std; const int mySIZE=20;// 阅读全文
posted @ 2022-10-27 16:39 xun道者 阅读(53) 评论(0) 推荐(0)
摘要:/*编译环境 DEVcpp + EasyX*/#include<stdio.h>#include <graphics.h> // 引用图形库头文件#include<iostream>#include<math.h>using namespace std; const int mySIZE=20;// 阅读全文
posted @ 2022-10-27 16:35 xun道者 阅读(92) 评论(0) 推荐(0)