• In these cases, programmers need to have a good grasp of the process of function matching.

    这种情况下需要程序员充分地掌握函数匹配过程

    youdao

  • Default arguments are arguments and are treated the same way as any other argument during function matching.

    默认也是实参,在函数匹配过程中,它的处理方式其他一样

    youdao

  • Promotions and conversions among the built-in types can yield surprising results in the context of function matching.

    内置类型提升转换可能会使函数匹配产生意想不到结果

    youdao

  • The calculation of the lowest emittance of the storage ring was carried out while considering H function matching condition;

    考虑到H函数匹配计算储存最低束流发射度

    youdao

  • These examples bear study to cement understanding both of function matching in particular and of the relationships among the built-in types in general.

    通过这些例子学习加深了解特殊函数匹配内置类型之间一般关系

    youdao

  • A complicated system is de-escalated, which is integrated based on the principle of function matching, and patterns of the hydraulic control module are manufactured.

    一个复杂系统逐一简化,功能等效基础完成液压系统的集成制作液压控制模块样品

    youdao

  • In order to realize function matching of Web services, an input and output-based function matching method was proposed based on extension and supplements of existing studies.

    为了实现网络服务功能匹配扩展补充已有相关研究基础上,提出了基于明确界定输入输出的网络服务功能匹配方法

    youdao

  • 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.

    函数重载确定,函数匹配函数调用重载函数集合中的一个函数相关联过程

    youdao

  • 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.

    匹配过程中故障分析器堆栈顶部开始向下读取直到遇到两个堆栈之间匹配函数

    youdao

  • To make it easier for potential buyers to find vehicles matching their criteria, it makes sense to now add a search function to the application.

    使潜在买家容易找到满足他们需要的车辆现在最好应用程序添加一个搜索功能

    youdao

  • The next two lines use pattern matching to pick off the values required to enforce this rule when the returned function is actually executed.

    接下来模式匹配摘出实施规则必需数据。

    youdao

  • This function is explained next and is responsible for adding any matching files into the Lucene search index.

    函数后面进行说明,负责将任何匹配文件添加Lucene搜索引擎。

    youdao

  • This will cause the keyword score to be zero (but the matching documents will still be returned) and the function value to be the sole component of the score.

    导致关键记录为0(仍然返回匹配的结果),并且函数记录唯一组成部分

    youdao

  • 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.

    XPath一个sum函数匹配节点内容作为参数,这些参数转换数值返回这些的和。

    youdao

  • Rather than sequentially searching through the text data using string matching, as done with the XQuery contains function, Net search Extender USES a text index.

    NetSearchExtender并不使用字符串匹配连续搜索文本数据(就像XQuerycontains函数所做那样),而是使用文本索引

    youdao

  • The for loop then iterates through each line, matching it against the regular expression in ASSIGN_LINE using the built-in matchlist() function

    然后for 循环遍历每个使用内置的 matchlist() 函数根据 ASSIGN_LINE 中的正则表达式匹配

    youdao

  • As previously mentioned, the contains function implements sub-string matching and therefore returns the value true for the above query.

    前所述,contains函数实现子字符串匹配因此对于以上查询返回true

    youdao

  • The body of the function then starts on the next line, and continues until a matching endfunction keyword is encountered. For example.

    函数然后开始,一直连续下去,直到遇到一个匹配endfunction关键字。

    youdao

  • I then append a new collection onto factors - generated by the map function on the factors list - applying the code to generate the symmetrical (the matching factor above the square root) list.

    然后一个新的集合附加至由factor列表中的map函数生成factor应用代码生成对称的(平方根上方匹配因子)列表。

    youdao

  • Now look at the search function. This function USES one of the most powerful features of Scala, its pattern matching.

    现在参看搜索函数这个函数使用个功能强大scala特性模式匹配。

    youdao

  • The SQL stored procedure searches for a matching free chunk in the free_chunks table and USES this information for the ADD chunk function call.

    SQL存储过程free_chunks搜索匹配空闲信息用于ADDchunk函数调用

    youdao

  • The structure in Listing 4 is used by the mimeokay function for one purpose: to set the global string pointer fstr to the appropriate MIME type string matching the file's extension: fext.

    清单4所示结构mimeokay函数使用,用来实现以下用途全局字符串指针fstr 设置为与文件扩展名 fext 相匹配合适MIME类型

    youdao

  • When w: check_words is toggled off, the function performs a match none command instead, to deactivate the special matching.

    w: check _ words关闭后,函数将执行matchnone命令解除特殊匹配。

    youdao

  • Pattern matching is used to evaluate the arguments to the function, so if you supply a tuple with three elements to the mathexp() function, the pattern matching will fail.

    使用模式匹配评估函数参数所以如果把包含三个元素的元提供给mathexp() 函数,模式匹配失败

    youdao

  • The WordCheck function then converts the resulting string as a Vim command and executes it (exec s: words_matcher) to turn on the matching facility.

    WordCheck函数随后结果字符串转换一个Vim命令执行(execs: words_matcher),从而启用匹配功能。

    youdao

  • This function is not smart enough to identify the character values in the final example of use and thus be able to warn the user. You could use a string pattern matching test such as.

    这个函数不够灵巧不能区分最后使用示例中的字符所以不能警告用户

    youdao

  • Each type of logon data has a matching function of the IBiBusHeader2 class to be used to retrieve it from the request which is passed to the logon function.

    每个登录数据类型IBiBusHeader 2一个对应函数用于传递给logon函数请求获取登录数据。

    youdao

  • Next, we need an evaluation function that will take the AST and evaluate it to a numerical value. This is pretty straightforward to write, given the power of pattern matching.

    接下来我们需要一个函数将会获取AST出它数字值。

    youdao

  • The object-matching function relies on several factors to recognize elements in the application under test.

    对象匹配功能依赖若干个事实识别被测应用元素

    youdao

  • Then the second table is scanned, only once, the function directs us to the proper slot in the hash table and from there you find the pointers to the matching rows.

    然后第二扫描,扫描一次那个函数引导我们哈希适合位置并且那里,找到匹配的行指针

    youdao

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

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

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