• 乘法详细信息在 乘法辅助函数一节介绍

    The details of the multiply algorithm will be described in the section headed Multiply as a support function.

    youdao

  • 本文给出构造问题辅助函数一种方法

    A method to construct auxiliary functions for intermediate value problems is given.

    youdao

  • 这个辅助函数代码可以encode . js中找到

    The code of this auxiliary function can be found in encode.js.

    youdao

  • 很多关键挑选了一些被大家经常要求辅助函数予以实现。

    Many of the key base classes also picked some frequently requested helper function.

    youdao

  • 我们以此说明如何模板文件使用不同数据对象辅助函数

    We include it as an example of how to use different data objects and helper functions within a template file.

    youdao

  • 针对微分中问题结论不同特征本文归纳出辅助函数构造方法

    According to different features of conclusion about middle value questions in differential calculus, four kinds of methods about the auxiliary function structures will be concluded.

    youdao

  • 构造辅助函数利用微分定理解决问题关键,构造辅助函数方法较多

    Constructing auxiliary functions is the key in using differential mean value theorem to solve problems; there are many methods for constructing auxiliary functions.

    youdao

  • 利用辅助函数一类非线性微分方程进行研究给出解有界充分条件

    Using the auxiliary function, studies the boundedness of solutions of a kind of 2-order nonlinear differential equations with delay, then gives sufficient conditions of them.

    youdao

  • 最后探讨拉格朗日中定理证明辅助函数构造方法以此拓展定理证明的思路

    Finally discusses the Lagrange mean value theorem proof method of constructing auxiliary function in order to expand on the idea of theorem proving.

    youdao

  • 本文首先采用不同几何手段引进相应辅助函数,对拉格朗日定理证明进行了探索

    In this paper, using different geometric means, the introduction of the corresponding auxiliary function of the Lagrange theorem proof explored.

    youdao

  • 证明方法关键在于构造一个辅助函数,再应用罗尔中定理推出拉格朗日中值定理结论

    Its key proof is to construct an auxiliary function, which is used by Roll's theorem to reach a conclusion of Lagrange's theorem.

    youdao

  • 本文首先证明了R—S积分公式利用辅助函数进一步讨论其“中间近性。

    This paper firstly proves R-S mean value formula for integral, and USES the supplementary function for further discussing the asymptotic property of the "intermediate point".

    youdao

  • 辅助函数构造高等数学教学中的重要内容之一也是学生所掌握重要的解题方法之一。

    The structure of auxiliary function is one of the important contents in the mathematics teaching, it is one of the important solution approaches that students should grasp too.

    youdao

  • 然后定义相应辅助函数导出对应的微分关系,由此分析电磁场作用下系统热力学特性

    Then define related assisted functions, deduce corresponding differential expressions, therefore we can analyze the thermodynamic properties of the system in the electromagnetic fields.

    youdao

  • 本文首先箱子约束全局最优化问题提出新的辅助函数,该函数能跳出当前局部极小点

    In this paper, a new auxiliary function with one parameter on box constrained for escaping the current local minimizer of global optimization problem is proposed.

    youdao

  • 我们创建了一个简单辅助函数支持使用XMLHttpRequest对象调用使用E4X服务

    We created a simple helper function to support using the XMLHttpRequest object to invoke services using E4X.

    youdao

  • 本文具体通过积分上限函数辅助函数解题的方法的分析,说明在微积分中如何构建辅助函数求解数学问题

    This paper has discussed method about integal superior function as auxiliary function, which illustrates to how to solve problems by constructing integal superior function as auxiliary function.

    youdao

  • 采用引进具有二阶连续可微的辅助函数,将非线性不等式组转化为非线性方程组,然后利用牛顿迭代法对非线性方程组进行求解。

    In is established the equivalence between the nonlinear inequalities with nonlinear equations by using auxiliary function, a descended Newton algorithm is proposed.

    youdao

  • 第五主要对设计中所用到模块函数进行了分析,并流程图作为辅助参考,另外讨论了几个辅助函数、驱动过程函数以及上下层的接口函数

    In the fifth part, all of modules of the thesis is analysed with figure and discussed several assistant function, process function of driver table and interface function.

    youdao

  • 包含了用于VB语言构造一些辅助函数这个(译者注:这个类库Microsoft.VisualBasic.dll,VB语言的很多基础功能都需要调用这个类库),作为.NET平台的一个基本功能共同发布的。

    This library, which contains helper functions called by VB language constructs, is shipped with the baseline .NET platform.

    youdao

  • 注意我们必要使用一个辅助乘法函数

    Note that it is necessary to use a helper multiply function.

    youdao

  • 上面TimeBase计算实现中,算法使用了一个辅助乘法函数

    In the implementation of the Time Base calculation above, the algorithm USES a helper multiply function.

    youdao

  • 子类构造函数必须调用一个构造函数无论是主构造函数或者辅助构造函数

    The primary constructor in a derived class must invoke one of the parent class constructors, either the primary constructor or an auxiliary constructor.

    youdao

  • 被调用构造函数可以另外一个辅助构造函数或者构造函数,而且必须出现辅助构造函数主体的一句

    The constructor invoked may be either another auxiliary constructor or the primary constructor, and it must be the first statement in the auxiliary constructor's body.

    youdao

  • 因为所有辅助构造函数最终都会调用构造函数,它主体进行逻辑检查其它初始化工作会所有实例被创建的时候执行

    Because all auxiliary constructors eventually invoke the primary constructor, logic checks and other initializations done in the body will be performed consistently for all instances created.

    youdao

  • 第二辅助构造函数接受一个标签

    The second auxiliary constructor accepts just a label.

    youdao

  • 第一辅助构造函数接受标签一个单独回调函数

    The first auxiliary constructor accepts a label and a single callback.

    youdao

  • 第5 -Scala基本面向对象编程》的“Scala 的构造函数章节我们看到如何定义辅助的构造函数

    We’ll see how to define auxiliary constructors in the section called “Constructors in Scalain Chapter 5, Basic Object-Oriented Programming in Scala.

    youdao

  • 为了避免无限递归Scala要求辅助构造函数调用之前定义的构造函数[ScalaSpec2009]。

    In order to avoid infinite recursion, Scala requires each auxiliary constructor to invoke another constructor defined before it [ScalaSpec2009].

    youdao

  • 为了避免无限递归Scala要求辅助构造函数调用之前定义的构造函数[ScalaSpec2009]。

    In order to avoid infinite recursion, Scala requires each auxiliary constructor to invoke another constructor defined before it [ScalaSpec2009].

    youdao

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

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

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