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

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

    youdao

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

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

    youdao

  • The lexicon was simple a organized list of character strings. There were no additional information associated with each 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

  • The third article in this series, " Exploring the Python type hierarchy, Introducing Strings," introduces the Python string, which is also an immutable sequence, but only for character data.

    系列第三篇文章探索Python类型层次结构 —— 使用字符串介绍了 Pythonstring也是一个不可变序列针对字符数据。

    youdao

  • To debug this program, I'm using the XMLString: : transcode function to convert the wide character strings for display on a console, as shown in Figure 1.

    为了调试这个程序使用XMLStringtranscode函数转换将控制台上显示字符字符串如图1所示。

    youdao

  • Here, split is a method that processes an input string (of the type string) that contains a specified delimiter character (in this case a comma) and returns a list of strings.

    这里split方法处理包含指定分隔字符(这里是逗号)的输入字符串(字符串类型),返回字符串列表

    youdao

  • The split method then returns an array holding the strings that resulted from separating the given string into substrings, as delimited by the space character.

    然后split方法返回一个数组,其中保存根据空格字符给定字符串分割成子字符串结果

    youdao

  • The waste in char arrays query shows the amount of wasted space in character arrays that are only referenced by strings.

    WasteIn CharArrays查询能够显示字符串引用字符数组浪费空间

    youdao

  • The split method is useful because it splits a string into a sequence of smaller strings, using a token character (or any character in a given sequence of characters) as an indicator of where to chop.

    split方法有用,因为可以字符串分成几个较小字符串序列,方法是将令牌字符(给定字符序列中的任何字符)用作断开位置的指示器

    youdao

  • The second split method demonstrates using a different token character -- in this case, a colon -- to split a string into a sequence of strings.

    第二split方法演示如何使用不同令牌字符例中使用冒号)将一个字符串分成一系列字符串。

    youdao

  • All of the previous examples have dealt with textual or character data: You wrote and read character strings.

    前面所有示例处理文本数据字符数据写入读取字符string

    youdao

  • In this case, I join together a sequence of single-character strings contained in a tuple using the colon character.

    例中使用冒号tuple包含由单个字符构成的字符串序列连接一起

    youdao

  • Instead of making calls to equals which compares strings character by character, you can compare names reported by the parser against string constants by reference.

    这里不需要调用一个字符一个字符地进行比较equals函数,相反可以通过引用将解析器报告名称字符串常量进行比较

    youdao

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

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

    youdao

  • Parameters belonging to the eight basic types require only two character strings for their specification: one for name, and one for value representation.

    属于八种基本类型参数对于规范需要两个字符串用于名称,另一个用于表示

    youdao

  • This definition allows you to use the concept of distance in different applications; here you're interested in the distance between two character strings, or words.

    这个定义可以不同应用程序使用距离概念在这里,您兴趣的是字符串两个单词之间距离。

    youdao

  • Processing translated character strings by these functions can cause unexpected results, such as bad translation words showing on the UI or functions failing.

    使用这些函数处理翻译字符串导致意外结果比如UI显示怪异的翻译造成函数失败

    youdao

  • As an example of compensating for SQL limits, consider that the federated server might allow the use of larger character strings than other remote data sources allow.

    补偿SQL限制例子考虑联邦服务器可能允许使用大于其他远程数据源所允许的长度的字符串

    youdao

  • As you might expect, validating XML documents that are provided as character strings requires little extra programming effort.

    正如预期的,验证作为字符串提供XML文档需要很少的额外编程工作

    youdao

  • The coordinate values are numeric (decimal, float, etc.), not character strings.

    标值数字(小数浮点数),不是字符串。

    youdao

  • So the arguments (the data) — whether they are floating-point Numbers, integers, character strings, or complex objectsare encoded into a format that can be transferred to the RPC receiver.

    所以自变量(数据)-无论是浮点整数字符串还是复杂对象-要编码可以传输RPC接收方的格式

    youdao

  • For example, character strings have a default size of 32.

    例如字符串默认大小32

    youdao

  • That module allows programmers to treat a string as an array of letters, either as numeric codes or as one-character strings. An example from the documentation.

    模块允许程序员字符串当作字符数组对待,或者作为数字代码或者作为单字符字符串。

    youdao

  • In "r-strings," the backslash that might otherwise compose an escaped character is treated as a regular backslash.

    “ r - strings ”中,可能另外组成换码符的反斜杠当作常规反斜杠。

    youdao

  • Rather than arithmetically or logically manipulating characters, a computer may concatenate strings of characters, replace some characters with others, or otherwise manipulate character strings.

    计算机将若干字符连成一些字符代替其他字符另行处理字符串,不是用算术方法或逻辑方法处理字符。

    youdao

  • For character strings, padding is with blanks; for bit strings, it is with zeros.

    对于字符串填充空格字符;对于,填充的是

    youdao

  • Its numerical abilities are strong (particularly its ability to handle complex Numbers) although it is weak in handling character strings. It is of moderate difficulty to learn and use.

    数值处理能力很强(尤其是处理复数能力),不过处理字符串的能力弱,学习使用这种语言的难度适中

    youdao

  • Character strings are identified based on rotating projection without invariant moment.

    针对字符串特点提出基于旋转投影不变矩识别字符的方法。

    youdao

  • Character strings are identified based on rotating projection without invariant moment.

    针对字符串特点提出基于旋转投影不变矩识别字符的方法。

    youdao

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

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

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