摘要:
#include #include //旧版本 固定管线 #include #include using namespace std; const GLdouble twoPi = 6.283185; struct screenPt { GLint x, y; }; typedef enum{ limacon =1, cardioid, threeLeaf, fourLeaf... 阅读全文
摘要:
折线图绘制代码: 运行结果: 柱状图代码: 运行结果: 饼图代码: 运行结果: 阅读全文