翻訳と辞書
Words near each other
・ lisp machine
・ lisp machine lisp
・ lisp object-oriented programming system
・ lisp, objects, and symbolic programming
・ lisp-linda
・ lisp70
・ lispkit
・ lispkit lisp
・ lisptalk
・ lispview
list
・ list comprehension
・ list enhanced
・ listless
・ listproc
・ lists
・ listserv
・ liszt
・ lite
・ literal


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

list : FOLDOC
list
A data structure holding many values, possibly of different types, which is usually accessed sequentially, working from the head to the end of the tail - an "ordered list". This contrasts with a (one-dimensional) array, any element of which can be accessed equally quickly.
Lists are often stored using a cell and pointer arrangement where each value is stored in a cell along with an associated pointer to the next cell. A special pointer, e.g. zero, marks the end of the list. This is known as a (singly) "linked list". A doubly linked list has pointers from each cell to both next and previous cells.
An unordered list is a set.
(1998-11-12)



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

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