# Think Java, 2nd Edition 《像计算机科学家一样思考Java》

# 基本信息

英文书名:Think Java, 2nd Edition

中文书名:像计算机科学家一样思考Java

作者:Allen B. Downey & Chris Mayfield

版本:第 2 版

ISBN:9781492072508

页数:未知

出版社:O’Reilly (opens new window)

出版时间:2019.12

cover

天猫折扣购:中文版 (opens new window)

下载地址:腾讯微云 (opens new window)

文件格式:PDF ePub

密码:duvaqw

# 内容简介

Currently used at many colleges, universities, and high schools, this hands-on introduction to computer science is ideal for people with little or no programming experience. The goal of this concise book is not just to teach you Java, but to help you think like a computer scientist. You’ll learn how to program—a useful skill by itself—but you’ll also discover how to use programming as a means to an end.

Authors Allen Downey and Chris Mayfield start with the most basic concepts and gradually move into topics that are more complex, such as recursion and object-oriented programming. Each brief chapter covers the material for one week of a college course and includes exercises to help you practice what you’ve learned.

  • Learn one concept at a time: tackle complex topics in a series of small steps with examples
  • Understand how to formulate problems, think creatively about solutions, and write programs clearly and accurately
  • Determine which development techniques work best for you, and practice the important skill of debugging
  • Learn relationships among input and output, decisions and loops, classes and methods, strings and arrays
  • Work on exercises involving word games, graphics, puzzles, and playing cards

The updated second edition of Think Java also features new chapters on polymorphism and data processing, as well as content covering changes through Java 12.

最后更新: 12/2/2022, 12:56:08 AM