調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

マイクロソフト用語集

日本マイクロソフト株式会社

B-tree

対訳 B ツリー

解説

英和GIS用語集

国土交通省国土地理院

日英・英日専門用語辞書

日中韓辭典研究所

Weblio英和対訳辞書

英和辞典・和英辞典 - Weblio辞書

B-tree


B tree


B+ tree

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

ウィキペディア英語版

出典:Wikipedia

B-tree

出典:『Wikipedia』 (2011/06/10 13:04 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

In computer science, a B-tree is a tree data structure that keeps data sorted and allows searches, sequential access, insertions, and deletions in logarithmic amortized time. The B-tree is a generalization of a binary search tree in that a node can have more than two children. (, p. 123) Unlike self-balancing binary search trees, the B-tree is optimized for systems that read and write large blocks of data. It is commonly used in databases and filesystems.


B*-tree

出典:『Wikipedia』 (2011/04/04 01:25 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

A B*-tree is a tree data structure, a variety of B-tree used in the HFS and Reiser4 file systems, which requires non-root nodes to be at least 2/3 full instead of 1/2. To maintain this, instead of immediately splitting up a node when it gets full, its keys are shared with the node next to it. When both are full, then the two of them are split into three. It also requires the 'leftmost' key never to be used.


B+ tree

出典:『Wikipedia』 (2011/07/22 02:35 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

In computer science, a B+ tree or B plus tree is a type of tree which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key. It is a dynamic, multilevel index, with maximum and minimum bounds on the number of keys in each index segment (usually called a "block" or "node"). In a B+ tree, in contrast to a B-tree, all records are stored at the leaf level of the tree; only keys are stored in interior nodes.

Weblio例文辞書

英和辞典・和英辞典 - Weblio辞書

b-tree

例文

a fig-tree

例文

a male tree

例文

a plant that has a trunk

例文

a tree

例文

a plant named an {Eubotryoides grayana}

例文

a type of Japanese tree, called kalapanax

例文

a rose tree

例文

a rose bush

16

フランネルブッシュ

例文

a plant called {Magnolia hypoleuca}

例文

a kind of alder called 'yama-hannoki'

21

ナツメグイチイ

例文

nutmeg-yews

例文

a leafy tree

23

例文

cable trees

例文

a blighted tree

例文

a forked tree

例文

shade-trees

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

閲覧履歴

全履歴クリア

B-tree
comport
double-heading
Windward
CPH
utilities
Lowry
questionaries
BMIs
melted
単語帳に追加

B-treeのページの著作権