| 1. | As a recursive call into the stylesheet itself 是对样式表自身的递归调用! |
| 2. | Which takes a list of employee data objects 中开始递归调用,它以一组雇员数据对象为参数。 |
| 3. | Will crash on its own recursive call 在自身的递归调用上崩溃。 |
| 4. | Instruction replaces the recursive call 指令代替了递归调用。 |
| 5. | Recursive invocation of the routine 例程的递归调用。 |
| 6. | This method will simply call itself recursively for as long as it can 这个方法只是尽可能长时间地对自身作递归调用。 |
| 7. | It is this reference to the cte itself that establishes the recursive invocation 正是此次对cte自身的引用建立了递归调用。 |
| 8. | A reentrant function can be safely called recursively or from multiple tasks 可再入的函数可以被安全地递归调用或由多任务多次调用。 |
| 9. | Method is used to determine if each control contains other controls , if so the 方法确定每个控件是否包含其他控件,如果包含则递归调用 |
| 10. | You should also ensure that you cannot run out of memory due to having too many recursive calls 您还应该确保不会因为过多的递归调用而耗尽内存。 |