go top

网络释义专业释义

  [计] recursive program

用PC汇编语言编程解决汉诺塔问题 - 汇编 - 优领域 - 在优领域,找到您想要的! 关键词:汇编语言;汉诺塔;递归程序 [gap=483]Key words:assemb ly langu age;Tower of Hanoi;recursive program

基于160个网页-相关网页

  [计] recursive routine

... left recursive [计] 左递归 recursive routine 递归程序 recursive computation 递归计算 ...

基于6个网页-相关网页

短语

递归程序设计 [计] recursion programming

递归程序逻辑 recursive program logic

一阶递归程序 first order recursive program

FFT的递归程序 program of recursion algorithm

函数递归程序设计 function recursive programming

递归子程序 recursive subprogram

递归子例行程序 recursive subroutine

递归例行程序 recusive routine

 更多收起网络短语
  • recursive program
    recursive routine

·2,447,543篇论文数据,部分数据来源于NoteExpress

新汉英大辞典

递归程序

  • [计] recursive program
以上来源于:《新汉英大辞典》

双语例句原声例句

  • 一个递归程序遵循相同基本步骤

    Every recursive program follows the same basic sequence of steps.

    youdao

  • 答案就是使用一个递归程序

    The answer is that it USES a recursive process.

    youdao

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

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

    youdao

更多双语例句

百科

递归程序

问题如下。我们需要给予程序如阶乘函数的定义以语义function factorial(n:Nat):Nat ≡ if (n==0)then 1 else n*factorial(n-1)。这个阶乘程序的意义应当是在自然数上一个函数,但是由于它的递归定义,如何以复合方式理解它是不明白的。

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

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

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