noun🔗Share递归,循环。 The act of recurring."The child's constant questioning was a perfect example of recursion; each answer only led to another, similar question. "这个孩子不停地提问就是一个完美的递归例子;每一个回答都只会引出另一个相似的问题。processcomputingmathlogicsciencetechnologyChat with AIVocabulary GamePractice Reading
noun🔗Share递归, 循环定义 The act of defining an object (usually a function) in terms of that object itself."n! = n × (n − 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion."n! = n × (n − 1)! (当 n > 0 时) 或 1 (当 n = 0 时) 这个公式用递归的方式定义了阶乘函数。computingmathlogictechnicalfunctionscienceChat with AIVocabulary GamePractice Reading
noun🔗Share递归, 循环调用 The invocation of a procedure from within itself."This function uses recursion to compute factorials."这个函数使用递归来计算阶乘。technologycomputingmathlogicscienceChat with AIVocabulary GamePractice Reading