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

搜索资源列表

  1. C2F

    0下载:
  2. 把C语言的程序翻译成FORTRAN 90语言,一个很好的程序,好东西和大家一起分享-The C language program is translated into FORTRAN90 language, a very good program, good stuff to share with everyone
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:54923
    • 提供者:单华伟
  1. gsdl

    0下载:
  2. 用fortran编写的高斯赛德尔迭代法。用的是fortran90 版本-Gauss Seidel iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:598
    • 提供者:卡吧
  1. hello

    0下载:
  2. These two examples demonstrate how a FORTRAN90 program can call a C function in a way that is "guaranteed" to work in other words, the procedure follows rules laid down by the FORTRAN standard, and does not depend on any special or peculiar features
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2131
    • 提供者:tjcobalt
  1. kronrod

    0下载:
  2. Demonstrates how a FORTRAN90 program can call a C++ function in a way that is "guaranteed" to work in other words, the procedure follows rules laid down by the FORTRAN standard, and does not depend on any special or peculiar features of the FORTRAN a
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:6010
    • 提供者:tjcobalt
  1. tide

    1下载:
  2. fortran90的潮汐调和分析和预报程序-Fortran90 tidal harmonic analysis program
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:4708
    • 提供者:史赛赛
  1. walt

    0下载:
  2. 功率谱计算程序,fortran90格式,由作者实验调通,已经用于科研了。-Power spectrum calculation program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:577
    • 提供者:zhangxiunian
  1. ttx

    0下载:
  2. 解决矩阵和线性方程组的解法,使用FORTRAN90实现-Solve the matrix and the solution of linear equations, using the FORTRAN90 achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:42918912
    • 提供者:汤微建
  1. StokesHotine

    0下载:
  2. 地球科学:重力场积分(Fortran90) Stokes/Hotine/V_M垂线偏差积分:数值积分、二维平面FFT、二维球面FFT、一维FFT-Earth Sciences: Gravity Field Points (Fortran90) Stokes/Hotine/V_M deflection of the vertical integration: numerical integration, the two-dimensional plane FFT-dimensional sph
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:3952
    • 提供者:Zhang Chuanyin
  1. Equation

    0下载:
  2. 大型对称方程组解算(Fortran90): 共轭梯度法、高斯消元法和平方根法-Large symmetric linear solver (Fortran90): conjugate gradient method, Gaussian elimination and the square root method
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:1548
    • 提供者:Zhang Chuanyin
  1. NormGravfd

    0下载:
  2. 地球科学(Fortran90): 给定地球椭球参数,计算地球的正常重力位、正常高重力、正常位系数和正常椭球扁率。-Earth Science (Fortran90): given the Earth ellipsoid parameters to calculate the Earth' s gravity field, the normal high gravity, normal Bit coefficient and normal ellipsoid ball flat rate
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:1407
    • 提供者:Zhang Chuanyin
  1. GradCalc

    1下载:
  2. 地球科学(Fortran90): 计算空间重力异常、扰动重力、垂线偏差或重力梯度的垂向梯度。 计算方式:数值积分、二维平面FFT、二维球面FFT或一维FFT。-Earth Science (Fortran90): calculate the gravity anomaly, gravity disturbance, the deflection of the vertical or gravity gradient vertical gradient. Calculation: nume
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:2453
    • 提供者:Zhang Chuanyin
  1. FORTRAN

    0下载:
  2. FORTRAN90,源代码及个例讲解,对于PSCAD学习很有帮助-FORTRAN90, source code, and a case to explain, for PSCAD learning helpful
  3. 所属分类:source in ebook

    • 发布日期:2017-12-03
    • 文件大小:10115
    • 提供者:王林
  1. geompack3

    0下载:
  2. 基于三角形网格的网格生成方法,用于网格生成的fortran90程序,非常好用。-GEOMPACK3 is a set of routines for certain computational geometry problems. In particular, it can compute the Voronoi diagram, and the Delaunay triangulation, of a set of points in the plane.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1503
    • 提供者:Jason
  1. WENO

    3下载:
  2. weno格式解决一维黎曼问题的代码,fortran90编写-Fortran code for Riemann problem solver in weno scheme
  3. 所属分类:Other systems

    • 发布日期:2015-04-26
    • 文件大小:292864
    • 提供者:
  1. Newton-Raphson-method

    0下载:
  2. fortran90/95格式,方便科学计算中调用,Newton-Raphson,可用来寻找线性/非线性方程f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。-fortran90/95 format, convenience called scientific computing, Newton-R
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:2563
    • 提供者:cardinal
  1. EigenSolve

    0下载:
  2. fortran90/95,对非线性系统A*q_dot=0进行特征值分析的函数模块。特征值分析是控制科学中稳定性分析的重要的工具。-fortran90/95, the non-linear system A* q_dot = 0 eigenvalue analysis function module. Eigenvalue analysis is an important tool to control stability analysis in science.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:2095
    • 提供者:cardinal
  1. Transformation

    0下载:
  2. fortran90/95,刚度矩阵转换,固体力学有限元计算中根据材料特性(各项异性/同性)选取相应的刚度矩阵-fortran90/95, stiffness matrix transformation, solid mechanics finite element calculations according to material properties (the heterosexual/homosexual) select the corresponding stiffness matrix
  3. 所属分类:transportation applications

    • 发布日期:2017-11-21
    • 文件大小:2215
    • 提供者:cardinal
  1. FClimdex

    1下载:
  2. FClimDex(0.9),该软件是基于fortran90编辑器开发的用于计算多种极端气候指数。其计算的极端气候指数共有27 种,包括16 个极端温度指数和11 个极端降水指数,这27 个极端气候指数都是世界气象组织气候委员会推荐使用的核心极端气候指数。-The purpose of FClimDex is to provide a set of FORTRAN functions and routines to compute the 27 core indices quickly. The
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:405150
    • 提供者:陈昌春
  1. circleTest

    0下载:
  2. Fortran90螺旋循环练习,从文件读取矩阵,螺旋输入矩阵单元,主用练习循环-Fortran 90 circle output test code
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1160
    • 提供者:白眼
  1. Fortran77_to_fortran90

    1下载:
  2. fortran77转fortran90的转换程序-Conversion of fortran77 to fortran90
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:33383
    • 提供者:陈昌春
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com