• 对RPE算法进行改进补充使之适用于简单递归,用来对网络权值阈值进行调整

    This RPE algorithm was adapted to the simple recurrent network by making improvement and complementarity, and the weight and the threshold of the network can be adjusted at the same time.

    youdao

  • 通过简单递归语句可以轻松地推动处理符号数据列表

    Through simple recursive statements, you can power process lists of symbols and data easily.

    youdao

  • 很多植物生成分枝形状叶片图案时遵循简单递归法则

    Many plants follow simple recursive formulas in generating their branching shapes and leaf patterns.

    youdao

  • 证明了,可以通过三个简单概念以及它们的递归应用,对任何复杂软件架构建模

    It turns out that with these three simple concepts and their recursive application, it is possible for you to model arbitrarily complex software architectures.

    youdao

  • 通过增加简明语法支持函数式语言使成为实现简单代码重用候选方法。

    By adding clean syntax and support, functional languages make recursion a candidate for simple code reuse.

    youdao

  • 递归组合思想简单可以通过组合现有商业流程来定义新的商业流程(请参见1)。

    The idea of recursive composition is simple: new business processes can be defined by combining existing business processes (see Figure 1).

    youdao

  • HOP第1从几个简单主题展开了讨论,例如递归回调,同时给出了很好的例子

    Chapter 1 in HOP opens with simple topics like recursion and callbacks, always backed by good examples.

    youdao

  • 简单的非过程表达式并不能访问所有元素尽管许多库都包含有帮助功能,可以用于遍历

    No simple non-recursive procedural expression accesses all elements, although many libraries include helper functions for walking the tree.

    youdao

  • 开始介绍SPU汇编语言之前,先来看一个通过递归算法计算32 位数阶乘简单程序

    To begin looking at SPU assembly language, I will enter in a simple program for calculating the factorial of a 32-bit number using a recursive algorithm.

    youdao

  • 由于DITAscreenuicontrol元素描述导航控件(参见清单1),遍历一个通过应用程序路径变成简单递归

    Because the DITA screen and uicontrol elements describe navigation controls (see Listing 1), traversing a path through the application becomes a matter of simple recursion.

    youdao

  • 例如概念模型可能显示Person它本身一个简单递归关系

    For example, the conceptual model may show a simple recursive relationship from Person to itself.

    youdao

  • 最后对于表达式情况解析器表达式看到括号时,就应该简单进行回送清单21所示。

    Finally, for the case of recursive expressions, the parser should simply echo parentheses when it sees them within the expression recursion, as illustrated in Listing 21.

    youdao

  • 我们先前简单示例(其中多态作为简单直接的自引用发生)会使一事实变得模糊。

    This fact may be obfuscated by our simple example earlier in which the polymorphic recursion occurs as a simple, direct self-reference.

    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

  • 由于尾部递归优化这种方式列表进行迭代一种非常简单的方式。

    With tail-recursion optimization, this idiom is a marvelously concise way to iterate over a list.

    youdao

  • 有时候编写递归程序时难以获得简单问题。

    Sometimes when writing recursive programs, finding the simpler sub-problem can be tricky.

    youdao

  • 由于在成员包含的内容出现较大型结构之前,成员项必须有效对象,所以简单继承方法不起作用。

    Since member items need to be valid objects prior to their inclusion in larger structures, the simplest recursive descent approach would not work.

    youdao

  • 使用数据编写递归过程非常简单

    With inductive data, it is fairly easy to write recursive procedures.

    youdao

  • XSLT 1.0中,必须编写许多算法甚至递归编写简单算法。

    In XSLT 1.0, you must write many algorithms, even simple ones, recursively.

    youdao

  • Lisp编译器解释器能够特定形式翻译迭代从而允许以一种更为简单明快方式使用数据结构结构)。

    The Lisp compiler or interpreter can translate certain forms of recursion to iteration, allowing a simpler, cleaner way to work with recursive data structures, such as trees.

    youdao

  • 这些由列表构建简单指令构成了递归高阶函数甚至闭包continuation之类高级抽象基础

    These simple list-building instructions form the foundation of recursions, higher-order functions, and even higher-order abstractions like closures and continuations.

    youdao

  • GNU文件实用程序(fileutils)可以完成递归目录删除目录移动但是在版本4.1之前,当遍历目录结构时,只是简单遵循. .”这个特殊条目

    The GNU file utilities (fileutils) can do recursive directory deletions and directory moves, but before V4.1, it simply followed the ".. "special entry as it walked the directory structure.

    youdao

  • 为了编写递归模式更为简单Scheme使用一个名为命名let (named let)的快捷方法。

    In order to make programming recursive patterns easier, Scheme contains a shortcut called the named let.

    youdao

  • 简单递归fib分析实际上非常复杂

    Fib Roughly speaking, the analysis of fib is actually quite complex, of a recursive fib.

    youdao

  • 两个简单递归能可以找到所有用户

    These two simple functions can recursively find all of the users.

    youdao

  • 利用这些特性对于求解较为复杂线性递归关系提供了一种简单的方法。

    Making use of these properties provides a simple and convenient solution for some more complex relationship of linear recursion.

    youdao

  • 微分等价递归算法计算简单,在体系可靠度计算有着广泛应用。

    Differential equivalent recursion algorithm is widely used in the reliability calculation of structural system because of its simplicity.

    youdao

  • 运用遍历技术进行实用潮流计算方程的使用使得编程简单,并且需要形成阻抗导纳阵。

    Efficient power flow is calculated by means of tree technique and recursion, which do not need resistance or admittance matrix.

    youdao

  • 这样做允许我们简单描述过程但是仍然能够通过RUP生命周期递归程序建造十分复杂计划

    This permits one to describe the process simply, but still be able to construct plans of arbitrary complexity by recursive application of the RUP lifecycle.

    youdao

  • 这样做允许我们简单描述过程但是仍然能够通过RUP生命周期递归程序建造十分复杂计划

    This permits one to describe the process simply, but still be able to construct plans of arbitrary complexity by recursive application of the RUP lifecycle.

    youdao

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

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

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