搜索资源列表
-
1下载:
龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛卜生公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。 作为一种外推算法, 它在不增加计算量的前提下提高了误差的精度.-Romberg quadrature, also known as successive half acceleration method. It is the trapezoid formula, formula and Cotes formulas Xinbo students the relations
-
-
0下载:
在理解龙贝格算法的基础上,利用MATLAB软件使这种算法程序实现。并以解决一个求解积分题目为直接目的,检验程序的正确性与可行性,推广至同一类型求积公式的解决中。-Understand the basis of the Romberg algorithm, this algorithm program using MATLAB software. And solve the integral subject to solve a direct purpose, the correctness an
-
-
0下载:
计算方法\计算方法程序\longbeige
龙贝格求积法-Calculation method of calculation procedures longbeige Romberg quadrature method
-
-
0下载:
用于求数值积分的龙贝格求积公式!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Used for numerical integration of Romberg quadrature formula! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
-
-
0下载:
在变步长求积过程中的三个加速公式,将粗糙的积分近似值迅速加工成精度较高的积分近似值的求积方法为龙为个求积算法。-Variable step size in order to plot the course of the three accelerated formula rough approximation of the points quickly processed into a high precision quadrature integral approximation method
-
-
0下载:
计算方法中8中典型算法的实现。
jacobi seidal sor 样条插值 自动选取步长 Romberg求积法算法等 -Method of calculating the 8 typical algorithm. jacobi seidal sor automatically selected spline interpolation step Romberg quadrature algorithm
-
-
1下载:
Romberg算法运用C++程序的实现,只要修改被积函数,可以直接求积分-Romberg algorithm using C++ program implementation, as long as the changes have been integrated function, can be directly quadrature
-
-
0下载:
Romberg求积公式,可以达到任意精度。方便使用!基于c++开发。-Romberg quadrature formula, can achieve an arbitrary precision. Easy to use! Based on c++ development.
-
-
0下载:
用两个相邻的近似公式(其中后一个公式是由前一个公式的分半得到的)的线性组合而得到更好的近似公式的方法,就是近代电子计算机上常用的Romberg求积方法,也叫逐次分半加速(收敛)法。-With two adjacent approximate formula (where the latter formula is a formula from the previous one and a half received) is a linear combination of better appro
-
-
0下载:
从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
-
-
0下载:
数值分析计算实习题.复化梯形求积.复化辛普森求积.自适应步长辛普森求积.龙贝格函数求积.-Practical numerical analysis problems. Repeated trapezoidal quadrature. The Simpson quadrature. Adaptive Simpson Quadrature step. Romberg Quadrature functions.
-
-
0下载:
计算机专业数值算法中涉及三次样条插值、Romberg求积和最小二乘算法等内容与源码,非常适合大学计算机专业!-Computer numerical algorithm involves cubic spline interpolation, Romberg quadrature and least squares algorithms such as the content and source, ideal for University computer science!
-
-
1下载:
数值计算积分的C语言实现,包括复化梯形法,复化抛物线,龙贝格求积分-Numerical integration of the C language, including the rehabilitation of the trapezoid method, compound of the parabola, Romberg quadrature
-
-
0下载:
用C++来实现Romberg求积算法,是数值分析里典型的一个算法。-In C++ to achieve the Romberg quadrature algorithm is a numerical analysis in a typical algorithm.
-
-
0下载:
龙贝格求积公式,求解定积分 ,结果很好,准确实现该算法。
-Romberg quadrature formulas to solve the definite integral, the result is very good, accurate realization of the algorithm.
-
-
0下载:
实现龙贝格求积,用龙贝格算法求积分属于数值分析的范围-To realize the dragon office quadrature
-
-
0下载:
使用Visual C++编写的龙贝格求积法,并附有结果截图-The the Romberg quadrature method, written using the Visual C++ with results screenshot
-
-
0下载:
在学大学习数值计算时编写数值算法,本程序是基于C语言编写的Aiteken加速收敛法和romberg求积算法。-Numerical study in school when writing large numerical algorithm, the program is based on the C language Aiteken accelerated convergence method and romberg quadrature algorithms. .
-
-
0下载:
龙贝格求积分,辛普森求积分,梯形公式以及三次样条求积分-Romberg quadrature, Simpson quadrature, trapezoidal formula and cubic spline quadrature
-
-
0下载:
龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛普森公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。 作为一种外推算法, 它在不增加计算量的前提下提高了误差的精度-Romberg quadrature formula, also known as successive half acceleration method. It is based on the relationship between the trapezoidal formula, Simpson form
-