青年中文青年中文

recursive routine的意思

recursive routine中文翻譯:

遞歸程序

相似詞語短語

routine───adj.常規的,例行的;平常的;乏味的;v.按慣例安排;n.常規,慣例;生活乏味;(演出中的)一套動作;(計算機)例行程序

routine tasks───日常事務;日常工作;常規工作

routine schedule───例行測驗表

old routine───老套路

routine basis───常規基礎

routine res───常規res

familiar routine───熟悉的慣例;熟悉的程序

routine inspection───[審計]例行檢查;[經管]常規檢查;日常檢驗

break routine───中斷程序

雙語使用場景

Although a recursive routine in other languages returns a scalar value, a recursive CTE can return multiple rows.───盡管其他語言中的遞歸例程返回標量值,但遞歸CTE可以返回多行。

A Research into the Nonrecursive Transformation of Recursive Routine───遞歸程序的非遞歸化研究

英語使用場景

I'll also look briefly at the issue of operator precedence and generalize the treewalking code into a full-fledged recursive routine that's able to handle arbitrarily complex parse trees.