Translation of "recursion" to Chinese language:
Dictionary English-Chinese
Recursion - translation :
Examples (External sources, not reviewed)
Recursion limit | 递归限度 |
Recursion limit must be 1 or 2. | 递归限度必须是 1 或 2 |
So it's just like Georg Cantor said, the recursion continues forever. | 所以就像康托说的 这样的递推将不断循环下去 |
It's very ironic. And I'll show you a little natural recursion here. | 多讽刺 现在我给大家演示一段自然的循环过程 |
And the recursion in some of these villages continues down into very tiny scales. | 在一些村落中 这样的循环会始终持续直到很小的尺度上 |
Without the use of recursion, the best that can be done is to use a patternWithout the use of recursion, the best that can be done is to use a pattern that matches up to some fixed depth of nesting. | Assertions |
The values set for any capturing subpatterns are those from the outermost level of the recursion at which the subpatternThe values set for any capturing subpatterns are those from the outermost level of the recursion at which the subpattern value is set. | Conditional subpatterns |
If this option is enabled, the search will follow symlinks to directories. This can lead to infinite recursion if cyclical symlinks exist. | 如果启用此选项 搜索会跟随指向目录的符号链接 但如果存在循环的符号链接 这可能导致搜索进程陷入死循环 |
You can limit the number of folders the image gallery creator will traverse to by setting an upper bound for the recursion depth. | 您可以设置递归包含子文件夹的深度 限制创建图库时搜索的文件夹数目 |
If no memory can be obtained, it saves data for the first 15 capturing parentheses only, as there is no way to give an out of memory error from within a recursion. | Comments |