comparison function信息详情

comparison function发音

意思翻译

[数]比较函数

相似词语短语

comparison───n.比较;对照;比喻;比较关系

comparison chart───对比图

rower comparison───赛艇比较

comparison between───在两者间比较

beyond comparison───adv.无以伦比

comparison theorem───[数]比较定理

comparison synonym───比较同义词

comparison definition───比较定义

by comparison───相比之下,比较起来;(与...)相比较

双语使用场景

This table, sorted in alphabetical order, requires a lexical key comparison function, and USES support for duplicate keys in BDB.───本表,按字母顺序排序的,需要一个词汇重点比较功能,并使用在BD B重复键的支持。

This function takes two parameters — the first is the HTML select list to sort, and the second is the comparison function.───该函数带有两个参数——第一个参数是要排序的HTML选择列表,第二个参数是比较函数。

Mind you, even this comparison function was rather complicated at the time.───提醒您,即使此比较函数时起来相当复杂。

The function has no effect if an exception is thrown, unless it is thrown by the container's hash function or comparison function.───如果抛出异常,则该函数没有作用,除非异常是从容器的散列函数或比较函数中抛出的。

This warning indicates that a string copy function was used where a string comparison function should have been used.───此警告意味着在应当使用字符串比较函数的位置使用了字符串复制函数。

The u sort() function sorts an array by a user defined comparison function.───函数的作用是:使用用户自定义的比较函数对数组中的值进行排序。

The DSU idiom is much faster than passing sort a comparison function, as discussed in other recipes.───DSU惯例是比传递一个比较函数更快,就象在其他配方里讨论的那样。

This function will sort an array by its values using a user-supplied comparison function.───本函数将用用户自定义的比较函数对一个数组中的值进行排序。

英语使用场景

This warning indicates that a string copy function was used where a string comparison function should have been used.

In addition to speed, decorate-sort-undecorate (DSU) offers flexibility that sort with a comparison function argument just can't match.

A naive approach might be to use a library entry point for sorting, supplied with a comparison function to say that "Kim Black" precedes "Dan Smith" because 40,000 is greater than 6,000, and so on.

This is a big step forward in reducing verbosity but is still not any more abstract — it still forces the user to calculate the comparison function imperatively.