recursive method meaning in English
递归法
Examples
- In particular , it cannot match mutually recursive methods , where each method calls the other
特别是,它不能匹配相互递归调用的方法,也就是每个方法都调用其他的方法。 - The optimization algorithm of loading a container makes use of tier upon tier principle , side method and recursive method
集装箱装箱优化算法利用了层叠原理、边际方法、递归原理。 - One way to check whether your jit transforms your tail - recursive methods is to compile and run the following small test class
要判断您的jit会否转换尾递归的一个办法是编译并运行如下小测试类: - This means that tail - recursive methods in the java language can result in unexpectedly large memory usage
这就意味着在java语言中采用尾递归方法将导致巨大的内存占用,而这并不是我们期望的结果。 - My next installment of diagnosing java code will examine how tail - recursive methods can impact performace of your java programs
诊断java代码的下一部分将考查尾递归方法如何影响java程序的性能。