KeyLang

hexadecimal_notation

複数:
hexadecimal_notations
意味・定義
2つの辞書から3件の定義

日本語WordNet

2
名詞
116進表記法、16進法表記

any notation that uses 16 different characters

AIによる解説

1
116進法表記。基数を16とする位取り記数法で、0〜9の数字とA〜Fの文字を使用する。コンピュータ科学で広く使われ、2進数の短縮表記として便利。プログラミングでは0xまたは#をプレフィックスとして使用することが多い。

A positional numeral system with base 16, using digits 0-9 and letters A-F. Widely used in computer science as a convenient shorthand for binary numbers. In programming, prefixes like 0x or # are commonly used.

ライセンス: KeyLang Original

例文
この単語を含む例文でタイピング練習ができます

Programmers use hexadecimal notation to represent binary data more compactly.

プログラマーは2進データをよりコンパクトに表現するために16進法表記を使用する。

-

The color white is represented as #FFFFFF in hexadecimal notation.

白色は16進法表記で#FFFFFFと表される。

-
関連語
活用形・派生語などの関連単語