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

搜索资源列表

  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
    • 文件大小:1395
    • 提供者:罗磊君
  1. MPI-Matrix

    2下载:
  2. 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-11-16
    • 文件大小:11322
    • 提供者:不死鸟
  1. gauss

    2下载:
  2. 这是用Fortran语言编写的高斯消元法,解非线性方程组,可用于解决各种非线性方程组-This is the Fortran language with the Gaussian elimination method, solve nonlinear equations can be used to solve various nonlinear equations
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-30
    • 文件大小:926
    • 提供者:陈建光
  1. gauss2

    1下载:
  2. gauss法求解线性方程组fortran-Gauss method to solve linear equations fortran
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-23
    • 文件大小:1100
    • 提供者:nicolas
  1. gausseliminatetosolvelinearequation

    1下载:
  2. 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
  3. 所属分类:其他小程序

    • 发布日期:2017-05-23
    • 文件大小:988
    • 提供者:jiyoujun
  1. GAUSS_JORDAN

    0下载:
  2. 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助-GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:5739
    • 提供者:小志
  1. Possion_FEM

    1下载:
  2. 有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:543033
    • 提供者:liang
  1. duct4

    0下载:
  2. duct.f computes a fully developed viscous laminar flow in a rectangular channel of aspect ratio b/a (=bar). solve the equation: d^2u/dx^2 + d^2u/dy^2 = -1, -a<x<a, -b<y<b method of discretisation: 3-point centered differences
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-23
    • 文件大小:2548
    • 提供者:Barboy
  1. gauss

    0下载:
  2. this program application on gauss elimation and sidel method by fortran language
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:9730
    • 提供者:mhsz
  1. Matrix

    0下载:
  2. Matrix (TRANSPOSE , INVERSE , MATRIX INVERSION USING GAUSS-JORDAN REDUCTION AND Calculates the multiplication of two matrix A and B such that C=AB.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1777
    • 提供者:hussam
  1. gauss-jakobi

    0下载:
  2. SOLVING A LINEAR MATRIX SYSTEM AX=B with Gauss Jordan Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3744
    • 提供者:hussam
  1. programs1

    0下载:
  2. 解线性方程的一些子程序,用FORTRAN编写,算法包括高斯全选主元法等。-Linear Equations of the number of subroutines, written with FORTRAN, algorithms, including full pivoting Gauss law.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:6789
    • 提供者:chen
  1. Gauss-zhuyuan

    1下载:
  2. 采用高斯主元消去法求解线性方程组的数值解-Gaussian elimination method for solving the main element numerical solution of linear equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:947
    • 提供者:李沣
  1. Gauss

    0下载:
  2. 这是Gauss消元法的Fortran实现-This is the Fortran code for Gauss
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:808
    • 提供者:chf_eng
  1. GAUSS

    1下载:
  2. 利用牛顿法思想,结合高斯法求解非线性方程组-Gauss Newton method for solving equations with the visual fortran sofeware including the detailed explanation in chinese characters and numbers and so on
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-04-30
    • 文件大小:1024
    • 提供者:Bryne
  1. gs

    0下载:
  2. GAUSS SEIDEL ITERATION FOR N SIMULTANEOUS LINEAR EQUATIONS
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:572
    • 提供者:bellaoui
  1. GAUSS

    0下载:
  2. GAUSS列主元消去法,利用FORTRAN编写-GAUSSmethod,and in fortran
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:150038
    • 提供者:卜淑霞
  1. GAUSS

    0下载:
  2. GAUSS消去解线性方程的FORTRAN程序-GAUSS elimination to solve linear equations of the FORTRAN program
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:688716
    • 提供者:何巧
  1. Gauss

    0下载:
  2. Rutinas fortran Gau-Rutinas fortran Gauss
  3. 所属分类:Project Design

    • 发布日期:2017-04-15
    • 文件大小:5406
    • 提供者:Rodolfo
  1. Gaussian Elimination

    0下载:
  2. Gauss matrix elimination (var codes)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:esenaj
« 12 3 »
搜珍网 www.dssz.com