翻訳と辞書
Words near each other
・ modelling
・ modelsim
・ modem
・ modem7
・ moderator
・ modified frequency modulation
・ modifier
・ modsim
・ modsim ii
・ modula
・ modula-2
・ modula-2*
・ modula-2+
・ modula-3
・ modula-3*
・ modula-3pi
・ modula-p
・ modula-prolog
・ modula/r
・ modular arithmetic


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

Modula-2 : FOLDOC
Modula-2
A high-level programming language designed by Niklaus Wirth at {ETH} in 1978. It is a derivative of Pascal with well-defined interfaces between modules, and facilities for parallel computation. Modula-2 was developed as the system language for the Lilith workstation.
The central concept is the module which may be used to encapsulate a set of related subprograms and data structures, and restrict their visibility from other portions of the program. Each module has a definition part giving the interface, and an implementation part.
The language provides limited single-processor concurrency (monitors, {coroutines} and explicit transfer of control) and hardware access ({absolute address}es and interrupts). It uses {name equivalence}.
{DEC FTP archive (ftp://gatekeeper.dec.com/.1/DEC/Modula-2/m2.tar.Z)}.
["Programming in Modula-2", N. Wirth, Springer 1985].
(1995-10-25)



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

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