CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 方程组求解

搜索资源列表

  1. C++常用算法之08非线性方程组求解

    3下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book supporting solve nonlinear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:103473
    • 提供者:闻杉
  1. C++常用算法之07线性方程组求解

    1下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套线性方程组求解代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporti
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:104253
    • 提供者:闻杉
  1. 数值计算_病态线性方程组的求解

    0下载:
  2. 这是数值分析的一些作业实验,文件中有详细的文档对理论,实验和算法的说明,用于病态方程组求解的源代码-This is the numerical analysis of the experimental operation, the paper detailed documentation of theory, experiment and the algorithm shows that morbid equation for solving the source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9752
    • 提供者:李琳
  1. 线性方程组求解与方程组性态讨论

    0下载:
  2. 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of differential equations, linear
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:54473
    • 提供者:王军
  1. 线形方程组求解

    0下载:
  2. 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的Gauss消元法是在Gauss消元法上增加了选列主元
  3. 所属分类:并行运算

    • 发布日期:2014-01-17
    • 文件大小:1054
    • 提供者:lz
  1. 非线性方程组求解程序

    2下载:
  2. 非线性方程组求解多种程序
  3. 所属分类:源码下载

    • 发布日期:2011-03-13
    • 文件大小:7488
    • 提供者:chilsma
  1. 正规规方程组求解

    0下载:
  2. 正规方程组求解
  3. 所属分类:源码下载

  1. 偏微分方程组N=4的龙格-库塔方法求解

    1下载:
  2. 偏微分方程组N=4的龙格-库塔方法求解,matlab编程,试过可以
  3. 所属分类:matlab例程

  1. LU分解法求解线性方程组.zip

    1下载:
  2. LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:1582
    • 提供者:倪泰山
  1. zuixiaoerchengfa

    0下载:
  2. 最小二乘法快速解决方程组求解问题 给定方程组系数 旧能快速求出解级-Fast least squares method to solve problems of solving a given equation coefficients used to quickly find the solution level
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:460249
    • 提供者:cai
  1. AlgorithmsforNonlinearEquations

    1下载:
  2. 非线性方程组求解的经典算法,例如牛顿法,两点割线法,最快下降法-Solving nonlinear equations of classical algorithms, such as Newton method,bi-section method,the fastest descent method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12092
    • 提供者:Bingo
  1. xxfcz

    0下载:
  2. 线性方程组求解的三个源程序.rar--Three source codes about linear equations solution( .Rar)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-11
    • 文件大小:9955
    • 提供者:xqiang
  1. Chap07

    0下载:
  2. 计算机常用数值算法与程序(C++版) Chap07 线性方程组求解-Computer numerical algorithm and procedures used (C++ Version) Chap07 solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:26644
    • 提供者:lihui
  1. matlab

    0下载:
  2. 基于matlab的非线性方程组求解的方法-Matlab-based non-linear equation solving methods
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:83380
    • 提供者:蔡宗彣
  1. ScienceAndEngineeringNumericalAlgorithms

    1下载:
  2. 该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book' s source code, which include the common reali
  3. 所属分类:Algorithm

    • 发布日期:2015-02-25
    • 文件大小:1183112
    • 提供者:王伟
  1. xxfczqj

    1下载:
  2. 线性方程组求解的matlab方法,之中包含了两种迭代法-Solving linear equations matlab methods are iterative method contains two
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:901
    • 提供者:张明
  1. SOR

    0下载:
  2. 这是松弛迭代法(SOR)的源代码,对解决线性方程组求解问题很有帮组-This is a relaxation iterative method (SOR) of the source code to solve linear equations to solve the problem is to help group
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:569
    • 提供者:tang lu ming
  1. 实验4-线性方程组求解

    0下载:
  2. 利用fortran语言实现二维现行方程组的求解问题。(Solving problems of linear equations)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:绿的国
  1. DiffParam_SOR

    0下载:
  2. 非线性方程组求解matlab程序,基于DiffParam和SOR的非线性方程组求解matlab例程(Nonlinear equations for solving matlab program, based on DiffParam and SOR nonlinear equations for solving matlab routines)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:qweshpd
  1. 线性方程组求解

    0下载:
  2. 高斯消去法,列主元高斯消去法,LU分解、压缩带状方程组求解(Gaussian elimination)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:昵称李华
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com