翻訳と辞書
Words near each other
・ blivet
・ bloat
・ bloatware
・ blob
・ block
・ block and list manipulation
・ block diagram compiler
・ block redundancy check
・ block started by symbol
・ block transfer computations
block-structured
・ blocked records
・ blog
・ bloggs family, the
・ blosim
・ blow an eprom
・ blow away
・ blow out
・ blow past
・ blow up


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

block-structured : FOLDOC
block-structured
Any programming language in which sections of source code contained within pairs of matching delimiters such as "{" and "}" (e.g. in C) or "begin" and "end" (e.g. Algol) are executed as a single unit. A block of code may be the body of a subroutine or function, or it may be controlled by conditional execution ({if statement}) or repeated execution ({while statement}, {for statement}, etc.).
In all but the most primitive block structured languages a variable's scope can be limited to the block in which it is declared.
Block-structured languages support structured programming where each block can be written without detailed knowledge of the inner workings of other blocks, thus allowing a top-down design approach.
See also abstract data type, module.
(2004-09-29)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.