阿博的书架
home

阿博的书架

Head First C
David Griffiths and Dawn Griffiths
编程/技术 [1]: Ever wished there was an easier way to learn C from a book? Head First C is a complete learning experience that will show you how to create programs in the C language. This book helps you learn the C language with a unique method that goes...
Head First Design Patterns
Elisabeth Freeman and Eric Freeman and Bert Bates and Kathy Sierra and Elisabeth Robson
项目/产品 [11]: You're not alone. At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the l...
Head First PMP
Andrew Stellman and Jennifer Greene
PMP [3]: A PMP certification is more than just passing a test. It means that you have the knowledge to solve most common project problems, and proves that you know your stuff. Once you're certified, your projects are more likely to succeed because yo...
Head First PMP (3rd Edition)
Jennifer Greene
PMP [10]:
Head First Software Development
Dan Pilone and Russ Miles
项目/产品 [6]: Even the best developers have seen well-intentioned software projects fail - often because the customer kept changing requirements, and end users didn't know how to use the software you developed. Instead of surrendering to these common pr...
Head First 设计模式
弗里曼
项目/产品 [9]: 《Head First设计模式》(中文版)共有14章,每章都介绍了几个设计模式,完整地涵盖了四人组版本全部23个设计模式。前言先介绍这本书的用法;第1章到第11章陆续介绍的设计模式为Strategy、Observer、Decorator、Abstract Factory、Factory Method、Singleton,Command、Adapter、Facade、TemplateMethod、Iterator、Composite、State、Proxy。最后三章比较特别。...
How to Think Like a Computer Scientist: Learning With Python
Allen B. Downey and Jeffrey Elkner and Chris Meyers
编程/技术 [30]: "How to Think Like a Computer Scientist: Learning with Python" is an introduction to computer science using the Python programming language. It covers the basics of computer programming, including variables and values, functions, conditio...
How to Think Like a Computer Scientist: Learning With Python 3
Allen B. Downey and Jeffrey Elkner and Chris Meyers
编程/技术 [36]: ""How to Think Like a Computer Scientist"" is an introduction to programming using Python, one of the best languages for beginners. This is a Free Book -- you can download it from thinkpython.com. But if you would like to make a contribut...