• 如果Group名称另一个Ruleset匹配,那么递归调用尝试进一步分解字符串(对于上一专栏文章示例中的anfields元素,也是这么)。

    If the Group name matches another Ruleset, a recursive call attempts to further decompose the string (this was true for the an: fields element that appeared in the examples in the last column).

    youdao

  • 处理一个节点时,模板调用自身,以便处理该节点孩子

    When processing a node, the template recursively calls itself to process the children of the node.

    youdao

  • 当前计算结果依赖之前部分结果所以每次后续递归调用中,我们向前那些结果。

    The result of the present computation depended on the partial results before it, so in each successive recursive call, we pass those results forward.

    youdao

  • 就是递归函数如何保证其他活动函数调用中的变量不受影响的。

    This is how recursive functions keep from trashing the values of the variables in other, active function calls.

    youdao

  • 设想场景递归访问一个目录,在树中的每个文件目录停下来,并每个查找到的条目调用自己的回调方法

    Imagine a scenario in which you want to traverse a directory tree recursively, stopping at each file and directory under that tree and having your own callback methods invoked for each entry found.

    youdao

  • 注意版本甚至可以循环自身使用调用循环本身用于列表左手边内容进行排序,另一次对列表右手的内容进行排序。

    Notice that this version even makes use of recursiveness in itself, calling itself twice, once to sort the left-hand side of the list, and once again to sort the right-hand side of the list.

    youdao

  • 执行调用必须递归方式调用程序的PROGRAM - ID段落中编写RECURsive子句(属性),或指定THREAD编译器选项

    To make a recursive call, you must either code the recursive clause (or attribute) in the PROGRAM-ID paragraph of the recursively called program or specify the THREAD compiler option.

    youdao

  • 刚开始接触计算机编程而言,这里归的一个简单定义函数直接或者间接调用自己时,则发生递归

    For those of you who are new to computer programming, here's a simple definition of recursion: recursion occurs when a function calls itself directly or indirectly.

    youdao

  • 方法递归调用报表显示调用总合显示程序在方面需要聪明一些

    Recursive methods is reported as sum of the calls. The viewer should be more clever in this respect.

    youdao

  • 过程调用可以嵌套但是保存点范围限制定义它的存储过程执行。

    Procedure calls can be nested or recursive, but the scope of a savepoint is restricted to the execution of the stored procedure in which it is defined.

    youdao

  • 我们循环转化函数时,递归调用函数所做最后事情。

    When we converted our loop to a recursive function, the recursive call was the last thing that the function did.

    youdao

  • 可以使一个嵌套很深递归调用函数很快退出

    This can be used to allow a quick exit to deeply nested, recursively called functions.

    youdao

  • 添加一个可到达退出分支停止递归调用

    Add a reachable exit branch to stop the recursive invocation.

    youdao

  • 目前实现提供一个服务可以递归调用TCS建立自己的事务

    The current implementation provides for a service to recursively call the TCS to set up its own transaction.

    youdao

  • 每个额外的递归调用都会占用更多的内存从而减慢浏览器的运行。

    Each additional recursive call takes up memory, and eventually will slow down the browser.

    youdao

  • 因此只有非常复杂大量使用循环递归调用应用程序中,才需要考虑这种潜在的影响

    Therefore, the potential impact is a factor only in complex applications where iterations and recursive invocations are heavily used.

    youdao

  • 也可以高层递归调用这些打包了交互活动类似于宏调用(4)。

    You can invoke these packaged interactions recursively from within higher-level interactions analogous to macro invocations (Figure 4).

    youdao

  • 注意,对于带有测试其他方法字段调用也会触发这些测试,所以要一些特殊情况的例外防止方面代码中的无限之类的问题。

    Note that nested calls to other methods or fields with tests will trigger those tests, with some special-case exceptions to prevent infinite recursions in aspect code, etc.

    youdao

  • 调用之后我们当前节点递归调用结果上。

    After the recursive call completes, we add the value of the current node to the results of the recursive call.

    youdao

  • 静态检测糟糕泛型构造函数调用一样,禁止多态递归增式编译发生冲突

    Just like static detection of bad generic constructor calls, forbidding polymorphic recursion conflicts with incremental class compilation.

    youdao

  • 那里开始每一次后续递归调用使用那些参数作为新的

    From there, each successive recursive call USES the parameters as new values.

    youdao

  • 下行复合数据结构引起的,这种下行方式有时调用要下行多级。

    It is caused by recursively descending a composite data structure in such a way that, sometimes, more than one step in the descent is taken in a single recursive call.

    youdao

  • a | a格式剩余字母如果没有字母,则否则调用模板

    The value of the remaining letters written in the a | a format. If there are no letters left, the value is empty; otherwise, you call the template recursively.

    youdao

  • 实际上定义一个调用自身函数方式

    Recursion is actually a way of defining functions in which the function is applied inside its own definition.

    youdao

  • 访问者实现中可以清楚地看到一点,可以看到eval - concat函数所有调用

    This is obvious in the Visitor implementation where you see all of the recursive calls to the eval-concat function.

    youdao

  • 在围绕g _ range参数定义全部可能范围构建签名时,check_dynamics函数调用自身

    The check_dynamics function recursively calls itself while building signatures encompassing the full range of possibilities defined by the g_range parameter.

    youdao

  • 为了实现,可以通过proceed(. .)调用封装匿名中来隐藏连接点其他部分

    To do this recursively, you close over the rest of the join point by encapsulating the proceed (..) call in an anonymous class.

    youdao

  • 表达式lazy - seq - fibo一个递归调用不过这次调用的是有两个参数情况,并01

    That expression is a recursive call to lazy-seq-fibo, but this time, it is calling the two argument case, passing in 0 and 1 to it.

    youdao

  • 获得版本我们调用这个find()方法替代前面介绍递归函数应该如此

    We will be substituting a call to this find() method for our recursive function described previously when we get this new version, and so should you.

    youdao

  • 很多方面可以认为xslapply - templates样式表自身递归调用

    In many respects, you can think of XSL: apply-templates as a recursive call into the stylesheet itself!

    youdao

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

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

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