• So strlen is the length of a string.

    所以strlen就是字符串的长度。

    youdao

  • Length of a string in terms of code units.

    根据代码单元计算的字符串长度。

    youdao

  • This example obtains the length of a string literal.

    这个范例是在取得字串常值的长度。

    youdao

  • Similarly, you can also apply constraints to indicate limits on the length of a string entry.

    同样,您也可以应用约束来表明字符串条目长度的限制。

    youdao

  • When OCTETS is used as the string length unit, the length of a string is determined by simply counting the bytes of the string.

    使用OCTETS作为字符串长度单元时,通过简单地计算字符串的字节数即可确定字符串的长度。

    youdao

  • In a nutshell, facets further restrict a simple type by specifying the maximum length of a string or the upper and lower limits of a number.

    本质上,刻面通过规定字符串的最大长度或者数字的上下限来进一步限制简单类型。

    youdao

  • The [key] annotation specifies that a property is the entity's primary key, while [StringLength (512)] specifies the maximum length of a string property.

    注解所指定的属性是实体的主键,[stringlength(512)]指定了字符串属性的最大长度值。

    youdao

  • Length of a string variable: Input argument for the SUBSTR function, which determines the desired length of the resulting string or output of the length function.

    字符串变量的长度:substr函数的输入参数,决定了结果字符串的期望长度或length函数的输出。

    youdao

  • youdao

  • She is using a length of colored string and determination to keep this traditional art of Chinese knots alive online and help more people understand the culture.

    她凭借一根彩绳和坚定的信念,让中国结传统艺术在网络世界熠熠生辉,帮助更多人了解中国文化。

    youdao

  • Therefore, if you have the same set of characters in a string, its length may defer according to the encoding used.

    因此,如果字符串中有相同的字符集,则其长度可能随使用编码方式的不同而有所不同。

    youdao

  • For some functions, a numeric value is input, for example start, length, and offset parameters of string functions.

    一些函数的输入是数值,比如字符串函数的起始、长度和偏移量参数。

    youdao

  • If string to be searched is found, the result is a number from 1 to the actual length of input string, expressed in the code units that are explicitly specified.

    如果找到搜索字符串,则所得结果是一个从1到输入字符串实际长度之间的一个数字,使用显式指定的代码单元来表示。

    youdao

  • Finally, both TDS and Custom Wire Format (CWF) allow the automatic truncation of oversize fixed length string fields when a message is output.

    最后,在输出消息时,TDS和自定义有线格式(CWF)允许自动截断过大的固定长度字符串字段。

    youdao

  • A substring is zero or more contiguous string length units of input string.

    子字符串是输入字符串的零个或多个相邻字符串长度单元。

    youdao

  • If you take the length of a character in CODEUNITS, the output differs according to the CODEUNITS used as inputs to the string function.

    如果使用CODEUNITS来获取字符的长度,则用作字符串函数输入的CODEUNITS的不同会导致输出的不同。

    youdao

  • The second occurrence of a string is replaced by a pointer (in the form of a pair — distance and length) to the previous string.

    二次出现的字符串由一个指向前一字符串的指针(以对的形式——距离和长度)代替。

    youdao

  • The counting of string length using a byte is referred to as byte semantics in this article, and the counting of string length using the number of characters is referred to as character semantics.

    本文中将使用字节计算字符串长度的方法称作字节语义,而使用字符数计算字符串长度的方法称作字符语义。

    youdao

  • This function, as mentioned in SQL standards, is used to find the length of a character string in character semantics.

    如SQL标准中所述,此函数使用字符语义查找字符字符串的长度。

    youdao

  • Enables you to get information about the text (for example, its length), as well as segments of the text as a string.

    使您能够获取文本的相关信息(例如它的长度),以及文本片段。

    youdao

  • In the case of a graphic strings, two bytes constitute a character and you use the number of double bytes to represent the length of the string.

    对于图形字符串,两个字节组成一个字符,使用双字节数来表示字符串的长度。

    youdao

  • String all incoming variables of all unexpected characters and truncate the length to a reasonable limit.

    将传入的所有意料之外字符的所有变量都转换成字符串,并将其截断为合理的限制长度。

    youdao

  • In the case of a single-byte character encoding scheme, a single byte constitutes a character and the length of a single byte string is the same as the byte length of the string.

    对于单字节字符编码模式,一个字节组成一个字符,单字节字符串的长度与字符串的字节长度相同。

    youdao

  • If the length of the string is zero, return a nonbreaking space; otherwise, return the seed and the name of the contestant.

    如果字符串的长度为零,则返回一个未破坏的空间,否则,返回seed和竞争者的名称。

    youdao

  • Consider a vector of five strings; you want to sort them on the basis of increasing string length.

    请考虑一个包含5个字符串的向量;希望按字符串长度的升序排序。

    youdao

  • We initialize our variables, finding the length of the string from a call to unpack .

    然后初始化变量,通过调用unpack来得到串的长度。

    youdao

  • These are followed by m lines, each containing a string of length n.

    接下来m行,每行一个长度为n的字符串。

    youdao

  • To illustrate the problem that this causes, I benchmarked the time it takes to find all instances of the pattern "Crachit*" in a string with length 10,690,488.

    为了演示这个缺陷带来的问题,我测评了在长度为 10,690,488的字符串中寻找模式 “Crachit*” 的所有实例所花费的时间。

    youdao

  • If you include a precision specifier for a string output (such as "%.10s"), then you can protect against buffer overflows by specifying the maximum length of the output.

    如果指定字符串输出的精确指定符(比如%. 10s),那么您就能够通过指定输出的最大长度来防止缓冲区溢出。

    youdao

  • You can even use "*" as a precision specifier (such as "%.*s"), so you can pass in a maximum length instead of having the maximum length embedded in the control string.

    甚至可以使用“ * ”作为精确指定符(比如“ %.*s ”),这样您就可以传入一个最大长度值,而不是在控制字符串中嵌入最大长度值。

    youdao

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

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

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