primitive recursive function

  1. 原始递归函数

网络词典

primitive recursive function

英 ˈrɪmjətɪv 美 ˈrɪmjətɪv
名词 中文翻译:原始递归函数
同义词: ['primitive recursive algorithm', 'primitive recursive procedure']

例句:

  1. 1. The primitive recursive function is used to solve problems that can be broken down into smaller subproblems.
    原始递归函数用于解决可以分解为更小子问题的问题。
  2. 2.This primitive recursive function is a simple implementation of the divide-and-conquer algorithm.
    这个原始递归函数是分治算法的简单实现。
  3. 3.In this example, we will use a primitive recursive function to calculate the factorial of a number.
    在这个例子中,我们将使用一个原始递归函数来计算一个数的阶乘。