• 如果给定的是十进制则返回十六进制的

    Returns a hexadecimal value when given a decimal number.

    youdao

  • 整数3第一数字十六进制公式

    The integer, 3, will be the first number in the hexadecimal formula.

    youdao

  • 看到十六进制rgb值表示颜色

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

    youdao

  • 十六进制的数字做比较时,会当做二进制

    Hexadecimal values are treated as binary strings if not compared to a number.

    youdao

  • 采用十六进制格式输出字符串helloMD 5摘要

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

    youdao

  • 重要部分末尾十六进制数字,他们是实例对象标识符OID)。

    The important part is the hexadecimal number at the end, which indicates the instance's object identifier (OID).

    youdao

  • 十进制字符引用参考工作一个十六进制的字符(没有真正的区别)。

    A decimal character reference and a hexadecimal character reference both work OK (with no real difference).

    youdao

  • 例如,“123”与真正数值123十六进制0x7b是不一样的。

    For example, "123" is not the same as a true numeric value of 123 or hex 0x7b.

    youdao

  • 十进制二进制之间转换,十进制和十六进制和二进制和十六进制的描述

    Conversions between decimal and binary, decimal and hexadecimal, and binary and hexadecimal are described.

    youdao

  • Google上搜索hexcolorcodes’可以找到十六进制颜色编码表。

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

    youdao

  • 第二条消息说明编译过程已经完成了十六进地址表示每次调用这个方法执行的机器代码起始偏移量

    The second message indicates that compilation has completed, and the hexadecimal address represents the starting offset of the machine code that will be executed each time the method is invoked.

    youdao

  • 大家熟悉的哈函数可能MD5,它产生一个128比特数值,且通常32个十六进制字符表示

    An hash function you most likely know is MD5, MD5 is creating a 128 bit numeric value which is often represented using 32 hexadecimal characters.

    youdao

  • 代替基于10计数系统的——进位- - - - -十六进制的系统使用计数系统的16传达信息

    Instead of a count system based on 10-such as the decimal system-the hexadecimal system USES a count system of 16 to convey information.

    youdao

  • 在compiling. log文件中查找一个函数开始地址结束地址,它是十六进制的形式,其间就包含错误地址。

    Search through the compiling.log file for a function with a starting and ending hexadecimal address that surround the failing address.

    youdao

  • 可能互联网常见问题无法找到巧妙地解释了如何字节数组转换为十六进制的字符串反之亦然答案

    This is probably a common question over the Internet, but I couldn't find an answer that neatly explains how you can convert a byte array to a hexadecimal string, and vice versa.

    youdao

  • 注意开始十六进地址通常是以升序排列的,并不是必须的。

    Note that the starting hexadecimal addresses are usually in ascending sequential order, but not necessarily so.

    youdao

  • 因为该数据完全二进制不可输出,所以已经十六进格式非输出字符输出了。

    The data is entirely binary and unprintable, so it has been printed out with the non-printable characters in hexadecimal format.

    youdao

  • 这个文件包括生成WSBIND 文件十六进内容

    This file also has the hexadecimal content of the WSBIND file generated.

    youdao

  • 这些图中,每个页码中的线阴影边框表示十六进

    In the figures, the solid shaded borders in each code page indicate hexadecimal Numbers.

    youdao

  • 这个字符指定十六进制形式的一个两个UTF - 16编码单元

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

    youdao

  • 通过事件消息诊断授权问题能力使手动解析十六进字段麻烦显得微不足道。

    The ability to diagnose an authorization problem from a single event message was more than worth the trouble of parsing hexadecimal fields by hand.

    youdao

  • 其他系统可能需要使用不同十六进代码(序列经历代码转换)。

    On other systems, a different hexadecimal code might need to be used (this sequence does not undergo code page conversion).

    youdao

  • 用于指定单个十六进语法助记符其中NN 为 00FF十六进制数字。

    The syntax for specifying a single hexadecimal value is mnemonic where NN is a hexadecimal digit in the range 00 to FF.

    youdao

  • 十六进始于午夜的。0000。

    The hexadecimal day begins at midnight at.0000.

    youdao

  • 有效自定义分隔符必须具有偶数十六进数字并且允许最大序列长度16字节(32个十六进制数字)。

    A valid custom delimiter must have an even number of hexadecimal digits, and the maximum sequence length allowed is 16 bytes (32 hexadecimal digits).

    youdao

  • 这个叫做jsessionid的十六进数字Geronimo会话系统提供了关于信息(您过去提供的)。

    The hexadecimal number named jsessionid is the key to the Geronimo session handler and provides the system with information about you that at some time in the past you provided.

    youdao

  • 下面是以KornShell 93语法计算基数16(十六进)ewu的代码。

    Here is a base 16 (hexadecimal) EWU value calculation in Korn Shell 93 syntax.

    youdao

  • 一种方法指定各个RGBred/green/blue,这个值以“#”打头,后面跟着三两位的十六进制数的字符串

    The alternative is to specify the individual RGB (red/green/blue) values as two-digit hexadecimal values in a string beginning with a "#".

    youdao

  • 字符 “A十六进表示x41上面带圈大写拉丁字母 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'.

    youdao

  • 通过调用stroke()方法,可以使用strokeStyle十六进格式颜色例如0x000000)和lineWidth当前属性决定如何路径描边。

    Calling the stroke() method uses the current attribute value of strokeStyle (a color in hexadecimal format, such as 0x000000) as well as lineWidth to determine how to stroke the path.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定