• 递归方法需要式的返回类型

    Recursive methods also require an explicit return type.

    youdao

  • 例如考虑一个递归方法发生事情

    Consider what would happen with a recursive method, for instance.

    youdao

  • 第二真正文档表示执行修改递归方法

    The second fragment is a recursive method to actually walk through the document representation and perform the modifications.

    youdao

  • 试用递归方法设计求解背包问题的算法。

    Trial designed recursive algorithm for solving knapsack problem.

    youdao

  • 汉诺塔问题典型只有递归方法才能解决的问题。

    Tower of Hanoi is a typical problem that can only be solved using recursive method.

    youdao

  • 为了在递归方法匿名应该扩展方法已知包装器类型

    To pass this to a recursive method, the anonymous class should extend a wrapper type known to the method.

    youdao

  • 没有谁真的右脑中,按最初讲的递归方法,计算Fibonacci数列。

    Nobody in their right mind actually implements a recursive Fibonacci the way I did it originally.

    youdao

  • 语言水法实现源码程序演示递归方法漫水法填充效果

    Easy language routines source diffuse recursive method demonstrates the recursive method of flood fill effect.

    youdao

  • 证明索赔时刻盈余过程马氏过程,并用递归方法得到了此模型破产概率上界

    Firstly surplus process in claim moment being a Markov chain was proved, then the upper bounds of the ruin probabilities was discussed by recursive method.

    youdao

  • 数学计算机归方法进行了阐述通过实例完成了数学递归问题的计算机实现

    In the paper, we explained defined recursive of mathematics and computer, and then, we have given some examples and completed computer realization of mathematics recursive question.

    youdao

  • 提出并行差分滤波器去除背景,用逻辑剔除噪声,用递归方法累积目标轨迹的算法。

    It proposes using parallel difference filters to suppress backgrounds, using logic and method to eliminate noise and using recursive method to cumulate the target tracks.

    youdao

  • 研究以前图像连通算法基础上,提出一种基于递归方法的二值图像连通像素标记算法

    On the foundation of studying former connecting area algorithms, the paper presents a pixel labeled algorithm based on recursive method of connecting area in binary images.

    youdao

  • 方法这些关系的直接实现造成解决方案效率低下,因为其中包含了对子问题的多次计算

    The naive implementation of this recurrence relation as a recursive method would have led to an inefficient solution involving multiple computations of subproblems.

    youdao

  • 方法1所有记录文件夹匹配的文件夹名为WCF随着完整层次编写一个递归方法

    Approach 1: To get all the records from Folders table which match with the folder name as "WCF" along with their complete hierarchy by writing a recursive method.

    youdao

  • 另外,对缓冲区生成过程出现特殊情况进行了处理,应用递归方法管理存储缓冲区边界相交多边形

    In addition, specific case was resolved during the procedure of the buffer creation, and recursion method was adopted to manage and store the self-intersected polygons of the buffer's borderline.

    youdao

  • 为了测试段初步日志记录代码使用精巧递归方法,它是波纳契数列计算的一个实现如清单4

    To test this preliminary logging code, I'll use a nicely recursive method, an implementation of the Fibonacci sequence calculation, as shown in Listing 4.

    youdao

  • 利用格林函数技术计算了多终端量子体系电子运特性,首先运用递归方法给出介观或量子体系的格林函数。

    We have introduced a method for the calculation of electron transport in a multi_terminal quantum system based on the recursive Green's function technique.

    youdao

  • 针对复杂管网水质比例矩阵求解困难的问题利用方法求解水质比例矩阵,由此得到给定覆盖标准的覆盖矩阵。

    To resolve the computational complexity in water quality fraction matrix for complicated water distribution systems, a recursion method was used to obtain the coverage matrix under coverage criteria.

    youdao

  • 本文一种规则栅格状网络进行了理论分析分别针对路由准则,采用归方法推导出了评价网络性能的计算公式。

    This paper analyses a regular grid network for two kinds of routing standard theoretically, and derives recursive formular to find the network performance.

    youdao

  • 很明显直接方法执行速度要快一些,因为没有涉及到任何函数调用堆栈操作递归方法优雅能更好地反映问题的本质。

    Obviously, the straightforward method is faster because there aren't any function calls or stack manipulation, but the recursive way is more elegant and better reflects the problem.

    youdao

  • 如果找到个子元素,那么这个方法使用这个元素,调用它本身

    If an element child is found, the method recursively calls itself with the child element.

    youdao

  • 处理一些复杂问题时候,常用到的两个方法递归代,它们直接利用计算机的高速计算能力解决问题。

    Recursion and iteration are two very commonly used, powerful methods of solving complex problems, directly harnessing the power of the computer to calculate things very quickly.

    youdao

  • 这个示例所使用生成递归闭包方法有些冗长

    The way of making recursive closures used in this example is a bit tedious.

    youdao

  • 原因定义某些基本没有给出自己,然后这种方法定义递归数据类型

    Cause: The recursive datatype is defined in such a way that certain base cases of the definition are not given their own classes.

    youdao

  • 任何连接甚至复杂查询都可以同样方法通过递归组成放入一个CTE中来表达。

    Any joins, or even more complex queries, can easily be expressed in the same way by simply pushing the composition of the source for the recursion into a CTE.

    youdao

  • 探索模板惟一方法定义同样版本以及基本案例

    The only way to go about exploring the template is to define a recursive version of the same along with a base case.

    youdao

  • 根据SQL标准评估分层双向数据方法递归通用表达式(RCTE)。

    According to the SQL Standard, the method to evaluate hierarchical or bi-directional data is the Recursive Common Table Expression (RCTE).

    youdao

  • 检索实体模式一种方法通过递归调用getSubCategories方法类别模式。

    The other way to retrieve the category schema is to traverse the category schema objects by calling the getSubCategories method recursively.

    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

  • 获得版本我们调用这个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

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

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

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