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

搜索资源列表

  1. 变步长梯形求积法

    1下载:
  2. 用fortran语言编写的程序,这样可以在fortran系统中直接运行,为大家提供点方便。-using FORTRAN language of the procedure so in FORTRAN operating system directly, to provide a convenient point.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.65kb
    • 提供者:刘文艳
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23.5kb
    • 提供者:周思良
  1. buchangjiasufa

    0下载:
  2. 解决无约束非线性规划问题的直接法,由探测移动和模式搜索交替构成
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8.39kb
    • 提供者:松鼠
  1. matlabcode

    1下载:
  2. 有直接法,间接法,Bartlett法,Welch法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.44kb
    • 提供者:yyb_whu
  1. 分支与界法

    0下载:
  2. 图论中使用分支与界法求解旅行商问题,直接在vc中编译可运行-graph theory with the use of branch and bound for traveling salesman problem, which directly vc compiler can run
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.8kb
    • 提供者:谢继晖
  1. sy3.rar

    0下载:
  2. matlab程序,有约束最优化问题直接法--复合形法,matlab program, constrained optimization problems are the direct method- the complex method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2.09kb
    • 提供者:linfuquan
  1. alglib-3.4.0.cpp

    0下载:
  2. 在求解线性方程组(System of Linear Equations)的算法中,有两类最基本的算法,一类是直接法,即以消去为基础的解法。如果不考虑误差的影响,从理论上讲,它可以在固定步数内求得方程组的准确解。另一类是迭代解法,它是一个逐步求得近似解的过程,-we can use several different methods to obtain a solution. If a unique solution is known to exist, and the coefficient m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1.08mb
    • 提供者:房子
  1. Gauss

    0下载:
  2. 给定三个n阶线性方程组Ax=b,采用列主元素法解线性方程组的直接法。-Given three n-order linear equations Ax = b, out the main element method using linear equations solution of the direct method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:959byte
    • 提供者:曹林
  1. Scientific_Computing_and_C_assembly

    0下载:
  2. 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:346.36kb
    • 提供者:hankl wen
  1. AHP

    0下载:
  2. AHP 层次分析法 层次分析法概述。层次分析法(Analytic Hierarchy Process简称AHP)是美国运筹学家T. L. Saaty教授于70年代初期提出的, AHP是对定性问题进行定量分析的一种简便、灵活而又实用的多准则决策方法。它的特点是把复杂问题中的各种因素通过划分为相互联系的有序层次,使之条理化,根据对一定客观现实的主观判断结构(主要是两两比较)把专家意见和分析者的客观判断结果直接而有效地结合起来,将一层次元素两两比较的重要性进行定量描述。而后,利用数学方法计算反映每
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2.58mb
    • 提供者:billten
  1. calculation_method_Algorithm_Design_and_Implementa

    0下载:
  2. 本电子书包涵了各种算法的MATLAB实现,具体包括插值方法、数值分析、常微分方程的差分法、方程求根、线性方程组的迭代法、线性方程组的直接法等等,还包括习题参考答案和MATLAB文件汇集-The e-book encompasses the MATLAB implementation of various algorithms, specifically including interpolation methods, numerical analysis, ordinary differenti
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3mb
    • 提供者:gongshulei
  1. Gauss_Doolittle

    0下载:
  2. 直接法解线性方程组可以采用Gauss列主元素消去法或直接三角分解法。应具有解决任意阶(n<10)线性方程组的能力,包含以下模块: (1)输入系数矩阵 (2)消元(或分解) (3)回代 (4)输出结果 -自动翻译
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4.33mb
    • 提供者:宋安超
  1. Newtons-Method

    1下载:
  2. 牛顿法的相关资料,包括直接法,krylov子空间法,broyden法-newton iterative methods
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4.19mb
    • 提供者:王铭
  1. Solving-linear-equations

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

    • 发布日期:2017-03-30
    • 文件大小:3.36kb
    • 提供者:小样
  1. gauss

    0下载:
  2. 迭代法也称辗转法,是一种不断用变量的旧值递推新值的过程,跟迭代法相对应的是直接法(或者称为一次解法),即一次性解决问题。-Iterative method, also known as removed France, is a constant value the old value of the variable recursive process, with iterative wears corresponds to the direct method (or the first solu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:946byte
    • 提供者:baoluyao
  1. NR_C301

    0下载:
  2. 数值计算方法,包括插值和拟合、数值微分和数值积分、求解线性方程组的直接法和迭代法、 计算矩阵特征值和特征向量和常微分方程数-Numerical methods, including interpolation and fitting, numerical differentiation and numerical integration of direct methods and iterative methods for solving linear equations, computing
  3. 所属分类:Algorithm

    • 发布日期:2017-06-02
    • 文件大小:13.86mb
    • 提供者:丁伟
  1. solving-linear-equations-solution

    0下载:
  2. 在matlab软件中用直接法求解线性方程组的解,matlab例子程序-Matlab software using the direct method for solving linear equations solution, matlab example program
  3. 所属分类:Algorithm

    • 发布日期:2017-11-01
    • 文件大小:6.95kb
    • 提供者:water wang
  1. bispecd-and--bispeci

    0下载:
  2. 利用直接法和间接法求双谱,有例子,可直接运行-bispecd and bispeci
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.8kb
    • 提供者:zhouxianglian
  1. 高斯消去法

    0下载:
  2. 高斯消去法求解多元方程,完整源代码,可直接执行。(Gauss elimination method for solving multivariate equations)
  3. 所属分类:数学计算

    • 发布日期:2018-01-02
    • 文件大小:3kb
    • 提供者:兔咘咘
  1. 追赶法解三对角矩阵的程序

    2下载:
  2. 追赶法解三对角矩阵的程序,主程序直接调用即可。
  3. 所属分类:数学计算/工程计算

« 12 3 4 5 6 »
搜珍网 www.dssz.com