- 博客(1)
- 资源 (2)
- 收藏
- 关注
原创 参数压栈顺序
c/c++可变参数用法原理 最近看一些linux底层实现,随手记录点东西。 用法 没啥好说的 void foo(const char *name, …) { va_list args; char buff[1024]; va_start(args, name); vsnprintf(buff, 1024 name, args); va_end(args); } 原理 先复习下c/c++参数压栈,看...
2019-07-05 15:41:40
1008
Data Structures, 3rd Edition.pdf
Data Structures: Abstraction and Design Using Java, 3rd Edition, combines a strong emphasis on problem solving and software design with the study of data structures. The authors discuss applications of each data structure to motivate its study. After providing the specification (interface) and the implementation (a Java class), case studies that use the data structure to solve a significant problem are introduced.
2019-06-10
Networking Bible.pdf
Everything you need to know to set up a home network
Is a home network for you? This comprehensive guide covers everything from deciding what type of network meets your needs to setting up the hardware and software, connecting different operating systems, installing the necessary applications, managing the network, and even adding home entertainment devices. Fully updated with new material on all the latest systems and methods, it's just what you need to set up your network and keep it running safely and successfully.
2019-06-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人