翻訳と辞書
Words near each other
・ subband encoding
・ subclass
・ subject
・ subject index
・ subject-oriented programming
・ sublanguage
・ subnet
・ subnet address
・ subnet mask
・ subnet number
subroutine
・ subscribe
・ subscriber identity module
・ subscribing
・ subset-equational language
・ substitute
・ substrate
・ subtype
・ subtyping
・ successor


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

subroutine : FOLDOC
subroutine
(Or "procedure") A sequence of {instructions} for performing a particular task. Most programming languages, including most machine languages, allow the programmer to define subroutines. This allows the subroutine code to be called from multiple places, even from within itself (in which case it is called recursive). The programming language implementation takes care of returning control to (just after) the calling location, usually with the support of call and return instructions at machine language level.
Most languages also allow arguments to be passed to the subroutine, and one, or occasionally more, {return values} to be passed back.
A function is often very similar to a subroutine, the main difference being that it is called chiefly for its return value, rather than for any side-effects.
(1996-10-01)



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

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