CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - numerical integration c code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - numerical integration c code - List
[
Algorithm
]
kexuejisuanchengxu
DL : 0
《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。-"scientific engineering calculation algorithm C language," a code book. C language. Functions were written form can be called directly. Including numerical differentiation, numerical integration, interpolation, equation solving numerical algorithms.
Date
: 2025-12-21
Size
: 576kb
User
:
yyy
[
Algorithm
]
D3
DL : 0
visual c++查过能用数值算法 附带光盘里面的源代码,数值积分-visual c++ checked numerical algorithm can be used with CD-ROM attached inside the source code, numerical integration
Date
: 2025-12-21
Size
: 4kb
User
:
candy
[
Algorithm
]
Liner
DL : 0
线性数值积分c++代码已通过上机验证适合于数值计算学习者编程欢迎下载-Linear numerical integration c++ Code has passed the validation machine is suitable for numerical calculation programming learners welcome to download
Date
: 2025-12-21
Size
: 1kb
User
:
周剑
[
Algorithm
]
ScienceAndEngineeringNumericalAlgorithms
DL : 0
该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book' s source code, which include the common realization of numerical algorithm, including complex calculations, matrix operations, linear equations, nonlinear equations, as well as the margin and the achievement of numerical integration.
Date
: 2025-12-21
Size
: 1.13mb
User
:
王伟
[
Algorithm
]
SYStestNew
DL : 0
C source code for numerical integration and system simulation using the Runge–Kutta methods
Date
: 2025-12-21
Size
: 1kb
User
:
cpeliuj
[
Algorithm
]
NumericalAnalysisByVC
DL : 0
C语言描述的各种计算方法的代码,包括线性,非线性方程组,插值,微分方程,数值积分等常用算法。-C language description of the code of various calculation methods, including linear, nonlinear equations, interpolation, differential equations, numerical integration and other commonly used algorithms.
Date
: 2025-12-21
Size
: 146kb
User
:
Fei Mao
[
Algorithm
]
005
DL : 0
常用的数值计算C代码,包括共轭梯度法、单纯形法、数值积分、最小二乘、最速下降法等。-C code commonly used in numerical calculation, including the conjugate gradient method, simplex method, numerical integration, least squares, steepest descent method.
Date
: 2025-12-21
Size
: 16kb
User
:
Snake
[
Algorithm
]
NumericalRecipesinCWilliam.H
DL : 0
本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。这些程序可在不同计算机的C语言编程环境下运行。 -Book written more than 300 practical and effective numerical algorithm C language program. The contents include: solving linear equations, inverse matrix and determinant computation, polynomial and rational function interpolation and extrapolation, integration and valuation functions, special functions, numerical computation, random number generation, non- linear equations, Fourier transform and FFT, spectral analysis and wavelet transform, statistical description and data modeling, solving ordinary differential equations and partial differential equations, linear prediction and linear predictive coding, digital filtering, Gray code and arithmetic codes. The book is rich in content, structured, is a rare numerical calculations on C language program Daquan. Each chapter in this book are discussed topics related to mathematical analysis, discussion and comparison of algorithms, and algorithm implementation techniques, and gives the standard C language utility. These procedures can be in
Date
: 2025-12-21
Size
: 38.55mb
User
:
何夕
[
Algorithm
]
cSharpnumerical-calculation
DL : 0
一本介绍C#数值计算的书,内容包括复数运算、矩阵运算、线性代数方程组求解、非线性方程组求解、插值、积分等问题,并印有源代码-A description of the book C# numerical calculation, including complex arithmetic, matrix operations, linear algebra equations, nonlinear equations, interpolation, integration and other issues, and printed source code
Date
: 2025-12-21
Size
: 4.29mb
User
:
许从
[
Algorithm
]
tixingjifen
DL : 0
定积分的数值积分的梯形积分法的c++语言代码- Numerical integration of the definite integral of the trapezoidal integral method of c++ language code
Date
: 2025-12-21
Size
: 1kb
User
:
lijiangcheng
[
Algorithm
]
interval-integral
DL : 0
龙贝格法计算数值积分C语言代码。改代码本人亲自编写,代码执行效率高,使用时修改方便,注释详细。-Romberg method of numerical integration of the C language code. Personally written to change the code, code execution efficiency, when used to modify detailed notes.
Date
: 2025-12-21
Size
: 1kb
User
:
ahui
[
Algorithm
]
fuhetixing
DL : 0
数值计算中的复合梯形的方法求积分的c++源代码-Numerical calculation of the composite trapezoidal method for the integration of c++ source code
Date
: 2025-12-21
Size
: 225kb
User
:
陈晨
[
Algorithm
]
Numerical-Recipes
DL : 0
内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving linear equations, inverse matrix and determinant calculation, polynomial and rational function interpolation and extrapolation, integration and evaluation function, the numerical calculation of special functions, random number generation, nonlinear equations, Fourier transform and FFT, spectrum analysis and wavelet transform, statistical description and data modeling, ordinary differential equations and partial differential equations, linear prediction and linear predictive coding, digital filtering, Gray code, and arithmetic codes. The book is rich in content, structured, is a C language program related numerical rare Encyclopedia. Each chapter in this book are about the topics discussed in the mathematical analysis, discussion and comparison algorithm, and the algorithm implementation techniques, and gives the standard C language utility.
Date
: 2025-12-21
Size
: 390kb
User
:
Zhao Jinwei
[
Algorithm
]
shuzhijifen
DL : 0
变补长梯形求积法、变步长辛卜生求积法、自适应梯形求积法、龙贝格求积法等多种数值积分C++源代码-Adaptive quadrature method and trapezoidal romberg quadrature method for multiple numerical integration, such as C++ source code
Date
: 2025-12-21
Size
: 2kb
User
:
张峰
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.