Stella981 Stella981
3年前
Linux的.a、.so和.o文件 windows下obj,lib,dll,exe的关系 动态库内存管理 动态链接库搜索顺序 符号解析和绑定 strlen函数的汇编实现分析
Linux的.a、.so和.o文件chlele0105的专栏CSDN博客https://blog.csdn.net/chlele0105/article/details/23691147在说明Linux的.a、.so和.o文件关系之前,先来看看windows下obj,lib,dll,exe的关系https://zh.wikipedia.
Wesley13 Wesley13
3年前
Java有限状态机解力扣题:8. 字符串转换整数 (atoi),代码实现及详细解析
文章目录前言(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fweixin_48029654%2Farticle%2Fdetails%2F108195757%23_8)一、确定有限状态机(DFA)是什么?(https://