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

搜索资源列表

  1. Solving-linear-equations

    0下载:
  2. 利用C语言编写线性方程组直接法的源程序,通俗易懂,不用手算,方便快捷。- 允许输入拉丁字符的拼音 中文(简体) 英语 日语 Written in C language source of linear equations of the d
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3445
    • 提供者:小样
  1. iterative-method

    0下载:
  2. 利用c语言编写了迭代法解线性方程组的源程序,大大简化了计算量。-Use the C language source code of the iterative method for solving linear equations, which greatly simplify the calculation, suitable for solution of complex equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3539
    • 提供者:小样
  1. solution

    0下载:
  2. 实现求解方程组的高斯消去法 利用编制的算法求解给定的线性方程组; 和MATLAB内置的命令进行比较 -Solving the equations of the Gaussian elimination method The preparation of the algorithm for solving linear equations given And the MATLAB built-in command to compare
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2845
    • 提供者:jenny
  1. iteration

    0下载:
  2. 利用Matlab 实现求解方程组的 Jacobi 迭代法; 利用Matlab 实现求解方程组的 Gauss-Seidel 迭代法; 利用编制的算法求解给定的线性方程组; -Matlab Jacobi iterative method for solving equations Use of Matlab for solving the equations of Gauss-Seidel iteration method The preparation of the alg
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:60349
    • 提供者:jenny
  1. Newton

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-Conjugate Gradient method (Conjugate Gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:516
    • 提供者:兰中周
  1. gongetidufadshuzhixingzhi

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数-Conjugate Gradient method (Conjugate Gradien
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:722
    • 提供者:兰中周
  1. solution-of-linear-equations

    0下载:
  2. 第11章 解线性方程组的直接法.zip。是从书中光盘里直接拷贝的代码,放在这里,与大家共享,共同交流,希望对大家有帮助。-Chapter 11 the direct method of solution of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:8348
    • 提供者:空悟
  1. linearequationsthe-iterative-method

    0下载:
  2. 第12章 解线性方程组的迭代法.zip。是从书中光盘里直接拷贝的代码,放在这里,与大家共享,共同交流,希望对大家有帮助。-Chapter 12 solution of linear equations of the iterative method
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:10118
    • 提供者:空悟
  1. VB-Arithmetic

    0下载:
  2. VB算法大全,包含线性方程组、插值、数值积分、函数逼近、极值及优化等等常用算法-允许输入拉丁字符的拼音 请键入文字或网站地址,或者上传文档。 取消 VB suànfǎ dàquán, bāohán xiàn xìng fāngchéng zǔ, chāzhí, shùzhí jīfēn, hánshù bījìn, jí zhí jí yōuhuà děng děng chángyòng suànfǎ 中文(简体) 英语 日语 Alpha VB algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5915488
    • 提供者:steven
  1. Solution-of-linear-equations

    0下载:
  2. 其中的相应程序为实现解决线性方程组的相应的方法,程序测试正确。-Corresponding procedures for the realization of the appropriate method to solve linear equations, the correct program testing.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5021
    • 提供者:jh
  1. solving-linear-equations

    0下载:
  2. 利用顺序消元法和列主元消元法,分别解线性方程组。-Using the order of elimination method and main-element elimination method for solving linear equations, respectively.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1085
    • 提供者:刘云
  1. Dolittle

    0下载:
  2. 本程序通过实现Doolittle分解的方法来完成线性方程组求解的问题-This source file include a C++ source file to solve AX=B problem with Doolittle Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:909
    • 提供者:张江彬
  1. RunAfter

    0下载:
  2. 本程序实现了线性方程组直接求法中的追赶法,来实现特殊的方程组的求解,速度快,代码短。-This file include a C++ source file to solve some special equations with high speed and short codes.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:809
    • 提供者:张江彬
  1. Gauss_autoamanual

    0下载:
  2. 选列主元的高斯消元法求解线性方程组,c++程序-Gaussian elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2101675
    • 提供者:张英丽
  1. SSSSSSSSSSSSSSSSSSSSSSSSSSSSS

    0下载:
  2. 双共轭梯度法 广泛适用的线性方程组求解方法-S t r u e t u r e o f th e C o m p l e x b i 一 C o n j u g a t e G r a d ie n t M e th o d
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:408725
    • 提供者:ggray
  1. linear

    0下载:
  2. 高斯法解线性方程组。VS2008下编译通过,可解任意多元一次方程组。-Gaussian method solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:86570
    • 提供者:sijidashi
  1. jacobi

    0下载:
  2. 用雅各比迭代法求解线性方程组的并行计算实现程序-Jacoby iterative method for solving linear equations of the parallel calculation program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2137
    • 提供者:zhangli
  1. Solve-the-equation

    0下载:
  2. 运用matlab求解一般代数方程、线性方程组、线性微分方程、非线性微分方程的源代码-Using matlab to solve common algebraic equations, linear equations, linear differential equation and nonlinear differential equation of source code
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:88987
    • 提供者:王菲茵
  1. SOR

    0下载:
  2. 解线性方程组的SOR(超松弛)方法的matlab代码实现-Solution of linear equations of the SOR code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:596
    • 提供者:李莎
  1. G-s

    0下载:
  2. 异步步迭代求解,利用高斯迭代原理。求解线性方程组的解。-Synchronous iterative solution
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:534
    • 提供者:杨超
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com