块数据子程序英文解释翻译、块数据子程序的近义词、反义词、例句
英语翻译:
【计】 block data subprogram
分词翻译:
块的英语翻译:
lump; agglomeration; clump; dollop; loaf
【计】 B; block
【医】 block; lump; mass; massa
数据的英语翻译:
data
【计】 D; data
【化】 data
【经】 data; datum; figure; quantitative data
子程序的英语翻译:
subprogram; subroutine
【计】 functional element program; subprograme; subroutine
【经】 sub-program; sub-routine
网络扩展解释
块数据子程序
块数据子程序的中文拼音是 "kuài shùjù zǐ chéngxù"。它是一种Fortran 77编程语言中的一种数据类型,用于存储一组相关的变量。
块数据子程序可以定义多个变量,这些变量可以使用一个"common"声明在程序中的多个子程序之间共享。这使得编程更加高效,因为变量只需要在程序中定义一次,而且可以在不同的子程序中使用。
块数据子程序的英文解释是 "Block Data Subprogram",读音为 /blɒk ˈdeɪtə ˈsʌbprəʊɡræm/。
该数据类型在Fortran程序设计中非常常用,在科学计算、工程计算等领域广泛应用。
英语用法
在Fortran 77中,块数据子程序通过 "common" 关键字声明。它通常在程序的顶部定义,如下所示:
COMMON /BLOCKNAME/ VAR1, VAR2, VAR3
BLOCKDATA BLOCKNAME
VAR1 = 10
VAR2 = 20
VAR3 = "Hello, World!"
END BLOCKDATA
需要注意的是,块数据子程序中的变量不可以被初始化为表达式,只能是字面值。
英语例句
- Block data subprograms are commonly used for storing data that needs to be shared between different subprograms in a Fortran program.
- The values of variables defined in a block data subprogram can be accessed from any other subprogram in the program.
- Block data subprograms are particularly useful in scientific and engineering computations, where the same set of data is used in multiple parts of a program.
英语近义词
- Common blocks
- Data blocks
英语反义词
在Fortran 77中,块数据子程序没有明确的反义词。
英语单词常用度
根据Google Ngram Viewer的数据,在英语书籍中,"block data subprogram"这个词组在20世纪80年代以来的使用频率呈现逐渐上升的趋势,但总体上使用频率比较低。