CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - method

搜索资源列表

  1. shooting method求解

    0下载:
  2. c++,shooting method求解平板稳态导热问题,请给积分,已经发了两个了
  3. 所属分类:数学计算/工程计算

  1. WLS_MM.rar

    2下载:
  2. 加权最小二乘法&最大最小化优化算法 weighted least-squares + weighted min-max optimization ,Weighted least square method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.38kb
    • 提供者:okboy
  1. Pseudo

    2下载:
  2. This a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods -This is a code of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:4.39kb
    • 提供者:michael yang
  1. SOR

    2下载:
  2. SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.36kb
    • 提供者:罗磊君
  1. QR-method

    0下载:
  2. 本程序是在数值分析中求特征值和特征向量的一种高效算法,叫带双步位移的QR方法,本程序使用C++编写。-This program is used in numerical analysis to get the eigenvalues and eigenvector. This is an efficient algorithm, called a two-step displacement QR method, the program uses C++ to prepare.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1.16kb
    • 提供者:李贺
  1. zuiyouhuashiyanbaogao

    5下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:80.39kb
    • 提供者:ljw
  1. Preconditioned_Conjugate_Gradient_Method

    2下载:
  2. 用C语言写的预处理共轭梯度法求解线性方程组的程序-Preconditioned Conjugate Gradient Method with C Language for solving linear system of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.87kb
    • 提供者:Zhu Liyong
  1. code

    2下载:
  2. 共轭梯度的几种方法对标准函数的测试结果比较 附比较结果-Several conjugate gradient method of function test criteria attached to the results of the comparison results
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1.75mb
    • 提供者:程仕伟
  1. Interior_point_method

    4下载:
  2. 内点法是从可行域内某一初始内点出发,在可行域内进行迭代的序列极小化方法。它仅用于求解不等式约束优化问题。这里列出内点惩罚函数法的六个子程序。 -Interior point method is a feasible region within the initial point of view, the region, where feasible, to carry out the sequence of iterative minimization method. It is only
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:2.92kb
    • 提供者:lrc
  1. Gauss-Seidel-method

    0下载:
  2. In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Frie
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:50.76kb
    • 提供者:Dmitriy
  1. sola_vof

    1下载:
  2. SOLA-VOF program solving Navier-Stokes equation with free surface by volume of fluid method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5.38mb
    • 提供者:Eugene
  1. Hooke-Jeeves

    2下载:
  2. 用Matlab编写的用Hooke-Jeeves方法求函数极小点程序-Written with Matlab using Hooke-Jeeves method of procedure demand function minimizer
  3. 所属分类:Algorithm

    • 发布日期:2015-12-14
    • 文件大小:756byte
    • 提供者:赵乐
  1. SPH

    3下载:
  2. 用SPH方法编写的激波管程序,开发语言C-SPH method used to prepare the shock tube procedures, the development of the language C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:59.06kb
    • 提供者:ostrich
  1. Prony_FFT

    3下载:
  2. Prony方法,一种带吸收衰减因子的“傅立叶”变换。可直接求取信号(如地震数据)的衰减因子,用于油气预测,异常检测等。 Very usefull.-Prony method, a kind of absorption attenuation factor of the
  3. 所属分类:Algorithm

    • 发布日期:2015-06-05
    • 文件大小:845.4kb
    • 提供者:Leo
  1. jacobi

    0下载:
  2. 此代码是数值分析中的jacobi迭代法的实现方法-This code is a numerical analysis of the realization of jacobi iteration method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:864byte
    • 提供者:march
  1. yangtiaochazhi

    0下载:
  2. 样条插值法,了解Hermite插值法、三次样条插值法原理,结合计算公式,确定函数值。-Spline interpolation method to understand the Hermite interpolation, cubic spline interpolation theory, combined with calculation formula to determine the function value.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:23.14kb
    • 提供者:张继江
  1. chol

    0下载:
  2. 这是 对矩阵Cholesky分解 的一种方法的源代码.-This is the Cholesky decomposition matrix of a method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1001byte
    • 提供者:s
  1. SOR

    0下载:
  2. 这是松弛法编程,它是高斯-赛德尔迭代法的一种加速收敛的方法。是大型稀疏矩阵线性方程组的有效解法之一。 -This is the relaxation method programming, it is the Gauss- Seidel iterative method to accelerate the convergence of a method. Large sparse matrix system of linear equations, one effective solutio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.82kb
    • 提供者:顾一新
  1. C++youhuajisuan

    0下载:
  2. 拟牛顿法(变尺度法)DFP算法的c/c++源码,可以通过修改目标函数进行各种计算。-Quasi-Newton method (DFP) DFP algorithm c/c++ Source, you can by modifying the objective function for a wide variety of computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3.97kb
    • 提供者:wangyangpeihua
  1. Finite-Element-method

    1下载:
  2. 有限元方法 交大版 经典教程 内容翔实 适用于土木 机械等学科力学分析-Finite element method Jiaoda informative version of the classic tutorial applies to civil mechanical disciplines, such as mechanical analysis
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-14
    • 文件大小:4.36mb
    • 提供者:liupeng
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com