
〖Fortran〗
文章平均质量分 72
yuanqingfei
性格内向,爱好极其广泛,性情急躁,工作尚可,略受教育。
展开
-
USING FORTRAN90 CODE IN MATLAB MEX-FILES
As the standard for Fortran programming slowly advances in the direction of Fortran90, I have had the problem of creating mex-files using the fortran90 coding standard. Herefore I have developed the转载 2004-07-05 19:32:00 · 2585 阅读 · 0 评论 -
Linking LAPACK and BLAS libraries with Fortran and C code
发信人: Mars (FangQ), 信区: MathTools标 题: Linking LAPACK and BLAS libraries with Fortran and C code [转载]发信站: 达摩BigGreen BBS (Mon Nov 11 19:14:53 2002), 站内信件 Linking LAPACK and BLAS libraries with Fortran转载 2004-08-02 19:35:00 · 2929 阅读 · 0 评论 -
Fortran就是算的快阿
同主题文章阅读 · 日月光华[讨论区: Num_Analysis] 本篇全文 回复本文 [本篇作者: lijue ] [本篇人气: 12] 回页首 发信人: lijue (小郁-今我来思), 信区: Num_Analysis标 题: Fortran就是算的快阿发信站: 日月光华 (2004年07月11日15:35:46 星期天), 站内信件 辛苦了几天转载 2004-07-29 15:04:00 · 2346 阅读 · 1 评论 -
F77 Fortran-77 Informationen
发信人: Mars (FangQ), 信区: MathTools标 题: F77 Fortran-77 Informationen[ZZ]发信站: 达摩BigGreen BBS (Thu Dec 12 02:39:19 2002), 站内信件 F77 Fortran-77 Informationen ASSIGN statement-label TO integer-variableBACKSP转载 2004-08-02 19:36:00 · 2570 阅读 · 0 评论 -
How do I create a MEX file
Solution Number: 31087 Date Last Modified: 2003-12-10 Product: MATLAB 6.1 ==> Current Version Platform: Information Not Available Problem DescriptionHow do I create a MEX file using the Mi转载 2004-07-10 17:13:00 · 2119 阅读 · 0 评论 -
MPICH——Visual Fortran
BBS 水木清华站∶精华区发信人: Gooogle (【光明使者】Nature Boy), 信区: NumComp 标 题: Re: MPICH问题求助 MPI -np n MPIProgram.exe (转载) 发信站: BBS 水木清华站 (Thu Jul 18 22:45:51 2002) MPICH安装 这里仅针对使用Digital Visual Fortran 6.转载 2004-07-10 17:12:00 · 2928 阅读 · 1 评论 -
一个不错的Fortran教程
发信人: radiboga (Junior year), 信区: programming 标 题: 一个不错的Fortran教程 发信站: 一塌糊涂 BBS (Thu Aug 28 17:30:04 2003), 本站(ytht.net) http://krsna.lamost.org/popular/fortran/fortran.htm 另外,还有一本叫做>(彭国伦 著, 中国电力出版社转载 2004-06-28 16:47:00 · 13564 阅读 · 2 评论 -
Visual Fortran 中使用Matlab引擎心得
source:http://www.simwe.com/cgi-bin/ut/topic_show.cgi?id=16634&h=1&bpg=1&age=-1 #1.安装 软件版本: Compaq Visual Fortran(以下简称CVF)6.5 Matlab 6.1 安装路径: CVF: C:/Program Files/Microsoft Visual Studio Matlab: D转载 2004-08-03 01:07:00 · 3937 阅读 · 0 评论 -
Compact Fortran 95 Language Summary
发信人: Mars (FangQ), 信区: MathTools标 题: Compact Fortran 95 Language Summary [ZZ]发信站: 达摩BigGreen BBS (Thu Dec 12 02:42:06 2002), 站内信件 Compact Fortran 95 Language Summary This summary was extracted fro转载 2004-08-02 19:37:00 · 2470 阅读 · 0 评论 -
Introduction to Message Passing Interface
http://www.jics.utk.edu/SP_LECT/sp_mpi/index.htm转载 2004-08-02 19:32:00 · 1551 阅读 · 0 评论 -
如何由Fortran中呼叫MATLAB的M檔案
如何由Fortran中呼叫MATLAB的M檔案 基本的作法是先將M檔案轉換為.dll檔 再由Fortran去呼叫之 程式是使用 Matlab 6.5.1 Matlab compiler v3.0.1 Compaq Visual Fortran Pro v6.6.0 (CVF) (Compaq bought DEC and HP bought Compaq) 原始m檔案為 function b= m转载 2004-08-03 01:08:00 · 2411 阅读 · 0 评论 -
Fortran 95 固定过程
FORTRAN 95把固有过程作为标准来提出,就意味着任何的FORTRAN 95的编译器实现版本,都必须能够提供它们:115个固有过程,其中包括109个固有函数和6个固有子例行程序。当然不排除很多的编译器还提供额外的固有过程。 表14-1 种过程的过程名称以及相应的变元属性 类过程名称 种过程名称及其变元 种过程变元类型 ABS ABS(A) CABS(A) DABS(A) I转载 2004-07-10 17:14:00 · 3373 阅读 · 0 评论 -
Re: 用FORTRAN90最大可以开多大的数组?
发信人: peach1 (烦恼), 信区: NumComp标 题: Re: 用FORTRAN90最大可以开多大的数组?发信站: BBS 水木清华站 (Sun Aug 15 13:21:39 2004), 站内这个程序可以检测你的机器本身能够开多大数组你看有没有用吧Program Tarray implicit none integer::size,error=0 intege转载 2004-08-16 18:35:00 · 7317 阅读 · 1 评论