文件名称:MouseDocume
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 高*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
算法5.1
1. 输入a,b,ε。
2. 置n=1,h=(b-a)/2,T0=h(f(a)+f(b)).
3. 置F=0,对i=1,2,....n,求
F=F+f(a+(2i-1)h)
4. T=T0+hF.
5.若|T-T0|<3ε,输出I≈T停机 否则置2n=>n,h/2=>h,T=>T0,转步骤3。
程序说明:
本程序暂时支持正弦函数的计算
-Algorithm 5.11. Input a, b, ε. 2. Purchase n = 1, h = (ba)/2, T0 = h (f (a)+ F (b)) .3. Home F = 0, for i = 1,2 ,.... n , and F = F+ f (a+ (2i-1) h) 4. T = T0+ hF.5. If | T-T0 | <3ε, output shutdown unless I ≈ T Purchase 2n => n, h/2 => h, T => T0, turn to Step 3. Procedure Descr iption: This procedure temporarily to support the calculation of sine function
1. 输入a,b,ε。
2. 置n=1,h=(b-a)/2,T0=h(f(a)+f(b)).
3. 置F=0,对i=1,2,....n,求
F=F+f(a+(2i-1)h)
4. T=T0+hF.
5.若|T-T0|<3ε,输出I≈T停机 否则置2n=>n,h/2=>h,T=>T0,转步骤3。
程序说明:
本程序暂时支持正弦函数的计算
-Algorithm 5.11. Input a, b, ε. 2. Purchase n = 1, h = (ba)/2, T0 = h (f (a)+ F (b)) .3. Home F = 0, for i = 1,2 ,.... n , and F = F+ f (a+ (2i-1) h) 4. T = T0+ hF.5. If | T-T0 | <3ε, output shutdown unless I ≈ T Purchase 2n => n, h/2 => h, T => T0, turn to Step 3. Procedure Descr iption: This procedure temporarily to support the calculation of sine function
相关搜索: 正弦函数
(系统自动生成,下载前可以参看下载内容)
下载文件列表
新建 Mouse Document.txt