C++单向链表容器
-
C++ STL之slist单向链表容器使用方式
目录1.slist技术原理2.slist应用基础2.1初始化赋值和遍历2.2元素的插入总结slist为单向链表的泛化容器,与list双向链表容器一样,实现了线性表数据的链表存储,数据元素不必在物理内存中连续分布。[详细]
2024-08-13 15:09 分类:开发 Considering getting into reverse engineering/disassembly
Assuming a decent understanding of assembly on common CPU architectures (eg: x86), how can one explore a potential path (career, fun and profit, etc) into the field of reverse engineering? There is so[详细]
2022-12-28 18:52 分类:问答