十六进制

shí liù jìn zhì
  • hexadecimal;sexadecimal
十六进制十六进制
十六进制[shí liù jìn zhì]
  1. 这个数用十六进制表示为6B。

    The number 107 is represented in hexadecimal as 6B . 107

  2. 几年前,我会使用C头文件的副本和我信任的十六进制计算器,逐个字段地解析事件消息。

    In years past , I would then pull out a copy of the C header files and my trusty hexadecimal calculator and parse the event messages field by field .

  3. 与标准C不同,最多可接受两位十六进制数字。

    Unlike in Standard C , at most two hex digits are accepted .

  4. RGB-(R,G,B是十六进制数,每个4位)

    RGB - ( R , G , B are hex numbers , 4 bits each )

  5. 卷ID应该采用十六进制-十进制的格式。

    The volume IDs should be in Hex-Decimal format .

  6. 在Google上搜索‘hexcolorcodes’可以找到十六进制的颜色编码表。

    A Google search of'hex color codes'produces the full range of colors in Hex .

  7. 字符“A”的十六进制表示是x‘41’而“上面带圈的大写拉丁字母A”的十六进制表示是x‘C385’。

    The hexadecimal representation of the character " A " is x '41'and the " Latin capital letter A with ring above " is x'C385 ' .

  8. 将采用十六进制的格式输出字符串“hello”的MD5摘要。

    Will output the MD5 digest of the string " hello " in hexadecimal format .

  9. 你将看到以十六进制的和以RGB值表示的颜色。

    You will see the Hexadecimal and the RGB representation of the color appear .

  10. 十六进制数字X'2C'表示ASCII中的逗号字符。

    The hexadecimal digits X '2C'represent a comma character in ASCII .

  11. 转换ASCII码为二进制,十进制,十六进制的码输出。

    ASCII conversion of binary , decimal , hexadecimal codes output .

  12. 另外,位串常量可以用十六进制表示法声明,方法是使用前缀的X(大写或者小写),比如,X'1FF'。

    Alternatively , bit-string constants can be specified in hexadecimal notation , using a leading X ( upper or lower case ), e.g. , X '1FF ' .

  13. 这些以其它计数制计数的数必须以开头,并紧跟b、o或者h来分别表示二进制、八进制或十六进制。

    Numbers in these other bases must be preceded by the character # followed by b , o , or h for binary , octal , or hexadecimal , respectively .

  14. TDS标记现在可以包含Unicode字符和十六进制字符助记符。

    TDS tags can now contain unicode characters and hexadecimal character mnemonics .

  15. 可以将分隔符设置为DOS或UNIX行结束符,或自定义分隔符(十六进制)

    The delimiter can be set to either DOS or UNIX Line End , or Custom Delimiter ( Hexadecimal )

  16. 获取用于表示xterm的WindowID的十六进制代码并运行./xev-id0x32000012命令。

    Grab the hex code signifying the Window ID of your xterm and run the command . / xev-id0x32000012 .

  17. 可以将基数指定为o(默认的八进制)、d(十进制)、x(十六进制)或n(未显示偏移)。

    The radix may be specified as o ,( octal , the default ), d ( decimal ), x ( hexadecimal ), or n ( no offsets displayed ) .

  18. 除非您能够阅读二进制、十进制或十六进制,或者手边有一个转换器,否则您永远也不会知道那个目录是名为applications的共享目录。

    Unless you are into reading binary , decimal , or hexadecimal or have a translator on hand , you would never know that that directory is a shared directory by the name of applications .

  19. 产生一个文件的十六进制倾印码(dump)。它应该从命令行接受单个参数,也就是需要进行倾印的文件名。

    It should accept the individual arguments from the command line , that is , the need for dump file names .

  20. 十六进制格式的X‘80’用UTF-8编码是无效的,遇到它时会抛出警告。

    The hex format of X '80 ' in UTF-8 is invalid and a warning is thrown when it is encountered .

  21. TDS数据模式现在可以包含十六进制值。

    TDS data patterns can now contain hexadecimal values .

  22. 单片机十六进制数与BCD码转换新探讨

    Transformation Discussion Between Hexadecimal and BCD in Single Chip Computer

  23. 它能够显示ASCII的数据,小数,十六进制和八进制格式。

    It can display data in ASCII , decimal , hex , and octal formats .

  24. TDS标记除了更常见的文本字符以外,还可以包含十六进制值。

    TDS markup can contain hexadecimal values in addition to the more usual text characters .

  25. 这个脚本将使用十六进制格式编码的MD5摘要密码来填充数据库。

    This script will populate the database with the MD5 digest passwords encoded in hex format .

  26. 下表列出了这条消息中每个字符的ASCII码、十六进制码和二进制编码

    The following table shows each letter of this message in ASCII , hex , and binary code

  27. 对于nm命令列出的每个符号,它们的值使用十六进制来表示(缺省行为),并且在该符号前面加上了一个表示符号类型的编码字符。

    For each symbol that the nm command lists , the symbol 's value in hexadecimal ( by default ) and the symbol type with a coded character precede the symbol .

  28. 如果您具备多年的WebSphereMQ使用经验,则提到授权事件可能会让您条件反射般地去找十六进制计算器。

    If you have been working with WebSphere MQ for many years , the mention of authorization events might make you groan and reach for your hexadecimal calculator .

  29. 类型属性用于指示内存应该怎样赋值,以十六进制、十进制、ASCII等等格式。

    The type attribute is used to indicate how the memory should be rendered , in HEX , Decimal , ASCII , etc.

  30. 这个字符指定为十六进制形式的一个或两个UTF-16编码单元。

    The character is specified as one or two UTF-16 code units in hexadecimal notation .