摘要: 1 #include <stdio.h> 2 float Fun1(float x); 3 float Fun2(float x); 4 float Integral(float (*f)(float), float a, float b); 5 int main() 6 { 7 float y1, 阅读全文
posted @ 2021-05-27 09:10 油菜园12号 阅读(285) 评论(0) 推荐(0)