資源簡(jiǎn)介
計(jì)算方法中的迭代過程加速,在迭代法的基礎(chǔ)上對(duì)其進(jìn)行優(yōu)化設(shè)計(jì)
代碼片段和文件信息
#include?“iostream.h“
#include?“math.h?“
void?main()
{
double?x0x1x2e;
cin>>x0;
cin>>e;
int?k=1;
int?n=100;
int?a=0;
do
{
x1=pow(x0+10.333333333);
x2=pow(x1+10.333333333);
評(píng)論
共有 條評(píng)論