2025年1月3日
摘要: `#include using namespace std; double func(double x, double y)//自定义函数 { if (x == 0) return 1; return y - (2 * x) / y; } void 龙格库塔(double a,double b,in 阅读全文
posted @ 2025-01-03 15:39 诗酒古今 阅读(106) 评论(0) 推荐(0)