文件名称:Lab2
介绍说明--下载内容均来自于网络,请自行研究使用
C++编程实例
//Lab2 迭代法求非线性方程数值分析课本P.93,习题#5
//要求:输出结果用科学计数法表示,小数点后保留8位有效数字
//作者:于涛
//学号:GS1003217
//时间:2011年7月9日-C++ programming examples// Lab2 iterative method for the numerical analysis of nonlinear equations textbooks P.93, Exercise# 5// requirements: the output of scientific notation, decimal to retain 8 significant digits// Author: Yu Tao// Student ID: GS1003217// Time: July 9, 2011
//Lab2 迭代法求非线性方程数值分析课本P.93,习题#5
//要求:输出结果用科学计数法表示,小数点后保留8位有效数字
//作者:于涛
//学号:GS1003217
//时间:2011年7月9日-C++ programming examples// Lab2 iterative method for the numerical analysis of nonlinear equations textbooks P.93, Exercise# 5// requirements: the output of scientific notation, decimal to retain 8 significant digits// Author: Yu Tao// Student ID: GS1003217// Time: July 9, 2011
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Lab2.cpp