数值分析_二分法.doc
实验步骤或程序: #include #include using namespace std; void main() { //计算x^3-x-1=0; float a=1,b=1.5; float x; int i; float k;
下载地址
用户评论