摘要: 递归 递归子例程(recursive subroutine) 是指直接或间接调用自身的子例程。在处理具有重复模式的数据结构时,是一个强大的工具。 示例1:无限递归 .386 .model flat,stdcall option casemap:none .stack 4096 Include Irv 阅读全文
posted @ 2024-01-09 10:46 天子骄龙 阅读(36) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-01-09 09:15 天子骄龙 阅读(18) 评论(0) 推荐(0)