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

搜索资源列表

  1. CoaxialImpact

    2下载:
  2. 此程序为求解两杆同轴撞击时,应力波传播问题的物质点法1D程序,Fortran90代码-a MPM code for coaxial impact
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3064
    • 提供者:zheng
  1. shocktube1D

    1下载:
  2. 此程序为物质点法求解一维激波管问题的fortran90程序-This procedure for solving the problem of one-dimensional shock tube method for the material point fortran90 program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2427
    • 提供者:zheng
  1. bisect

    0下载:
  2. 运用fortran90编写二分法求解线性方程的程序-Fortran90 prepared using procedures for solving linear equations dichotomy
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:700563
    • 提供者:雪之殇
  1. lagrange

    0下载:
  2. 拉格朗日插值法求解线性方程,运用的是Fortran90-Lagrange polynomial for solving linear equations, using the Fortran90
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:695259
    • 提供者:雪之殇
  1. Generalized Minimum Residual Method - Fortran

    0下载:
  2. solve the system of linear equations A*X = B for X ---FORTRAN90
  3. 所属分类:数值算法/人工智能

  1. 2dWENO_1172628552

    0下载:
  2. 我们学CFD的人绝大部分都用fortran90编程,这是一种比较适合科学计算的语言,这个程序就是CFD中著名的WENO格式的程序实现。-We learned most of the people using fortran90 programming, This is a more appropriate scientific computing language, This process is well-known CFD WENO format program.
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:7280
    • 提供者:le1005395
  1. antenna

    1下载:
  2. fortran90编写的关于天线的小程序,实现了近远场变换及方向图的计算等-fortran90 write a small program on the antenna to achieve the near-far field transform and the calculation of the direction of Figure
  3. 所属分类:Applications

    • 发布日期:2017-04-15
    • 文件大小:4913
    • 提供者:shun053951
  1. FDTD

    0下载:
  2. 一个关于FDTD的三维fortran90小程序.-A small program on the FDTD in fortran90
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:6234
    • 提供者:an49356
  1. Source1

    0下载:
  2. 基于fortran90的TLD水箱的震动控制程序开发。-fortran90 based vibration control program TLD tank development.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3275
    • 提供者:Kevin
  1. f90

    1下载:
  2. 常见的各类数值和字符算法,包括微积分、插值、矩阵、微分方程、方程组求解和字符串操作等,Fortran90版本,可直接用于各位自己的代码开发中-Most common algorithms, including numerical and char recipes, Fortran 90 version, can be used in your own program develpment directly
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:405454
    • 提供者:S.C. Deng
  1. spearman

    1下载:
  2. spearman秩相关系数计算代码,fortran90编写,用于判断数列发展趋势-speaerman rank coefficent code by fortran 90
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:129692
    • 提供者:Lee tong
  1. source

    0下载:
  2. source code cfd melting for fortran90
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:296349
    • 提供者:turboriki
  1. tiao

    0下载:
  2. 边界元法 弹性力学问题的边界元法 根据书上的源代码改编的fortran90程序-boundary element method elastic problem fortran90 code
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:4255
    • 提供者:请问
  1. Walk

    0下载:
  2. random walk......fortran90 source code fortran90 SELF_AVOIDING_WALKS
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:152642
    • 提供者:Vahhab
  1. uploadPUDN

    0下载:
  2. 麻省理工的最新版GAMIT软件源代码。Fortran90编写,主要用于GNSS精密定位定轨以及参考框架和网解确定。 另一个是Intel fortran 2013 for Linux的序列包,用它可以直接安装ifort,找了很久,这个版本的ifort虽然老,但是最稳定的一版。- U9EBB u7701 u7E09 u5E1 u7R03 u7R0 U5B9A u8E09 u8C0 u53CA u53C2 u8003 u686 u658 u548C u7F3
  3. 所属分类:Other systems

    • 发布日期:2017-12-12
    • 文件大小:3518669
    • 提供者:李二敏
  1. 4

    0下载:
  2. Lattice boltzmann method simulate the laminar flow between two plates
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:28672
    • 提供者:shanxinpu
  1. sort

    0下载:
  2. 快速排序法和堆排序法Fortran90程序,其中快速排序法使用到了递归过程,因此对于堆栈要求较高(both Quicksort and Heapsort program are used for sort array. Note that a recursion process is used in Quicksort program, Thus it need require a relative high stack size.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:dns
  1. WenOOF-master

    0下载:
  2. 面向对象fortran写的一维流体力学代码,结构清晰,方便实现,欢迎下载(object-oriented FORTRAN written one-dimensional fluid mechanics code, clear structure, easy to implement, please download)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:126976
    • 提供者:klzhao
  1. SGY文件读写代码

    1下载:
  2. 地震勘探SEG-Y格式文件Fortran90读写代码,献给物探初学者!IVF平台编译!内有测试数据!支持IBM、IEEE、无卷头SGY格式文件!(Seismic exploration SEG-Y format file Fortran90 read and write code, dedicated to geophysical beginners! IVF platform compilation! Test data are available)
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2017-12-22
    • 文件大小:814080
    • 提供者:木子佳人
  1. 96915694

    0下载:
  2. 4总常用的插值程序的Fortran90源代码,包括双线性插值等插值方法()
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:17408
    • 提供者:Mbdgf
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com