在这种情况下,需要程序员充分地掌握函数匹配的过程。
In these cases, programmers need to have a good grasp of the process of function matching.
如果调用非法,指出是没有函数匹配还是该调用存在二义性。
If the call is illegal, indicate whether there is no match or why the call is ambiguous.
内置类型的提升和转换可能会使函数匹配产生意想不到的结果。
Promotions and conversions among the built-in types can yield surprising results in the context of function matching.
如果没有任何函数匹配,它将尝试String,最终尝试Object。
默认实参也是实参,在函数匹配过程中,它的处理方式与其他实参一样。
Default arguments are arguments and are treated the same way as any other argument during function matching.
通过这些例子,学习并加深了解特殊的函数匹配和内置类型之间的一般关系。
These examples bear study to cement understanding both of function matching in particular and of the relationships among the built-in types in general.
函数重载确定,即函数匹配是将函数调用与重载函数集合中的一个函数相关联的过程。
Function overload resolution (also known as function matching) is the process by which a function call is associated with a specific function from a set of overloaded functions.
波形匹配是信号与小波函数匹配的一种,它与能量匹配各有特点,其适用范围各不相同。
Waveform matching is included in the matching between the signal and wavelet function. Compared with the energy matching, it has its own characters and is used in some specific domains.
本文即提供了用特征函数匹配求解平台脚柱在有限深水域中垂荡的流体动力系数的计算方法。
The present paper describes the matching method for solving the hydrodynamic coefficients of columns with footing when heaving in finite-depth waters.
如果使之与第二个函数匹配,就必须将int 型实参42转换为double 型的值。
To match the second function, the int argument 42 must be converted to a double.
要获得 CU 的行缓冲的每一行,我们需要检查低位地址匹配以找到函数的第一行的行号。
For each line in the line buffer for a CU, we need to check for the low address match to find the first line number.
重复这个过程,直到函数名不匹配为止。
This process is repeated until the function names do not match.
所匹配的函数类似于我们之前的访问者函数,但在开始时会获取一个要搜索的节点类型。
The matched function is like our prior visitor functions but takes a node type to search for at the beginning.
那个函数则接收匹配到的数组作为参数,然后返回一个修改后的字符串作为替换。
This function receives the match array as a parameter and returns a modified string that is used as a replacement.
在匹配过程中,故障分析器从堆栈的顶部开始向下读取,直到遇到在两个堆栈之间不匹配的函数名。
Fault analyzer starts its matching process by reading from the top of the stack downward until it comes across a function name that doesn't match between two stacks.
此函数试图匹配并返回正则表达式针对源字符串定义的模式的特定发生项。
This function attempts to match and return a specific occurrence of a pattern that is defined by the regular expression against the source string.
如果两个堆栈中的函数都相同,那么匹配百分数是100%,这称为精确匹配。
If two stacks have all functions in common, then their matching percentage is 100 percent, and they are called an exact match.
如果这两个字符串中有任意一个与参数相匹配,那么函数就会返回相应的鱼饵数组。
If either one of those strings matches the parameter, then the appropriate array of lures is returned.
此函数试图匹配正则表达式针对源字符串的模式的特定发生项。
This function attempts to match a specific occurrence of the pattern that is defined by the regular expression against the source string.
例如,可以为同一函数定义多种处理方式,还可以对递归调用应用模式匹配,这样做可以简化某些函数。
For example, the ability to define multiple approaches to the same functions and employ pattern matching for recursive calls simplifies some functions.
匹配模式,描述了可以通过函数的参数MODE指定的模式匹配的不同类型。
Matching modes, which describe the different types of pattern matching that can be specified through the function's parameter mode.
函数将返回匹配数组。
错误的内存使用在使用内存分配和释放的函数不匹配时发生。
Incorrect memory use occurs when functions used for allocating and de-allocating memory do not match.
尽管XPath提供了一种紧凑和优雅的方式来遍历xml树,但其模式匹配函数的能力相当有限。
While XPath provides a compact and elegant way of traversing an XML tree, its pattern matching functions have a rather limited capability.
此函数将在匹配给定regex的每个点上划分字符串。
This function divides the string at every point that matches the provided regex.
如果代码的格式很好,那么这将与main函数的结束花括号匹配。
If your code is formatted nicely, this will match the closing brace of your main function.
XPath也有一个sum函数,它以匹配节点的内容作为参数,将这些参数转换成数值,并返回这些值的和。
XPath also has a sum function, which will take the contents of the matching nodes, convert them to numeric values, and return the sum of those values.
速度慢的最主要的因素是fitness函数试图匹配dictionary里的所有单词,以及字母表里的所有字母。
The biggest slowdown comes from the fitness function trying to match all the words in the dictionary, plus all the letters in the alphabet.
该函数查找匹配给定xpath的第一个节点并抽取其文本值。
The function finds the first node to match the given XPath and extracts its text value.
该函数查找匹配给定xpath的第一个节点并抽取其文本值。
The function finds the first node to match the given XPath and extracts its text value.
应用推荐