検索結果- 英語 - 多言語
検索内容:
linking out
linking verb
linking rs
linking r
An "r" that is pronounced only because it is closely followed by another morpheme beginning with a vowel sound, as in water ice, in non-rhotic varieties of English.
非rhotic英語において、語末の「r」がその後の語が母音で始まる場合に連結して発音される現象。例えば、「water ice」で「r」が発音される現象を指す。
linked lists
plural of linked list
これは「linked list」の複数形、すなわち複数の「linked list」を指します。
link editor
(computing) A program that links modules together, by resolving calls or references to external names, to form a single executable program
リンクエディタ:複数のプログラムモジュールを連結し、外部名称への参照や呼び出しを解決して、単一の実行可能プログラムを生成するプログラム
link topology
(Internet) The study of the linked structure of the World Wide Web.
ワールドワイドウェブにおけるリンク構造の研究
link exchange
(Internet) A scheme of reciprocal linking whereby two or more websites link to one another to increase traffic.
ウェブサイト同士が相互にリンクを貼り合い、互いの訪問者数を増加させるための仕組み。 / 複数のサイトが相互リンクを実施することで、検索エンジンからの評価やトラフィックを向上させる目的の取り組み。
linked list
(computer science) A simple linear data structure, each of whose nodes includes a pointer to the next (and sometimes previous) node in the list, enabling traversal of the structure in at least one direction from any starting point.
コンピュータ科学における基本的な線形データ構造。各ノードが次の(場合によっては前の)ノードへのポインタを持ち、任意の開始点から一方向にデータ構造をたどることができる連結リスト。