用c++写 爱心曲线
摘要:
#include<iostream>using namespace std; int main(){ // 爱心曲线方程 (x^2+y^2-a)^3 - x^2 y^3 = 0 int a = 1; // 定义绘图边界 double bound = 1.3 * sqrt(a); // x、y坐标变化 阅读全文
posted @ 2023-09-12 14:30 songsonglailou 阅读(123) 评论(0) 推荐(0)
浙公网安备 33010602011771号