摘要: 1 #include<stdio.h> 2 #include<math.h> 3 4 float lmd=2; 5 6 float fa(float x) 7 { 8 return x-lmd*(x*x*x-3*x-1)/(3*x*x-3); 9 } 10 11 main() 12 { 13 flo 阅读全文
posted @ 2017-01-05 19:32 Kayden_Cheung 阅读(343) 评论(0) 推荐(0) 编辑
//目录