• 包括整数实数字符字符串排序

    Including integer, real, character and string sorting.

    youdao

  • 也是合法数字没有xslsort指定数据类型的字符串排序

    Sorting strings that are also valid Numbers, where no data-type is specified for XSL: sort.

    youdao

  • 第二属性s2指定强度级别决定字符串排序比较是否考虑大小写重音符号。

    The second attribute S2 specifies the strength level which determines whether case or accent is taken into account when ordering or comparing strings.

    youdao

  • 修复了MsSql 2005dialect多个处理器的计算机限制字符串排序正确问题

    Fixed an issue with limit string in MsSql2005 dialect sorting incorrectly on machines with multiple processors.

    youdao

  • UCS字符串排序基本模板区域设置定义中的LC_COLLATE可以基础根据本地文化修改

    This is a basic template for UCS string collation, from which LC_COLLATE category in locale definitions can be modified to fit local cultures.

    youdao

  • 获得排序映射后可以提取有限术语最后它们写出单个字符串(通过粘合集成代码完成)。

    Once you have the ordered map, you can simply extract the limited set of terms, eventually writing them out as a single string (done by the glue integration code).

    youdao

  • 强度属性决定在对文本字符串进行排序比较是否考虑重音大小写

    The strength attribute determines whether accent or case is taken into account when collating or comparing text strings.

    youdao

  • 要想创建对于所有字符串比较不区分大小写数据库需要使用排序规则UCA500R1,见清单4

    To create a database that is case-insensitive for all string comparisons, it is necessary to use the collation UCA500R1 as shown in Listing 4.

    youdao

  • 比如compare方法比较两个字符串sortasort方法相应php数组函数相同方式数组关联数组进行排序

    For example, the compare method compares two strings; the sort and asort methods sort arrays or associative arrays in a way similar to the corresponding PHP array functions.

    youdao

  • 这个例外就是xslsort指令lang属性告诉处理程序应该按照指定语言文化传统一致的方式排序字符串

    The exception is the XSL: sort instruction, where the lang attribute tells the processor that it should sort strings in a manner consistent with the cultural conventions of the specified language.

    youdao

  • 清单11展示了一个实现Comparator接口简单,它通过比较记录字符串内容记录进行排序

    Listing 11 shows a simple class implementing the Comparator interface to sort records based on comparing the string contents of each record.

    youdao

  • 可以调用setlocale来确定字符集错误消息类别、货币格式数字转换字符串校勘字母排序

    The setlocale call determines the character set, error messages catalogs, monetary value formatting, numerical conventions, string collation, and alphabetic ordering.

    youdao

  • 所幸的是,intl提供collator(以及名字collator _开头的影子函数),可用来根据特定的locale对比排序字符串

    Luckily, the intl library provides the collator class (and shadow functions with names starting with collator_), which you can use to compare and sort strings with respect to your selected locale.

    youdao

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

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

    youdao

  • 德语排序比较字符串

    Comparing strings with a German collation.

    youdao

  • XPath 2.0定义一种排序uriUnicode代码排列法,字符串根据每个字符Unicode代码进行比较

    The only collation URI defined by XPath 2.0 is for the Unicode code point collation, according to which strings are compared by the Unicode code points of their individual characters.

    youdao

  • 法式属性字符串进行排序时会字符串末尾开始检查重音

    The French attribute sorts strings by examining the accents starting from the end of the string.

    youdao

  • 可以使用字符串每个字符代码基础进行排序如果样式表需要英文数据排序那么这种方法非常合适。

    You can use the code points of the individual characters in a string as a basis for collation, and it might work reasonably well if your stylesheets only have to collate data in English.

    youdao

  • 数据库使用定制排序规则可能影响查询性能因为选择宽松的UCA设置匹配字符串数量可能会增加

    Using a customized collation for the database may have an impact on the query performance since the number of possible string matches increases when you choose a looser UCA setting.

    youdao

  • 显然,对包含字符串数据记录进行排序非常简单。

    Clearly, sorting records that consist solely of string data is a piece of cake.

    youdao

  • 例如假设想要一个字符串自动升序排序设置

    For example, say you want a set of strings that are automatically sorting in ascending order.

    youdao

  • 两个字符串区域敏感比较依赖字符串中的每一个字符几个排序权重类别包括语言字母大小写音调符号权重。

    A culture-sensitive comparison of two strings depends on each character in the strings having several categories of sort weights, including script, alphabetic, case, and diacritic weights.

    youdao

  • 同时算法思想用于精度整数字符串类型数据排序

    At the same time, idea of this algorithm is also applicable to the sorting of such types of data as double precision number, integer and character string.

    youdao

  • 对于问题解决方法每个字符串进行正常化然后使用序号比较字符串进行排序

    The solution to this problem is to normalize each string, then use an ordinal comparison to sort the strings.

    youdao

  • 比较两个对象字符串返回相对排序顺序指示

    Compares two objects or strings and returns an indication of their relative sort order.

    youdao

  • 而且情况下年龄字符串可能整数所以数字排序原生应用

    Moreover in your case, the age is a string where it could have been an integer and so the numeric sort would be natively applied.

    youdao

  • 输入(例如文件用户输入)中获取进行排序两个字符串

    Obtain two strings to be sorted from an input source such as a file or user input.

    youdao

  • 除了土耳其语阿泽里语字母表使用独特的大小写映射之外,还有其他一些自定义的大小写映射和排序规则需要执行字符串操作予以注意

    In addition to the unique case mappings used in the Turkish and Azeri alphabets, there are other custom case mappings and sorting rules that you should be aware of when considering string operations.

    youdao

  • 例如如果应用程序列表显示本地化字符串排序列表,则应用程序执行区分区域性排序操作。

    For example, if an application displays a sorted list of localized strings in a list box, the application should perform a culture-sensitive sort.

    youdao

  • 终结符号处理过程,深入地研究字符串匹配算法正则表达式匹配算法,实现了排序字符串匹配算法。

    First, classic string matching algorithms and regular expression matching algorithms are studied; second a binary sort tree string matching algorithm is proposed and realized.

    youdao

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

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

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