这次聊聊「GCC」。GCC是「GNU Compiler Collection」的简称,由C、C++、FORTRAN、Java等语言的编译器以及这些语言的库所组成。GCC不仅包含编译器本身,还包含了编译所必要的库,所以可以编译多种语言所写的代码。GCC是免费软件,几乎所有Linux发行版中都包含它,所...
分类:
系统相关 时间:
2014-07-07 20:19:55
阅读次数:
257
Fortran has two kinds of subprograms: subroutine and function. Usually, subroutine is a combination of several procedures generating side effects with...
分类:
其他好文 时间:
2014-06-30 12:43:00
阅读次数:
207
Previously, I thought the debugging functionality provided by gdb for Fortran program was quite limited due to experiences of a couple of failed attem...
分类:
数据库 时间:
2014-06-30 12:34:51
阅读次数:
367
GNU Autotools can not only handle making (compiling and linking), distributing, transplanting source code for different platforms, but can also track ...
分类:
其他好文 时间:
2014-06-30 12:33:53
阅读次数:
400
We must have already been familiar with proprietary Fortran programming environments, for example,Compaq Visual Fortran IDE (which is actually a combi...
GNU Autotools will be considered as the ideal tool to manage Fortran project after creating a basic program structure by using Eclipse IDE. Eclipse ID...
分类:
其他好文 时间:
2014-06-29 19:40:49
阅读次数:
378
一、GCC(GNU Compiler Collection)是linux下最主要的编译工具,GCC不仅功能非常强大,结构也异常灵活。它可以通过不同的前端模块来支持各种语言,如Java、Fortran、Pascal、Modula-3和Ada g++是GCC中的一个工具,专门来编译C++语言的。 GCC...
分类:
编程语言 时间:
2014-06-25 23:19:15
阅读次数:
297
在CentOS6.2 中安装intel 的c++和fortran 的编译器时,遇到来一个关于SELinux的强制模式不可执行的情况, 需要关闭SELinux 或者 将enforcing改为 permissive 模式,查询来一些资料后,先对SELinux的几种模式,以及其之间的关系和转换方法做一小结...
分类:
系统相关 时间:
2014-06-24 11:06:10
阅读次数:
309
1.建立一个源文件(C, C++, D, Java, Fortran, Yacc, Lex, Qt,SWIG 以及 Tex/Latex)和一个SConstruct文件; Program('myscons, 'helloscons.c')2.编译scons,也可采用scons -Q,-Q参数是减少编译...
分类:
其他好文 时间:
2014-06-21 08:42:19
阅读次数:
177
微软当初看见java如日中天,能实现“一次编写,到处运行”这么牛叉的功能,终于也按捺不住了,于是模仿java也做了一个虚拟机,这就是.Net Framework框架。他提供了垃圾回收功能。除此之外,他还另外发明了一门叫做 C#(读作 “C Sharp”)的语言用于完美运行在.Net Framework中。为了将Java彻底击垮,他还发明了J#,F#,意思就是在.Net Framework框架中运行Java,Fortran等,企图开发一个能包容所有语言的平台,何其宏伟的理想!但结果却。。。好多年过去了,Jav...
分类:
其他好文 时间:
2014-06-16 11:29:06
阅读次数:
242