• xml解析器任何写入Unicode字符串字符数组中的文档进行转换。

    The XML parser converts whatever the document is written in to Unicode strings and char arrays.

    youdao

  • 字符串字符数组典型业务应用程序中占用大量空间所以它们另一个值得分析方面

    Strings and character arrays occupy a large amount of space in a typical business application, so they are another area worthy of analysis.

    youdao

  • 将使用POST而不是GET因为希望避免任何查询字符串度过长字符串转义而引起问题

    You use POST instead of GET because you want to avoid any issues with the query string length being exceeded or escaping of strings.

    youdao

  • 首先介绍了一些关键概念针对字符串数据字符语义字节语义。

    It first explained key concepts, such as character and byte semantics with respect to string data.

    youdao

  • 正则表达式用来基于字符频率字符顺序定义字符串中的模式

    Regular expressions are used to define patterns in strings based on characters, frequency, and character order.

    youdao

  • 因此编译过程中要进行字符串中的字符范围检查字符序列越界检查。

    Therefore, range checking for characters in the string as well as bounds checking of the string sequence is done at marshal time.

    youdao

  • 这种形式字符串截断非常简便只需冒号分开指定起始字符字符串长度

    This form of string chopping can come in quite handy; simply specify the character to start from and the length of the substring, all separated by colons.

    youdao

  • 它们支持许多不同类型(整型浮点型)、字符字符串等等

    They support Numbers of different types (integers and floating point), characters, strings, and so on.

    youdao

  • 所有文本字符实体必须转换字符串(如str_i)实体(ENTITY)标记

    All text and character entities MUST be converted to string (e.g., STR_I) or entity (entity) tokens.

    youdao

  • 连接操作个顺序连接多个数据片段过程通常是连接字符串字符串数据(绝大多数是变量其它字符)。

    Concatenation is the process to sequentially join multiple pieces of data, usually literal strings with non-string-literal data (most commonly, variables or other literals).

    youdao

  • 字符字符串常数支持标准序列。

    Character and string constants support the standard escape sequences.

    youdao

  • 相反,应该将字符串字符串'true ''false '比较

    Instead, compare strings to the string values' true 'and' false '.

    youdao

  • 方法需要所有文本转换具有相同数量字符易于识别无害字符串

    It involves translating all the text into an easily recognizable benign string of the same number of characters and words. For example, the information message below.

    youdao

  • 首先调用f模板版本第一参数类型字符串作为大小可变的参数提供字符精度值。

    The first time around, the templated version of f is called, with a string as the first argument type, and the character and double are packed off as the variable size argument.

    youdao

  • Spirit框架强大在于大量基本类型提供了内置解析器,包括单独字符数字字符串

    The power of the Spirit framework lies in the fact that it provides built-in parsers for a host of basic types like individual characters, numbers, and strings.

    youdao

  • URI模板字符串文字字符序列特殊标记组成,可以将一系列输入转换一个URI。

    A URI Template is a string value that includes a mixture of literal character sequences and specialized tokens that, when processed with a set of input values, yields a URI. For example.

    youdao

  • getopt根据接受选项字符字符串处理参数(必须传递给argcargv)。

    The getopt routine processes the arguments (you must pass it argc and argv) according to a string of accepted option characters.

    youdao

  • 邮政编码十个字符组成字符串,包括数字字符

    Zip code, a five- or ten-character string consisting of digits and a hyphen

    youdao

  • 从技术角度而言正则表达式表示某种模式字符串(也就是说,由字母数字符号组成字符序列),用于定义长的字符串

    Technically speaking, a regular expression is a string (that is, a sequence of characters composed of letters, Numbers, and symbols) that represents a pattern defining zero or more strings.

    youdao

  • 字符字符串长度取决于用于编码字符字符编码方式(ASCIIEBCDICUnicode)。

    The length of the character string is dependent on the character encoding (ASCII, EBCDIC, and Unicode) that is used to encode the character.

    youdao

  • 获得字符计数(计算字符串长度)单词(使用空格字符串断开并计算结果)。

    I can get the character count (from the string length) and the word count (by splitting the string by Spaces and counting the results).

    youdao

  • sequence (final)得到字符串最终字符串之间字符序列(字符串和最终字符串必须是1个字符组成的字符串)“0 ” .sequence(“9 ”)返回“ 0123456789 ”。

    String.sequence (final) Gets the sequence of character between string and final (both must be 1-character strings) "0".sequence (" 9 ") returns "0123456789".

    youdao

  • 字符串分析模型字符串就是一些语法能够字符串序列详尽理解字符串可能执行过程任何发挥作用

    The string analysis model strings are grammars, enabling a very detailed understanding of the characters and sequences that a string might hold at any point in the execution flow.

    youdao

  • 然后消息主体设置一个字符串,该字符串用户消息数据被编码为post格式

    It then sets the body of the message to a string that has the user and message data encoded in POST format.

    youdao

  • 如果当前字母下标字符串长度相等,那么这个变量一个字符串

    If the index of the current letter is equal to the length of the string, this variable is an empty string.

    youdao

  • 通过使用常量字符串可以避免分配内存复制字符串编码转换过程

    By using a constant string, you avoid allocating memory, copying the string, and the transcoding process.

    youdao

  • 可以设置这些属性惟一识别过滤器指定查询字符串指定解析查询字符串查询语言

    These properties can be set to uniquely identify the filter, specify a query string, and specify the query language that parses the query string.

    youdao

  • 使用标准C字符串函数习惯使用的字符串通用主机进行比较

    Using the standard C string functions or your favorite string library, compare the common name and the host name.

    youdao

  • 第一创建字符串时,可以混合使用引号引号,只要字符串开始位置结束位置使用同一类型引号。

    First, you can mix single and double quotation marks when creating a string, as long as the string USES the same type of quotation mark at the beginning and end.

    youdao

  • 第一创建字符串时,可以混合使用引号引号,只要字符串开始位置结束位置使用同一类型引号。

    First, you can mix single and double quotation marks when creating a string, as long as the string USES the same type of quotation mark at the beginning and end.

    youdao

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

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

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