摘要: 一、问题描述 二、设计思路 三、程序流程图 四、代码实现 #include <iostream> #include <math.h> using namespace std; int main() { double newt(float a, float b, float c, float d); 阅读全文
posted @ 2023-04-18 19:50 cor0000 阅读(14) 评论(0) 推荐(0)