好词典

hexadecimal

UK //ˌhɛksəˈdɛsɪm(ə)l//US //ˌhɛksəˈdɛsɪm(ə)l//

词源

源自希腊语 'hex'(六)和拉丁语 'decem'(十),表示基数为16的数字系统。

adjective

❶ 十六进制的,指以16为基数的数字系统,常用于计算机科学中表示二进制数据。

“The color code is written in hexadecimal format.”

(颜色代码是用十六进制格式编写的。)

“Hexadecimal numbers are often prefixed with '0x'.”

(十六进制数字通常以'0x'为前缀。)

同义词:base-16, hex

noun

❶ 十六进制数,指使用0-9和A-F表示的数值,常用于编程和电子工程领域。

“The programmer used a hexadecimal to represent the value.”

(程序员用十六进制数来表示这个值。)

“You need to understand hexadecimal to debug this code.”

(你需要理解十六进制才能调试这段代码。)

同义词:hex number, base-16 number

常见短语

hexadecimal notation — 十六进制表示法,指用16为基数的数字系统来书写数值的方法。

“The file uses hexadecimal notation for all its data.”

(该文件的所有数据都使用十六进制表示法。)

hexadecimal digit — 十六进制数字,指0-9或A-F之间的单个字符,用于组成十六进制数。

“A single hexadecimal digit can represent four binary bits.”

(一个十六进制数字可以表示四位二进制数。)