01 | c语言非递归乘法表(帧栈理解)
摘要:1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <stdbool.h> 4 5 typedef struct{ 6 int pc; //程序运行到了那一步 7 int line; // 8 }Frame; 9 10 Frame stk[12
阅读全文
posted @ 2022-03-27 11:33
posted @ 2022-03-27 11:33
Powered by:
博客园
Copyright © 2025 独立树
Powered by .NET 9.0 on Kubernetes