无限递归 meaning in Chinese
infinite recursion
infinite recursive
Examples
- Object for example , to recover from unbounded recursion
对象(例如,从无限递归恢复) 。 - Make sure you do not have an infinite loop or infinite recursion
确保您没有无限循环或无限递归。 - Too many method calls is often indicative of a very deep or unbounded recursion
过多的方法调用通常意味着存在非常深的递归或无限递归。 - If a thread has memory problems , the most likely cause is programming error , such as infinite recursion
如果某个线程有内存问题,则最可能的原因为编程错误(如无限递归) 。 - Thus , the file system must not generate additional page faults because this may lead to an " infinite " recursion
因此,文件系统一定必要产生附加的页面错误,因为这将导致无限递归调用。