FORTRAN
FORTRAN 语言
FORTRAN 语言
FORTRAN FORTRAN 语言
FORTRAN n 1 :
a high -
level programing language for mathematical and scientific purposes ;
stands for formula translation FORTRAN \
FORTRAN \
n . (
Computers ) [
Formula Translation .]
a higher programming language with an instruction set designed for ease of expression of mathematical functions ,
much used in programming of scientific and mathematical problems .
[
PJC ]
Language \
Lan "
guage \,
n . [
OE .
langage ,
F .
langage ,
fr .
L .
lingua the tongue ,
hence speech ,
language ;
akin to E .
tongue .
See {
Tongue },
cf . {
Lingual }.]
[
1913 Webster ]
1 .
Any means of conveying or communicating ideas ;
specifically ,
human speech ;
the expression of ideas by the voice ;
sounds ,
expressive of thought ,
articulated by the organs of the throat and mouth .
[
1913 Webster ]
Note :
Language consists in the oral utterance of sounds which usage has made the representatives of ideas .
When two or more persons customarily annex the same sounds to the same ideas ,
the expression of these sounds by one person communicates his ideas to another .
This is the primary sense of language ,
the use of which is to communicate the thoughts of one person to another through the organs of hearing .
Articulate sounds are represented to the eye by letters ,
marks ,
or characters ,
which form words .
[
1913 Webster ]
2 .
The expression of ideas by writing ,
or any other instrumentality .
[
1913 Webster ]
3 .
The forms of speech ,
or the methods of expressing ideas ,
peculiar to a particular nation .
[
1913 Webster ]
4 .
The characteristic mode of arranging words ,
peculiar to an individual speaker or writer ;
manner of expression ;
style .
[
1913 Webster ]
Others for language all their care express . --
Pope .
[
1913 Webster ]
5 .
The inarticulate sounds by which animals inferior to man express their feelings or their wants .
[
1913 Webster ]
6 .
The suggestion ,
by objects ,
actions ,
or conditions ,
of ideas associated therewith ;
as ,
the language of flowers .
[
1913 Webster ]
There was . . .
language in their very gesture .
--
Shak .
[
1913 Webster ]
7 .
The vocabulary and phraseology belonging to an art or department of knowledge ;
as ,
medical language ;
the language of chemistry or theology .
[
1913 Webster ]
8 .
A race ,
as distinguished by its speech . [
R .]
[
1913 Webster ]
All the people ,
the nations ,
and the languages ,
fell down and worshiped the golden image . --
Dan .
iii .
7 .
[
1913 Webster ]
9 .
Any system of symbols created for the purpose of communicating ideas ,
emotions ,
commands ,
etc .,
between sentient agents .
[
PJC ]
10 .
Specifically : (
computers )
Any set of symbols and the rules for combining them which are used to specify to a computer the actions that it is to take ;
also referred to as a {
computer lanugage }
or {
programming language };
as ,
JAVA is a new and flexible high -
level language which has achieved popularity very rapidly .
[
PJC ]
Note :
Computer languages are classed a low -
level if each instruction specifies only one operation of the computer ,
or high -
level if each instruction may specify a complex combination of operations . {
Machine language }
and {
assembly language }
are low -
level computer languages . {
FORTRAN }, {
COBOL }
and {
C }
are high -
level computer languages .
Other computer languages ,
such as JAVA ,
allow even more complex combinations of low -
level operations to be performed with a single command .
Many programs ,
such as databases ,
are supplied with special languages adapted to manipulate the objects of concern for that specific program .
These are also high -
level languages .
[
PJC ]
{
Language master },
a teacher of languages . [
Obs .]
Syn :
Speech ;
tongue ;
idiom ;
dialect ;
phraseology ;
diction ;
discourse ;
conversation ;
talk .
Usage : {
Language }, {
Speech }, {
Tongue }, {
Idiom }, {
Dialect }.
Language is generic ,
denoting ,
in its most extended use ,
any mode of conveying ideas ;
speech is the language of articulate sounds ;
tongue is the Anglo -
Saxon term for language ,
esp .
for spoken language ;
as ,
the English tongue .
Idiom denotes the forms of construction peculiar to a particular language ;
dialects are varieties of expression which spring up in different parts of a country among people speaking substantially the same language .
[
1913 Webster ]
higher programming language \
higher programming language \
n .
(
Computers )
A computer programming language with an instruction set allowing one instruction to code for several assembly language instructions .
Note :
The aggregation of several assembly -
language instructions into one instruction allows much greater efficiency in writing computer programs .
Most programs are now written in some higher programming language ,
such as {
BASIC }, {
FORTRAN }, {
COBOL }, {
C }, {
C },
{
PROLOG },
or {
JAVA }.
[
PJC ]
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
The Fortran Programming Language — Fortran Programming Language Fortran is a natively parallel programming language with intuitive array-like syntax to communicate data between CPUs You can run almost the same code on a single CPU, on a shared-memory multicore system, or on a distributed-memory HPC or cloud-based system
学习 — Fortran Programming Language 在 Fortran-lang 论坛中提出问题 —— 讨论 Fortran 相关内容的友好论坛。
快速入门教程 — Fortran Programming Language 本快速入门教程概述了 Fortran 编程语言及其常见的结构化编程概念的语法,包括:类型、变量、数组、控制流和函数。 本教程的内容显示在左侧的导航栏中,当前页面以粗体突出显示。
编译器 — Fortran Programming Language Intel Fortran Compiler (ifx), a new, LLVM-based compiler that comes with full Fortran 2018 support It also supports the majority of OpenMP 5 0 5 1 including offload to Intel GPUs ifx can also offload do concurrent to Intel GPUs
Installing GFortran — Fortran Programming Language The main wiki page offers many helpful links about GFortran, as well as Fortran in general In this guide, the installation process for GFortran on Windows, Linux, macOS and OpenBSD is presented in a beginner-friendly format based on the information from GFortranBinaries
Hello world — Fortran Programming Language In this tutorial, we’ll work with the free and open source GNU Fortran compiler (gfortran), which is part of the GNU Compiler Collection (GCC) To install gfortran on Linux, use your system package manager
操作符和流程控制 — Fortran Programming Language Fortran 允许程序员对每个循环进行 tag 或 name 。 如果循环被标记,有两个潜在的好处: 代码的可读性可能会提高(当命名有意义时)。 exit 和 cycle 可以与标签一起使用,这允许对循环进行非常细粒度的控制。 示例: 标记的嵌套循环
Fortran-lang stdlib The Fortran Standard, as published by the ISO (https: wg5-fortran org ), does not have a Standard Library The goal of this project is to provide a community driven and agreed upon de facto "standard" library for Fortran, called a Fortran Standard Library (stdlib)
Fortran最佳实践 — Fortran Programming Language 此书收集了一些现代且规范编写Fortran的方法,将针对常见的话题和任务进行代码风格指导,以及推荐最佳实践方法。 总而言之,它会列举和讨论一些规范的解决方案和模式。