1.计算机导论类
《深入理解计算机系统》(Computer Systems: A Programmer's Perspective,Randal E.Bryant, David R.O'Hallaron),读完这本书已经能对计算机原理特别是CPU原理有较为清晰的了解了,此外这本书也会涉及不少Linux下的C语言编程。
《现代操作系统》(Modern Operating Systems,Andrew S. Tanenbaum)、《计算机网络:自顶向下方法》(Computer Networking: A Top-Down Approach,James F. Kurose, Keith W. Ross)、《数据库系统概念》(Database System Concepts,Abraham Silberschatz, Henry Korth, S. Sudarshan)、《自动机理论、语言和计算导论》(Introduction to Automata Theory, Languages, and Computation,John E. Hopcroft, Rajeev Motwani, Jeffrey D. Ullman )
这些书能深入学习很多计算机相关领域的原理。
2.语言类
Python:在线文档是最好的资源
C#:《精通C#》(这书以前叫C#与.Net高级程序设计,Pro C# 5.0 and the .NET 4.5 Framework,Andrew Troelsen)
C++:《Problem Solving with C++》,稍深入一点的:《C++ Primer》、《C++标准库:自学教程与参考手册》(The C++ Standard Literary a Tutainal Relerence,Nicolai M. Josuttis)
Java:《Java核心技术》(Core Java,Cay S. Horstmann, Gary Cornell)
3.算法类
《算法导论》(Introduction to Algorithms,Thomas H.Cormen, Charles E.Leiserson, Ronald L.Rivest, Clifford Stein)
- 整理了一份关于java的系统化资料,从Javase- ssm-springcloud,包括了面试题,PDF电子书,网上商城项目,个人博客项目,分布式项目等都有想学习Java或者转行,大学生都非常实用,无任何套路免费提供,,在 679126598 下载,有什么问题都可以来问我
- 最新Java精讲视频,PDF书籍教程,面试题,学习手册
4. 软件开发类
《重构:改善既有代码的设计》(Refactoring Improving the Design of Existing Code,Martin Fowler)