题解列表

筛选

内部收益率 (C语言代码)

摘要:解题思路:二分法求解近似值注意事项:参考代码:#include<stdio.h>    double cf[30];   int main()  {      int i,j,n;      doub……