诗词屋>英语词典>hexadecimal翻译和用法

hexadecimal

英 [ˌheksəˈdesɪml]

美 [ˌheksəˈdesɪml]

adj.  十六进制的

计算机

COCA.46937

牛津词典

    adj.

    • 十六进制的
      a system for representing pieces of data using the numbers 0-9 and the letters A-F
      1. The number 107 is represented in hexadecimal as 6B.
        107这个数用十六进制表示为6B。

    英英释义

    adj

    • of or pertaining to a number system having 16 as its base
        Synonym:hex

      双语例句

      • This method is not as useful as the first method because you cannot see what hexadecimal digits you typed.
        因为你看不见你输入的十六进制编码值,这个方法比起第一个方法就稍有逊色了。
      • In addition to the default decimal base, W3Eval also supports binary, octal, and hexadecimal bases.
        除了缺省的十进制计数制外W3Eval还支持二进制、八进制和十六进制。
      • TDS data patterns can now contain hexadecimal values.
        TDS数据模式现在可以包含十六进制值。
      • This notation is equivalent to a bit-string constant with four binary digits for each hexadecimal digit.
        这种表示法等效于一个每个十六进制位四个二进制位的位串常量。
      • The character is specified as one or two UTF-16 code units in hexadecimal notation.
        这个字符指定为十六进制形式的一个或两个UTF-16编码单元。
      • A keyboard having input to a microprocessor in hexadecimal notation.
        可以十六进制记数法向微处理器输入的一种键盘。
      • The hexadecimal digits X'2C'represent a comma character in ASCII.
        十六进制数字X'2C'表示ASCII中的逗号字符。
      • The dechex() function converts a decimal number to a hexadecimal number.
        函数的作用是:将一个十进制数字转换为十六进制。
      • In this example, we created a document with two attributes: name and value, which have values of red and FF0000 ( the hexadecimal representation of the standard red color), respectively.
        在这个例子中,我们创建一个具有两个属性的文档:name和value,值分别为red和FF0000(标准红色的十六进制表示形式)。
      • This allows hexadecimal values in regular expressions when parsing.
        这允许在解析时在正则表达式中使用十六进制值。