黄金分割法C语言程序

黄金分割法C语言程序#include 《math.h》 #include 《stdio.h》 #define f(x) x*x+5*x+8 double calc(double *a,double

腾讯文库黄金分割法C语言程序