递归过程

dì guī guò chéng
  • recursive procedure
递归过程递归过程
  1. 对于每个非终结符号U,语法分析程序都有一个递归过程。

    The syntax analyzer has one recursive procedure for each nonterminal U.

  2. 文中特别用两个例子详述了在PROLOG语言中最难理解的递归过程。

    In the paper , using two program examples describe PROLOG language recursive procedure in detail .

  3. 给出了一种基于弹性BP算法的混合递归过程神经网络学习算法。

    And a learning algorithm base on resilient backpropagation is proposed for the network .

  4. 对更复杂的递归过程来说这是一个通用的模式。

    This is a common pattern for more complex recursive procedures .

  5. 把递归过程变换成非递归过程的几点体会

    Some Remarks on the Transformation of Recursive Procedure into Non recursive Procedure

  6. 基于递归过程神经网络的航空发动机滑油系统状态监测

    Condition Monitoring of Aeroengine Lubricating Oil System Based on Recurrent Process Neural Network

  7. 递归过程的谓词变换语义及其验证

    Predicate transformer semantics and verification of recursive procedures

  8. 确保递归过程可正确终止。

    Make sure recursive procedures terminate properly .

  9. 生成二叉树的递归过程

    Recursive procedure for generation binary tree

  10. 调用了过多的递归过程。

    Too many recursive procedure calls .

  11. 但是,就像计算斐波纳契数的递归过程一样,这个递归解需要多次计算相同的子问题。

    However , like the recursive procedure for computing Fibonacci numbers , this recursive solution requires multiple computations of the same subproblems .

  12. 本文对直接递归过程与间接递归过程的谓词变换语义给出了形式化的定义。

    This paper presents the formal definitions of predicate transformer seman-rics for both direct and indirect recursive procedures using the concept of WP .

  13. 针对航空发动机滑油系统状态监测问题,提出了递归过程神经网络模型。

    Aimed at the problem of condition monitoring of aeroengine lubricating oil system , recurrent process neural network ( RPNN ) model was proposed .

  14. 在该原则下,提出了符号移位法,以实现递归过程中方向的动态控制。

    According to the principle , a Symbol Shifting technique , which can control the traversal symbols dynamically in recursive procession , is presented .

  15. 然而,与其它扩展的梯度非负矩阵因子算法一样,碍于非负边界限制,在递归过程中不可避免地会遇到不恰当学习的问题。

    Nevertheless , the maladjusted learning problem is unavoidable as some other extended gradient NMF algorithms during the iterations due to the nonnegative bound constraints .

  16. 递归过程在遇到一个没有内部结构的简单参与者时结束;也就是说,该参与者不需要任何接口。

    The recursion reaches its end when it encounters a simple participant without an internal structure ; that is , it requires no more interfaces .

  17. 为解决复杂系统状态预测模型难以建立且预测精度难以保证的问题,提出了一种混合递归过程神经网络。

    A Hybrid Recurrent Process Neural Network is proposed to resolve the problems that building the prediction model of complex system condition is hard and the prediction precision is hard to be guaranteed .

  18. 该文试图搞清它的概念和原理,并经过分析指出:它是以连比例的递加法为基础的,具有一定约束条件的递归过程;

    To get a clearer understanding of its concept and principle , this paper shows that it is a recursive procedure based upon the successive addition method of continued proportion with a certain constraint condition ;

  19. 在DOM中,状态在树的递归遍历过程中是隐含的。

    In DOM , the state is implicit in the recursive walk of the tree .

  20. 一旦检测到循环,就会设置CYCLE子句中已定义好的适当标记,并停止分支的递归查询过程。

    As soon as a cycle is detected the appropriate flag defined in the CYCLE clause is set and the recursive query process for the branch is stopped .

  21. 决策树建树是一个递归的过程(通过计算每个属性的信息增益)。最终将得到一棵树。

    Tree Building is a recursive course ( calculate the information of each attribute ) .

  22. 递归模拟过程的实现

    The Realization of Imitative Recursive Procedure

  23. 分解得到的仅包含一个峰值点的任意子段对应一个子循环,其应力的最大值和最小值在递归分解过程中可以同时算出。

    A sub-segment that contains a single peak corresponds to a load cycle whose minimum and maximum values are calculated simultaneously by the recursive procedure .

  24. 该算法是一种随机梯度算法,它具有递归运算过程简单,计算量小,硬件易实现等特点。

    STLMS is a stochastic gradient algori (?) hm. It has the characteristic : process of recursive operation is simple ; computational complexity is small and hardware is easy to establish .

  25. LP还使用大容量的高速硬件堆栈未支持深度嵌套调用和递归的求值过程.本文还将说明LP的设计思想和实现技术。

    A large high speed hardware stack is used to support deeply nested calling and recursive evaluation process , Several design considerations and implementation techniques are also illustrated in this paper .

  26. 第二部分介绍λ函数、递归函数及过程函数的表示法,并列举Mini-LISP的常用函数;

    The second part introduces the way of showing A function , recursive function , procedure function and lists some commonly used Mini-LISP functions .

  27. 本代码以一个最简单的分形图形来示范递归的实现过程。

    The code is a simple recursive fractal graphics to demonstrate the implementation process .

  28. 当然,这是一个递归渐进的过程。

    Of course , this is iterative .

  29. 并且在递归检验的过程中同时得到变点时刻与变点个数估计。

    The estimator of the date and number of breaks is instantaneously obtained via the test procedure .

  30. 不规则三角网递归生长算法过程的动态实时可视化

    Research on Dynamic and Real-Time Process Visualization of Triangulated Irregular Network ( TIN ) Recursive Growing Algorithm