摘要
在计算机编程中,多重循环不仅繁琐而且易出错,用递归模拟多重循环则会避免这些问题,本文对此做了研究.
Multiple loop are not only tedious but also prone to error, using recursion to simulate multiple loop can avoid these problems.
出处
《洛阳师范学院学报》
2016年第11期14-16,共3页
Journal of Luoyang Normal University
关键词
多重循环
递归
钩子函数
multiple loop
recursion
hook function