Java for Students, 6/e( 美國原版)
暫譯: 學生用Java,第6版(美國原版)
Douglas Bell, Mike Parr
- 出版商: Prentice Hall
- 出版日期: 2010-03-16
- 售價: $1,120
- 貴賓價: 9.5 折 $1,064
- 語言: 英文
- 頁數: 560
- 裝訂: Paperback
- ISBN: 027373122X
- ISBN-13: 9780273731221
-
相關分類:
Java 程式語言
立即出貨(限量) (庫存=2)
相關主題
商品描述
<內容簡介>
This book is for novices
If you have never done any programming before - if you are a complete novice - this book is for you. This book assumes no prior knowledge of programming. It starts from scratch. It is written in a simple, direct style for maximum clarity. It is aimed at first level students at universities and colleges, but it is also suitable for novices studying alone.
The approach of this book
We explain how to use objects early in this book. Our approach is to start with the ideas of variables, assignment and methods, then introduce the use of objects created from library classes. Next we explain how to use control structures for selection and looping. Then comes the treatment of how to write your own classes.
We wanted to make sure that the fun element of programming was paramount, so we use graphics right from the start. We think graphics is fun, interesting and clearly demonstrates all the important principles of programming. But we haven't ignored programs that input and output text - they are also included.
The programs we present use many of the features of a graphical user interfaces (GUIs), such as buttons, scroll bars and text boxes. But we also explain how to write console programs in Java.
We introduce new ideas carefully one-at-a-time, rather than all at once. So, for example, there is a single chapter on writing methods. We introduce simple ideas early and more sophisticated ideas later on.
商品描述(中文翻譯)
內容簡介
這本書是為初學者而寫的。如果你從未接觸過程式設計——如果你是完全的初學者——這本書就是為你準備的。本書假設讀者沒有任何程式設計的先前知識,從零開始。它以簡單、直接的風格撰寫,以達到最大的清晰度。這本書的目標讀者是大學和學院的初級學生,但也適合獨自學習的初學者。
這本書的教學方法
我們在本書的早期部分解釋如何使用物件。我們的教學方法是從變數、賦值和方法的概念開始,然後介紹從庫類別創建的物件的使用。接下來,我們解釋如何使用控制結構進行選擇和迴圈。然後是如何編寫自己的類別的內容。
我們希望確保程式設計的樂趣是最重要的,因此我們從一開始就使用圖形。我們認為圖形有趣且能清楚地展示所有重要的程式設計原則。但我們也沒有忽略輸入和輸出文本的程式——這些也包含在內。
我們展示的程式使用了許多圖形使用者介面(GUIs)的特性,例如按鈕、滾動條和文本框。但我們也解釋了如何在 Java 中編寫控制台程式。
我們小心地逐一介紹新概念,而不是一次性介紹所有內容。例如,關於編寫方法的部分只有一章。我們早期介紹簡單的概念,然後再介紹更複雜的概念。