翻訳と辞書
Words near each other
・ aadl
・ aal
・ aap
・ aap dtd
・ aard
・ aarp
・ aarp probe packets
・ aaui
・ abbrev
・ abbreviated test language for avionics systems
abc
・ abc algol
・ abcl/1
・ abcl/c+
・ abcl/r
・ abcl/r2
・ abduction
・ abend
・ abi
・ able


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

abc : FOLDOC
ABC
1. Atanasoff-Berry Computer.
2. An imperative language and programming environment from CWI, Netherlands. It is interactive, structured, high-level, and easy to learn and use. It is a general-purpose language which you might use instead of BASIC, Pascal or AWK. It is not a systems-programming language but is good for teaching or prototyping.
ABC has only five data types that can easily be combined; strong typing, yet without declarations; data limited only by memory; refinements to support top-down programming; nesting by indentation. Programs are typically around a quarter the size of the equivalent Pascal or C program, and more readable.
ABC includes a programming environment with {syntax-directed} editing, {suggestions}, {persistent variables} and multiple workspaces and {infinite precision} arithmetic.
An example function words to collect the set of all words in a document:
HOW TO RETURN words document:
PUT {} IN


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

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