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

搜索资源列表

  1. doolitter

    0下载:
  2. 数值分析中的Doolittle选主元素分解法解方程组。-Numerical analysis of selected major elements in the Doolittle decomposition method solution of equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:716
    • 提供者:刘霞
  1. XZY_Doolittle

    0下载:
  2. 算法:利用doolittle分解进行算法,对方程组进行求解。 程序可以直接运行。用户可以对该程序进行小的改动就可以编写成对任意阶数的方程组求解函数。-Algorithms: the use of doolittle decomposition algorithm, the equations to solve it. Programs can be run directly. Users can carry out minor changes to the program you can w
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:897630
    • 提供者:沁心
  1. Doolittle

    0下载:
  2. 利用MATLAB绘制多里特尔图像的程序文件-draw picture
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:618
    • 提供者:徐辉
  1. Doolittle

    0下载:
  2. 这个程序时关于计算机数值方法的一个程序,调试时在VC++6.0环境中。-This program on computer numerical methods for a program when debugging VC++6.0 environment.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:682888
    • 提供者:zhangdw
  1. Gauss_Doolittle

    0下载:
  2. 整合了Gauss消去法、Gauss列主元素消去法和Doolittle三角形分解法,作为三个类,再通过run.cpp测试程序进行调用-Gauss & Doolittle
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4527034
    • 提供者:lxd
  1. DOOLI

    0下载:
  2. Doolittle Method. Technically the reverse of crout method.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2509
    • 提供者:Kuraido
  1. cmath

    0下载:
  2. 选择Cramer算法Gauss列主元Gauss全主元组及Doolittle算法解方程组-Select the pivot column Cramer Gauss algorithm Gauss pivot the whole group and Doolittle algorithm for solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:9849
    • 提供者:shaw
  1. DOOLITTLE2010302710005

    0下载:
  2. doolittle分解源代码我自己写的,只为下载东东。没办法-doolittle decomposition of the source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:748
    • 提供者:韩婕
  1. DOOLITTLE

    0下载:
  2. 主要计算matlab中的三角分解法的、、关于高斯公式-GAUSS to matlab
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:525
    • 提供者:苏宁
  1. DoolittleLU

    3下载:
  2. 用MPI实现的LU分解算法,按照《一种基于DoolittleLU分解的线性方程组并行求解方法》论文里面的通信方式编写,减少进程间同步次数,效率高,论文也打包一并上传了。-Doolittle LU decomposition with MPI
  3. 所属分类:MPI

    • 发布日期:2016-08-27
    • 文件大小:757760
    • 提供者:fa
  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. algorithm-to-linear-equations-(C)

    0下载:
  2. 列主元Gauss消去法、列主元Doolittle分解法、改进的平方根法、追赶法的源代码及程序和示例-The yuan Gauss listed elimination technique listed the primary Doolittle decomposition method the square root of the improvement of the method and procedure after source code and examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:193651
    • 提供者:夏宇宙
  1. Solving-linear-equations

    1下载:
  2. 数值计算第二章编程作业:高斯顺序消元法、列选主元、三角分解法(Doolittle分解、Crout 分解)、全选主元、平方根法、追赶法解线性方程组-Order Gaussian elimination method, column pivoting, triangular decomposition (Doolittle, decomposition, decomposition Crout s), Select the main element, the square root of the
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:8685
    • 提供者:王争
  1. source-code

    1下载:
  2. 五个Fortran程序,分别给出了三角方程组、高斯消去法、选主元消去法、Crout分解、Doolittle分解的程序源代码,给出了驱动函数,适于初学者学习-Five Fortran programs, respectively trigonometric group, Gaussian elimination, pivoting elimination, Crout decomposition, Doolittle, decomposition of the source code gives
  3. 所属分类:Other systems

    • 发布日期:2015-05-08
    • 文件大小:7168
    • 提供者:jiahao
  1. LDLUDU

    0下载:
  2. Doolittle分解,Q=L*R,L是单位下三角;UDU 分解,U是单位上三角阵.Doolittle分解,Q=L*R,L是单位下三角;LDL 分解,L是单位下三角阵(下*对*上)-Doolittle decomposition Q = L* R, L is unit lower triangular UDU ' decomposition, U is the unit upper triangular matrix. Doolittle, decomposition, Q = L* R
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1533
    • 提供者:ting
  1. 11

    0下载:
  2. cout< "--- -----请选择方程解答的方案----------" cout<<"\n 1. 克拉默(Cramer)法则" cout<<"\n 2. Gauss列主元消去法" cout<<"\n 3. Gauss全主元消去法" cout<<"\n 4. Doolittle分解法" cout<<"\n 5. 退出" cout<<"\n 输入你的选择:" -cout
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:3122
    • 提供者:李易
  1. Linear-equations

    0下载:
  2. 解线性方程组的c++程序,实现了克拉默(Cramer)法则,Gauss列主元消去法,Doolittle分解法等多种内容-Solving linear equations, c++ procedures Cramer (Cramer) rule, Gauss-column primary elimination Doolittle decomposition method and other content
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:3469
    • 提供者:宋飞
  1. Yeni-WinRAR-archive

    0下载:
  2. Doolittle method for matlab also includes L-U decomposition.
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:30840
    • 提供者:Aydı n
  1. doolittle

    0下载:
  2. 杜立特尔解方程源代码,研究生数值分析课程内容-Du Li Patel Xie Fang Chengyuan code, Graduate numerical analysis course content
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:2031906
    • 提供者:zhaimaochun
  1. Doolittle

    0下载:
  2. 此文为dolittle分解的源码和相关说明,并有相应的实验结果截图,保证可以运行-This article dolittle decomposition of the source code and instructions, and the corresponding experimental results screenshot, can run
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-27
    • 文件大小:21309
    • 提供者:lucieh
« 1 2 3 45 »
搜珍网 www.dssz.com