自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (2)
  • 收藏
  • 关注

原创 ifort 中的几个有用的调试程序选项

-WB       turn a compile-time bounds check into a warning-Wcheck   enable more strict diagnostics-Winline  enable inline diagnostics-[no]traceback          specify whether the compiler generat

2009-12-31 08:40:00 3496

原创 fortran 中 interface

可变大小数组作为参数传递时,需要用interface 例子:program testimplicit nonereal,allocatable :: array(:)real             :: summallocate(array(5))array=8.call passarray(array, summ)write(*,*)summ

2009-12-25 15:08:00 3966

fortran_95-2003_for_scientists_and_engineers__3rd_edition

The first edition of this book was conceived as a result of my experience writing and maintaining large Fortran programs in both the defense and geophysical fields. During my time in industry, it became obvious that the strategies and techniques re- quired to write large, maintainable Fortran programs were quite different from what new engineers were learning in their Fortran programming classes at school. The in- credible cost of maintaining and modifying large programs once they are placed into service absolutely demands that they be written to be easily understood and modified by people other than their original programmers. My goal for this book is to teach si- multaneously both the fundamentals of the Fortran language and a programming style that results in good, maintainable programs. In addition, it is intended to serve as a reference for graduates working in industry.

2009-05-01

fortran_lecture

有关fortran 90 /95 /2003的介绍,ppt形式,共162页

2008-09-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除