登录
首页 » C++ » LECalculator

LECalculator

于 2010-12-20 发布 文件大小:70KB
0 198
下载积分: 1 下载次数: 18

代码说明:

  3.1 线性方程组类设计 3.2 全选主元高斯消去法 3.3 全选主元高斯-约当消去法 3.4 复系数方程组的全选主元高斯消去法 3.5 复系数方程组的全选主元高斯-约当消去法 3.6 求解三对角线方程组的追赶法 3.7 一般带型方程组的求解 3.8 求解对称方程组的分解法 3.9 求解对称正定方程组的平方根法 3.10 求解大型稀疏方程组的全选主元高斯-约当消去法 3.11 求解托伯利兹方程组的列文逊方法 3.12 高斯-赛德尔迭代法 3.13 求解对称正定方程组的共轭梯度法 3.14 求解线性最小二乘问题的豪斯荷尔德变换法 3.15 求解线性最小二乘问题的广义逆法 3.16 病态方程组的求解 (3.1 system of linear equations class designs 3.2 to choose the principal element gaussian elimination 3.3 to elect principal element Gauss- when approximately the elimination 3.4 duplicate coefficient equation sets all choose the principal element gaussian elimination 3.5 duplicate coefficient equation sets to elect principal element Gauss- when approximately the elimination 3.6 solve three diagonal line equation sets to pursue the law 3.7 common belt equation set s solution 3.8 solution symmetrical equation set s resolution 3.9 solution symmetrical Zhengding equation set s square root method 3.10 solution large-scale sparse equation set to elect principal element Gauss- when approximately the elimination 3.11 solutions hold the Belize equation set s row article to abdicate House Holland who method 3.12 Gauss- the Seydell repetitive process 3.13 solution symmetrical Zhengding equation set s conjugate gradient method 3.14 solution linearity is smallest two rides the questionThe German m)

文件列表:

LECalculator
............\Complex.cpp,13773,2002-08-30
............\Complex.h,2118,2002-08-29
............\ImagDataDlg.cpp,1071,2002-08-19
............\ImagDataDlg.h,1269,2002-08-19
............\LECalculator.aps,22988,2004-05-27
............\LECalculator.clw,2298,2004-09-07
............\LECalculator.cpp,2147,2002-08-16
............\LECalculator.dsp,4780,2002-09-03
............\LECalculator.dsw,549,2002-08-16
............\LECalculator.h,1390,2002-08-16
............\LECalculator.ncb,107520,2004-09-07
............\LECalculator.opt,66048,2004-09-07
............\LECalculator.plg,2488,2002-09-10
............\LECalculator.rc,7540,2002-09-03
............\LECalculatorDlg.cpp,17035,2002-09-04
............\LECalculatorDlg.h,1855,2002-09-03
............\LEquations.cpp,38881,2002-09-03
............\LEquations.h,2862,2002-09-03
............\Matrix.cpp,73073,2002-09-10
............\Matrix.h,6614,2002-09-02
............\ReadMe.txt,3687,2002-08-16
............\RES

............\...\LECalculator.rc2,404,2002-08-16
............\RESOURCE.H,1517,2002-08-19
............\StdAfx.cpp,214,2002-08-16
............\StdAfx.h,1054,2002-08-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 递推最小二乘
    说明:  一般的最小二乘通常是一次拿到全部的数据, 对所有数据进行统一优化计算得到模型系数。递推最小二乘是以一种递推的方式计算最小二乘,每次使用最新的测量值,来不断更新模型系数。(General least squares usually get all the data at one time, and perform unified optimization calculations on all the data to get the model coefficients. Recursive least squares is to calculate the least squares in a recursive way, each time the latest measured value is used to continuously update the model coefficients.)
    2021-04-24 15:18:47下载
    积分:1
  • fitellipse(two-method)
    我收集的老外编的椭圆拟合算法,C++实现,输入一组XY数据就能求出椭圆参数(I collected foreigner series the oval fitting algorithm, C++, achieve)
    2020-10-16 09:17:29下载
    积分:1
  • InToPost
    INfix to postfix implementation in java
    2010-10-10 15:36:06下载
    积分:1
  • EMD-C
    EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。(EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.)
    2021-02-03 01:10:00下载
    积分:1
  • sma_um
    说明:  Umat Abaqus for plasticity
    2020-06-20 02:40:01下载
    积分:1
  • 最速下降法求解方程组
    说明:  最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the oldest and most classical model for solving machine algorithm. Another commonly used method is the least square method.)
    2019-05-13 21:13:18下载
    积分:1
  • geophysical-field-process-
    本程序集对地球物理场做多种处理 如:2阶及4阶导数,位场转换,不规则密度体重力场计算,竖直圆柱体重磁场计算,用泰勒多项式及最小平方2乘的剩余异常计算,(主要适用于地磁场以及重力场的转换)(FUNCTION : THIS ROUTINE IS USED TO CALCULATE GRAVITY FOR VARIABLE DENSITY OF 2D BIVARIATE TRAPEZOID BODY Function : This program calculate derivation of order 2 and order 4 uesd in Geophysical Field(magmagnetic,gravity field) FUNCTION : THIS ROUTINE IS USED TO CALCULATE GRAVITY FOR VARIABLE DENSITY OF 2D BIVARIATE TRAPEZOID BODY Purpose: Continuation of potential fields (upward and downward continuation ) Function: This program will calculate residual anomaly,)
    2011-07-26 11:17:34下载
    积分:1
  • Dipole-source-grid-method
    改进了跨声速偶极子网格法(TDLM),且在颤振计算中能自动求颤振点速度,从而较大地提高了计算速度,并有利于方法在较大马赫数及较大减缩频率时的应用。(Dipole source grid method)
    2021-01-13 18:58:47下载
    积分:1
  • BEM-acoustic-problems
    别人的程序(Fortran)是关于边界元法求解声学问题。(Someone else' s program (Fortran) is on the boundary element method to solve acoustic problems.)
    2013-12-18 19:50:58下载
    积分:1
  • fftAna
    FFT(Fast Fourier Transformation)是离散傅氏变换(DFT)的快速算法 [1] 。即为快速傅氏变换。它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。(FFT (Fast Fourier Transform) is a fast algorithm of discrete Fourier Transform (DFT). That is fast Fourier transform. According to the odd, even, imaginary and real characteristics of discrete Fourier transform, the algorithm of discrete Fourier transform is improved.)
    2020-06-21 06:00:02下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载