搜索资源列表
FOR1
- Fortran常用算法程序集-徐士良(著),本书讲解了各种数值计算方法及其程序实现,此为程序第一部分。-Fortran algorithms procedures set-XU Shi-liang (a) The book on the various numerical methods and procedures to achieve this first part of the procedure.
yuanma
- 数值计算方法解方程组实例,利用Gauss-Seidel迭代法解方程组
nr
- 《数值分析方法库》(Numerical Recipes)PDF
newton
- 牛顿迭代法求非线性方程,是数值就散方法课上的作业。-Newton iteration for nonlinear equations is the numerical method on the loose class operation.
Csharpshuzhijishuan
- C#编写的数值计算方法,线性插值,龙贝格算法,《C#数值计算方法》的配套书-C# prepared by numerical method, linear interpolation, Romberg Algorithm, " C# Numerical Calculation Method" book package
Fluentcode
- 详细的Fluent软件使用说明,有限元数值方法使用典型例子。-detailed Fluent software descr iption,classical FEM example.
wxjsjyl
- 现代计算机是微电子学与计算数学相结合的产物。微电子学的基本电路元件及其逐步向大规模发展的集成电路是现代计算机的硬件基础,而计算数学的数值计算方法与数据结构则是现代计算机的软件基础。 -Modern computer science and computational mathematics microelectronics product of the combination. Microelectronics basic circuit elements and their progres
specfunc
- 特殊函数程序集,包含了特殊函数的零点,倒数等的数值计算方法-Special function assembly, including a special function zero, numerical methods such as reciprocal
language12-17casesofactual
- 实例12 简单的计算器 实例13 时钟程序 实例14 华氏温度和摄氏温度的相互转换 实例15 SimpleDebug函数应用 第2部分 数值计算与数据结构篇 实例16 常用的几种排序方法 实例17 广度优先搜索及深度优先搜索-Instance 12 Simple calculator Instance 13 Clock program Instance 14 Fahrenhe
cubic_spline
- 属于数值分析领域,三次样条插值是一个特殊的插值,它比其他插值的精度都要高。此为方法及算例-In the mathematical field of numerical analysis, spline interpolation is a form of interpolation where the interpolant is a special type of piecewise polynomial called a spline. Spline interpolation is pre
dynamics_MATLAB_programs
- 本程序为《Advanced Dynamics Analytical and Numerical Calculations with MATLAB》源代码,用数值方法求解高等分析动力学的程序。-The procedure for the " Advanced Dynamics Analytical and Numerical Calculations with MATLAB" source code, using numerical methods for solving dyn
Monte-Carlo
- Monte Carlo 法不同于前面几章所介绍的确定性数值方法,它是用来解决数学和物理问题的非确定性的(概率统计的或随机的)数值方法。-Monte Carlo method is different the deterministic numerical methods described in previous chapters, it is non-deterministic physics and mathematics to solve problems (statistical pr
matlab
- 数值方法(matlab)第四版源码,特别全,而且没有语法错误。特别好用-Numerical Methods (matlab) fourth edition of the source, particularly full, and no grammatical errors. Particularly useful
7854
- 滤波求和方式实现宽带波束形成,该函数用来计算任意函数的一阶偏导数(数值方法),关于小波的matlab复合分析。- Filtering summation way broadband beamforming, This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Matlab wavelet analysis on co
iumer
- 利用最小二乘法进行拟合多元非线性方程,MinkowskiMethod算法 ,该函数用来计算任意函数的一阶偏导数(数值方法)。- Multivariate least squares fitting method of nonlinear equations, MinkowskiMethod algorithm, This function is used to calculate the arbitrary function of the first order partial derivati
gen-V3.0
- 本程序的性能已经达到较高水平,信号维数的估计,该函数用来计算任意函数的一阶偏导数(数值方法)。- The performance of the program has reached a high level, Signal dimension estimates, This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods).
fen_v32
- 包含收发两个客户端的链路级通信程序,该函数用来计算任意函数的一阶偏导数(数值方法),正确率可以达到98%。- Contains two clients receive link-level communications program, This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Accuracy can r
第一章
- 本文件用于矩阵分解的直接算法,针对徐树方老师的《数值线性代数》课后第一章练习题(This document is used for matrix decomposition of the direct algorithm, for teacher Xu Shufang's "Numerical Linear Algebra" after the first chapter exercises)
金融数量分析——基于MATLAB编程(第4版)@郑志勇
- 本书注重理论与实践相结合,通过实际案例和编程实现让读者理解理论在实践中的应用;同时还充分强 调“案例的实用性、程序的可模仿性”,且在案例程序中附有详细的注释。例如,投资组合管理、KMV模型计 算、期权定价模型与数值方法、风险价值VaR的计算等案例程序,读者可以直接使用或根据需要在源代码基 础上进行修改使用。(This book pays attention to the combination of theory and practice, through practical cases and
弹性力学平面问题边界元法计算程序(姚振汉 边界元法 源代码)
- 此程序有线性、二次、三次插值的直线单元、圆弧单元,以及二次等参曲线单元,每个边界线段除等分外、还可等比划分,还有两端加密或中部加密的对称型等比划分等功能,可以根据问题的特性合理划分边界单元,建立最合理的边界元计算模型。程序中对于弱奇异积分通过变换求得解析积分,柯西主值积分用刚体位移法处理,同时对于非奇异积分采用了等精度高斯积分,因此计算精度优于一般的边界元程序,更优于有限元等其他数值方法。