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

搜索资源列表

  1. DSP_FORTRAN

    0下载:
  2. DSP 从基础到深入 相关代码---Fortran版-DSP from basic to in-depth version of the relevant code--- Fortran
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:52127
    • 提供者:yankai
  1. brdf

    0下载:
  2. 基于半无限均质分层介质的双向反射率函数模型(Mishchenko)的精确数值解,为Fortran语言代码。该均匀介质由任意形状,随机取向的颗粒构成。该双向反射率分布函数适用于土壤和雪/冰。文件spher.f 借助于Lorenz-Mie理论计算多分散球形颗粒的Legendre扩散系数。文件refl.f 计算反射率函数的傅立叶组分。而interp.f 计算任意太阳—传感器条件下双向反射率函数。-Semi-infinite homogeneous layered media based on bi-d
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:112132
    • 提供者:徐琪
  1. wavelet

    0下载:
  2. 小波分析代码,用来计算时间序列的变量的周期。-wavelet code written by Fortran, if you need, please contact lewen05@hotmail.com
  3. 所属分类:Wavelet

    • 发布日期:2017-03-01
    • 文件大小:31744
    • 提供者:李渊
  1. Main_stress

    0下载:
  2. 是一个基于Fortran语言计算 第一主应力 和 第三主应力 结构数值计算方便的代码-Fortran language is a calculation based on the first principal stress and the third principal stress code structure to facilitate numerical calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1489
    • 提供者:zhangshihu
  1. cape

    0下载:
  2. 计算cape指数的代码,是学习气象fortran程序的很好的参考资料-it is used to get cape data
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2148
    • 提供者:mofangbao
  1. flow6.f90.tar

    0下载:
  2. 用有限元方法解决二维流场中的稳态速度和压力问题,代码用Fortran语言编写!-uses the finite element method to solve for the steady state velocity and pressure in a two dimensional fluid flow region
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:36620
    • 提供者:王洪涛
  1. Exemples_dop54d_dop853d

    0下载:
  2. 求解常微分方程的程序fortran的代码-codes for differential equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:180224
    • 提供者:石水
  1. STT753-2

    1下载:
  2. 塔式起重机建模文档,非常棒的商业流程和代码,可以用于ANSYS结构建模学习和工程应用实践练习,其中参数可以用户自己参考修改编写! 此.txt文档为ANSYS的命令流(类似于ForTran)-Tower crane model documentation, great business processes and code that can be used ANSYS structural modeling study and practice of engineering practice,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:7057
    • 提供者:Jeff
  1. mstm-manual-2011-v2.1

    1下载:
  2. 介绍如何用T矩阵来计算多颗粒的散射问题以及电场分布。有程序代码。-This is the instruction manual for the MSTM Fortran–90 code. The code was originally released in January 2011. Code elements will be revised in response to bug fi xes, user suggestions, and modifi cations/
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1788025
    • 提供者:gao
  1. peric123

    0下载:
  2. fortran程序,peric的经典源程序代码-fortran peric
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:1487622
    • 提供者:孙忠
  1. dgesvd_502502307

    2下载:
  2. SVD (奇异值分解) fortran下的奇异值分解代码,可以完成矩阵的奇异值分解以及基于奇异值分解的图片压缩-Singular Value Decomposition
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:8985
    • 提供者:zs
  1. codes-of-schemes

    0下载:
  2. 43种差分格式的代码,包含的比较流行的各种差分格式的fortran格式代码-codes of 43 differential schemes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:496192
    • 提供者:任兆欣
  1. ConvertingFortanIntoCpp

    0下载:
  2. 这个C++程序,可以转换如Fortran 77程序到C++可用程序,当然,还有一些例外,如Fortan中的FORMAT语句,以及goto语句可能使得你的代码很长。你可以通过配置,让转换程序进行批量的语言转换。 -Converting Fortran into usable C++ pseudo-code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2111342
    • 提供者:lingnanping
  1. F77TOF90_STEP1

    0下载:
  2. 本F77TO90.EXE for window 1) 列出原程序代码 行数 2) 用来将fortran 77 中的首栏”C” comment改成为"!“ 及将第六栏的连续号去除 并在程序前行加入 “&” 连续号 3) 列出所有function 及subroutine 名字 并在该段程序末 加入 end subroutine 名 4) 经执行后 原程序将更容易在 f90中编译执行 5) 提醒输入错误檔名 并请重新输入,或输入999停止 建议首用 scheme 1执行就可
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:508517
    • 提供者:CalvinLai
  1. LexaYacc_ChineseEdition2

    0下载:
  2. 《Lex与Yacc》中文第二版 Lex 和 Yacc 是 UNIX 两个非常重要的、功能强大的工具。事实上,如果你熟练掌握 Lex 和 Yacc 的话,它们的强大功能使创建 FORTRAN 和 C 的编译器如同儿戏。Ashish Bansal 为您详细的讨论了编写自己的语言和编译器所用到的这两种工具,包括常规表达式、声明、匹配模式、变量、Yacc 语法和解析器代码。最后,他解释了怎样把 Lex 和 Yacc 结合起来。-" Lex and Yacc" Chinese Second Edit
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5744604
    • 提供者:kanglihe
  1. driven-flow-by-vorticity-stream

    0下载:
  2. 用涡量流函数法解决方腔驱动流,Fortran语言编写代码的开发过程和数学思路-Cavity driven flow using the vorticity stream function method to solve
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:963448
    • 提供者:傅盈
  1. NIJUZHEN

    0下载:
  2. 求逆矩阵的代码,fortran,代码,高斯消去法。-matrixinversion Inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:955
    • 提供者:liulei
  1. gaosiqiujie

    0下载:
  2. 此代码为fortran程序编写,功能为运用allocate重置数组的大小-This code is based on fortran language, and is for allocating array.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:831
    • 提供者:蒋锦朋
  1. biinterp

    0下载:
  2. 双线性插值的fotran代码,全新编写,带权重-biolinear interpolation source code made by fortran,which calculates the weight of each point
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1759
    • 提供者:mofangbao
  1. wavefbed

    0下载:
  2. 利用fortran编写的代码,用来计算波浪与海床之间的相互作用-coded by usage of fortran platform, this program can be used to calculate the interaction between seabed and wave force
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:653
    • 提供者:1234554321
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 »
搜珍网 www.dssz.com